Laghos: add version 1.1 (#9389)
This commit is contained in:
parent
bf757bd231
commit
a6ab5edea6
1 changed files with 4 additions and 2 deletions
|
@ -38,14 +38,16 @@ class Laghos(MakefilePackage):
|
|||
git = "https://github.com/CEED/Laghos.git"
|
||||
|
||||
version('develop', branch='master')
|
||||
version('1.1', sha256='53b9bfe2af263c63eb4544ca1731dd26f40b73a0d2775a9883db51821bf23b7f')
|
||||
version('1.0', '4c091e115883c79bed81c557ef16baff')
|
||||
|
||||
variant('metis', default=True, description='Enable/disable METIS support')
|
||||
|
||||
depends_on('mfem@develop+mpi+metis', when='@develop+metis')
|
||||
depends_on('mfem@develop+mpi~metis', when='@develop~metis')
|
||||
depends_on('mfem@laghos-v1.0,3.3.2:+mpi+metis', when='@1.0+metis')
|
||||
depends_on('mfem@laghos-v1.0,3.3.2:+mpi~metis', when='@1.0~metis')
|
||||
|
||||
depends_on('mfem@laghos-v1.0,3.3.2:+mpi+metis', when='@1.0:+metis')
|
||||
depends_on('mfem@laghos-v1.0,3.3.2:+mpi~metis', when='@1.0:~metis')
|
||||
|
||||
@property
|
||||
def build_targets(self):
|
||||
|
|
Loading…
Reference in a new issue