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:
Mark C. Miller 2017-08-15 03:10:09 -07:00 committed by Massimiliano Culpo
parent b229b739de
commit 5712fbfeb0

View File

@ -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):