remove pwrType from the interface SZ_compress_args() (#8414)

This commit is contained in:
Sheng Di 2018-06-06 16:44:47 -06:00 committed by Adam J. Stewart
parent 2c13e9c0e5
commit 8e161f1034

View file

@ -30,10 +30,11 @@ class Sz(AutotoolsPackage):
"""Error-bounded Lossy Compressor for HPC Data."""
homepage = "https://collab.cels.anl.gov/display/ESR/SZ"
url = "https://github.com/disheng222/SZ/archive/v1.4.13.4.tar.gz"
url = "https://github.com/disheng222/SZ/archive/v1.4.13.5.tar.gz"
version('develop', git='https://github.com/disheng222/SZ.git',
branch='master')
version('1.4.13.5', 'a2f6147c3c74d74c938dd17d914a4cb8')
version('1.4.13.4', '1c47170a9eebeadbf0f7e9b675d68d76')
version('1.4.12.3', '5f51be8530cdfa5280febb410ac6dd94')
version('1.4.11.0', '10dee28b3503821579ce35a50e352cc6')