Update Z-checker and SZ (#24446)

This commit is contained in:
Robert Underwood 2021-07-02 17:40:14 -04:00 committed by GitHub
parent 6547f41096
commit e568564e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -10,16 +10,10 @@ class Sz(CMakePackage):
"""Error-bounded Lossy Compressor for HPC Data"""
homepage = "https://szcompressor.org"
url = "https://github.com/szcompressor/SZ/archive/v2.1.10.tar.gz"
url = "https://github.com/szcompressor/SZ/releases/download/v2.1.11/SZ-2.1.11.tar.gz"
git = "https://github.com/szcompressor/sz"
maintainers = ['disheng222', 'robertu94']
def url_for_version(self, version):
"""provide url to ensure that download counting via github releases
works accurately"""
url = "https://github.com/szcompressor/SZ/releases/download/v{0}/SZ-{0}.tar.gz"
return url.format(version)
version('master', branch='master')
version('2.1.11.1', sha256='e6fa5c969b012782b1e5e9fbd1cd7d1c0ace908d9ec982e78b2910ec5c2161ac')
version('2.1.11', sha256='85b8ef99344a3317ba9ee63ca4b9d99a51d1832d4d8880e01c7c56b3a69cacc9')

View File

@ -16,6 +16,7 @@ class ZChecker(AutotoolsPackage):
maintainers = ['disheng222']
version('0.6.0', sha256='b01c2c78157234a734c2f4c10a7ab82c329d3cd1a8389d597e09386fa33a3117')
version('0.5.0', sha256='ad5e68472c511b393ee1ae67d2e3072a22004001cf19a14bd99a2e322a6ce7f9')
variant('mpi', default=False,