parent
629b17b36f
commit
a5e44504b0
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ class Sz(AutotoolsPackage):
|
|||
"""Error-bounded Lossy Compressor for HPC Data."""
|
||||
|
||||
homepage = "https://collab.cels.anl.gov/display/ESR/SZ"
|
||||
url = "http://www.mcs.anl.gov/~shdi/download/sz-1.4.9-beta.tar.gz"
|
||||
url = "https://github.com/disheng222/SZ/archive/v1.4.9.2.tar.gz"
|
||||
|
||||
version('develop', git='https://github.com/disheng222/SZ.git',
|
||||
branch='master')
|
||||
version('1.4.9-beta', '8a00cddc39780c18d766215f69713f82')
|
||||
version('1.4.9.2', '028ce90165b7a4c4051d4c0189f193c0')
|
||||
|
||||
variant('fortran', default=False,
|
||||
description='Enable fortran compilation')
|
||||
|
|
Loading…
Reference in a new issue