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

new file: d/Doxygen/Doxygen-1.11.0-GCCcore-14.2.0.eb new file: g/gompi/gompi-2024it4i.eb new file: g/gzip/gzip-1.13-GCCcore-14.2.0.eb new file: h/HDF5/HDF5-1.14.5-gompi-2024it4i.eb new file: l/libiconv/libiconv-1.17-GCCcore-14.2.0.eb new file: l/lz4/lz4-1.9.4-GCCcore-14.2.0.eb new file: m/make/make-4.4.1-GCCcore-14.2.0.eb new file: n/netCDF-Fortran/netCDF-Fortran-4.6.1-gompi-2024it4i.eb new file: n/netCDF/netCDF-4.9.2-gompi-2024it4i.eb new file: o/OpenBLAS/OpenBLAS-0.3.27-GCC-14.2.0.eb new file: p/PRRTE/PRRTE-3.0.5-GCCcore-14.2.0.eb new file: s/Szip/Szip-2.1.1-GCCcore-14.2.0.eb new file: z/zstd/zstd-1.5.6-GCCcore-14.2.0.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': '14.2.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'
|