Phist 1.6.1 (#8933)
* packages/phist: new version 1.6.1 * packages/phist: depends on Python 3.x for generating Fortran and C++ bindings * packages/phist: new version 1.7.2 * phist: depend on python@3 only for versions later than 1.7 * packages/phist: depend on python@3: rather than 3 * phist: python dependency is type='build', thans @adamjstewart
This commit is contained in:
parent
b1182741d4
commit
14f6b13a7b
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,8 @@ class Phist(CMakePackage):
|
||||||
|
|
||||||
version('develop', branch='devel')
|
version('develop', branch='devel')
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
|
version('1.7.2', sha256='29b504d78b5efd57b87d2ca6e20bc8a32b1ba55b40f5a5b7189cc0d28e43bcc0')
|
||||||
|
version('1.6.1', sha256='4ed4869f24f920a494aeae0f7d1d94fe9efce55ebe0d298a5948c9603e07994d')
|
||||||
version('1.6.0', '751f855230d6227b972b5ab7bce2c65f')
|
version('1.6.0', '751f855230d6227b972b5ab7bce2c65f')
|
||||||
version('1.4.3', 'af3300378d4282366d148e38c3a3199a')
|
version('1.4.3', 'af3300378d4282366d148e38c3a3199a')
|
||||||
|
|
||||||
|
@ -79,6 +81,7 @@ class Phist(CMakePackage):
|
||||||
depends_on('cmake@3.8:', type='build')
|
depends_on('cmake@3.8:', type='build')
|
||||||
depends_on('blas')
|
depends_on('blas')
|
||||||
depends_on('lapack')
|
depends_on('lapack')
|
||||||
|
depends_on('python@3:', when='@1.7:', type='build')
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
depends_on('trilinos+anasazi+belos+teuchos', when='+trilinos')
|
depends_on('trilinos+anasazi+belos+teuchos', when='+trilinos')
|
||||||
depends_on('trilinos@12:+tpetra', when='kernel_lib=tpetra')
|
depends_on('trilinos@12:+tpetra', when='kernel_lib=tpetra')
|
||||||
|
|
Loading…
Reference in a new issue