mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: n/netCDF-Fortran/netCDF-Fortran-4.6.1-iimpi-2024a.eb new file: n/netCDF/netCDF-4.9.2-iimpi-2024a.eb new file: s/Szip/Szip-2.1.1-GCCcore-13.3.0.eb new file: v/VASP/VASP-6.4.3-intel-2023b.eb new file: w/Wannier90/Wannier90-3.1.0-intel-2024a-serial.eb
33 lines
791 B
Plaintext
33 lines
791 B
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Szip'
|
|
version = '2.1.1'
|
|
|
|
homepage = 'https://support.hdfgroup.org/doc_resource/SZIP/'
|
|
|
|
description = """
|
|
Szip compression software, providing lossless compression of scientific data
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://support.hdfgroup.org/ftp/lib-external/szip/%(version)s/src']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['21ee958b4f2d4be2c9cabfa5e1a94877043609ce86fde5f286f105f7ff84d412']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.42'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ["lib/libsz.a", "lib/libsz.%s" % SHLIB_EXT] +
|
|
["include/%s" % x for x in ["ricehdf.h", "szip_adpt.h", "szlib.h"]],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'tools'
|