Add top-level attributes for git M-P packages
This commit is contained in:

committed by
Todd Gamblin

parent
4c6aca533a
commit
908d2dcd4d
@@ -29,11 +29,11 @@ class OpenpmdApi(CMakePackage):
|
||||
"""API for easy reading and writing of openPMD files"""
|
||||
|
||||
homepage = "http://www.openPMD.org"
|
||||
url = "https://github.com/openPMD/openPMD-api/archive/1.0.0.tar.gz"
|
||||
git = "https://github.com/openPMD/openPMD-api.git"
|
||||
|
||||
maintainers = ['ax3l']
|
||||
|
||||
version('develop', branch='dev',
|
||||
git='https://github.com/openPMD/openPMD-api.git')
|
||||
version('develop', branch='dev')
|
||||
|
||||
variant('mpi', default=True,
|
||||
description='Enable parallel I/O')
|
||||
|
Reference in New Issue
Block a user