add 1.4.13.4 for SZ (#8375)
* add 1.4.13.4 for SZ * undo spack link (change llnl/spack to spack/spack) and change .zip to .tar.gz * revise package.py for SZ 1.4.13.4 based on Adam's comments.
This commit is contained in:
parent
6cc4ad4caa
commit
b0b3b258c0
@ -30,10 +30,11 @@ 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.11.0.tar.gz"
|
url = "https://github.com/disheng222/SZ/archive/v1.4.13.4.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.13.4', '1c47170a9eebeadbf0f7e9b675d68d76')
|
||||||
version('1.4.12.3', '5f51be8530cdfa5280febb410ac6dd94')
|
version('1.4.12.3', '5f51be8530cdfa5280febb410ac6dd94')
|
||||||
version('1.4.11.0', '10dee28b3503821579ce35a50e352cc6')
|
version('1.4.11.0', '10dee28b3503821579ce35a50e352cc6')
|
||||||
version('1.4.10.0', '82e23dc5a51bcce1f70ba7e3b68a5965')
|
version('1.4.10.0', '82e23dc5a51bcce1f70ba7e3b68a5965')
|
||||||
|
Loading…
Reference in New Issue
Block a user