summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/h5z-zfp/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/h5z-zfp/package.py b/var/spack/repos/builtin/packages/h5z-zfp/package.py
index dff0126f01..34eb81109c 100644
--- a/var/spack/repos/builtin/packages/h5z-zfp/package.py
+++ b/var/spack/repos/builtin/packages/h5z-zfp/package.py
@@ -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