Add top-level attributes for git M-P packages

This commit is contained in:
Adam J. Stewart
2018-07-23 20:55:17 -05:00
committed by Todd Gamblin
parent 4c6aca533a
commit 908d2dcd4d
104 changed files with 290 additions and 346 deletions

View File

@@ -33,10 +33,11 @@ class QmdProgress(CMakePackage):
homepage = "https://github.com/lanl/qmd-progress"
url = "https://github.com/lanl/qmd-progress/tarball/v1.1.0"
git = "https://github.com/lanl/qmd-progress.git"
version('develop', branch='master')
version('1.1.0', 'dda155134f0925629bf116e562c0a4bd')
version('1.0.0', 'c950bead2719a47a78864e3376ba143e')
version('develop', git='https://github.com/lanl/qmd-progress', branch='master')
variant('graphlib', default=False, description='Build with Metis Suppport')
variant('mpi', default=True, description='Build with MPI Support')