hdf5: fixing ~/+ fortran builds; updated to version 0.8.0 (#7260)
This commit is contained in:
parent
95fe8f7e07
commit
2bab19d121
1 changed files with 3 additions and 1 deletions
|
@ -34,10 +34,12 @@ class H5zZfp(MakefilePackage):
|
|||
|
||||
version('develop', git='https://github.com/LLNL/H5Z-ZFP.git', tag='master')
|
||||
version('0.7.0', git='https://github.com/LLNL/H5Z-ZFP.git', commit='58ac811')
|
||||
version('0.8.0', git='https://github.com/LLNL/H5Z-ZFP.git', commit='af165c4')
|
||||
|
||||
variant('fortran', default=True, description='Enable Fortran support')
|
||||
|
||||
depends_on('hdf5')
|
||||
depends_on('hdf5+fortran', when='+fortran')
|
||||
depends_on('hdf5', when='~fortran')
|
||||
depends_on('zfp bsws=8')
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in a new issue