adios currently only supports zfp <= 0.5.0 due to an API change.
This commit is contained in:
Michael Kuhn 2017-04-12 23:58:18 +02:00 committed by Adam J. Stewart
parent 5b65380f98
commit afdc2f4182

View File

@ -73,7 +73,7 @@ class Adios(AutotoolsPackage):
# optional transformations
depends_on('zlib', when='+zlib')
depends_on('szip', when='+szip')
depends_on('zfp', when='+zfp')
depends_on('zfp@:0.5.0', when='+zfp')
# optional transports & file converters
depends_on('hdf5@1.8:+mpi', when='+hdf5')