Use correct variant syntax to build zfp (#5099)
`h5z-zfp` now builds zfp with correct bit stream word size; the syntax of the variant declaration did not work in previous versions of spack but does now
This commit is contained in:
parent
b229b739de
commit
5712fbfeb0
@ -38,8 +38,7 @@ class H5zZfp(MakefilePackage):
|
||||
variant('fortran', default=True, description='Enable Fortran support')
|
||||
|
||||
depends_on('hdf5')
|
||||
# depends_on('zfp bsws=8')
|
||||
depends_on('zfp')
|
||||
depends_on('zfp bsws=8')
|
||||
|
||||
@property
|
||||
def make_defs(self):
|
||||
|
Loading…
Reference in New Issue
Block a user