Fix adios (#3814)
adios currently only supports zfp <= 0.5.0 due to an API change.
This commit is contained in:
parent
5b65380f98
commit
afdc2f4182
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user