SZ: add version 1.4.11 (#5517)

This commit is contained in:
Sheng Di 2017-09-27 18:30:43 -05:00 committed by scheibelp
parent f27aad68bf
commit 3be81a0b10

View File

@ -30,10 +30,12 @@ class Sz(AutotoolsPackage):
"""Error-bounded Lossy Compressor for HPC Data.""" """Error-bounded Lossy Compressor for HPC Data."""
homepage = "https://collab.cels.anl.gov/display/ESR/SZ" homepage = "https://collab.cels.anl.gov/display/ESR/SZ"
url = "https://github.com/disheng222/SZ/archive/v1.4.9.2.tar.gz" url = "https://github.com/disheng222/SZ/archive/v1.4.11.0.tar.gz"
version('develop', git='https://github.com/disheng222/SZ.git', version('develop', git='https://github.com/disheng222/SZ.git',
branch='master') branch='master')
version('1.4.11.0', '10dee28b3503821579ce35a50e352cc6')
version('1.4.10.0', '82e23dc5a51bcce1f70ba7e3b68a5965')
version('1.4.9.2', '028ce90165b7a4c4051d4c0189f193c0') version('1.4.9.2', '028ce90165b7a4c4051d4c0189f193c0')
variant('fortran', default=False, variant('fortran', default=False,