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

@@ -32,10 +32,10 @@ class Precice(CMakePackage):
a simulation."""
homepage = 'https://www.precice.org'
gitrepo = 'https://github.com/precice/precice.git'
git = 'https://github.com/precice/precice.git'
# Skip version 1.1.1 entirely, the cmake was lacking install.
version('develop', branch='develop', git=gitrepo)
version('develop', branch='develop')
variant('mpi', default=True, description='Enable MPI support')
variant('petsc', default=False, description='Enable PETSc support')