Skip to content
Snippets Groups Projects
Commit e47d89a2 authored by Axel Huebl's avatar Axel Huebl Committed by Massimiliano Culpo
Browse files

ADIOS 1.13.0: Newer SZ Versions (#6561)

The latest release of ADIOS needs a newer version of SZ due to an upstream library naming change.
parent 09e68c5c
Branches
Tags
No related merge requests found
...@@ -91,7 +91,8 @@ class Adios(AutotoolsPackage): ...@@ -91,7 +91,8 @@ class Adios(AutotoolsPackage):
depends_on('zlib', when='+zlib') depends_on('zlib', when='+zlib')
depends_on('bzip2', when='+bzip2') depends_on('bzip2', when='+bzip2')
depends_on('szip', when='+szip') depends_on('szip', when='+szip')
depends_on('sz@:1.4.10', when='+sz') depends_on('sz@:1.4.10', when='@:1.12.0 +sz')
depends_on('sz@1.4.11.0:', when='@1.13.0: +sz')
depends_on('zfp@:0.5.0', when='+zfp') depends_on('zfp@:0.5.0', when='+zfp')
# optional transports & file converters # optional transports & file converters
depends_on('hdf5@1.8:+hl+mpi', when='+hdf5') depends_on('hdf5@1.8:+hl+mpi', when='+hdf5')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment