easyconfigs-it4i/s/Szip/Szip-2.1.1-OAMD-2021a.eb
Jakub Kropacek d94880541d new file: a/OAMD/OAMD-2021a.eb
new file:   d/DFTB+/DFTB+-21.1-intel-2020b-Python-3.8.6-karolina.eb
	new file:   h/HDF5/HDF5-1.10.6-OAMD-2021a-parallel.eb
	new file:   h/h5py/h5py-3.1.0-intel-2020b.eb
	modified:   m/MATLAB/MATLAB-2021a.eb
	new file:   o/OpenMPI/OpenMPI-4.0.6-NVHPC-21.9-CUDA-11.4.1-v2.eb
	new file:   q/QMCPACK/QMCPACK-3.11.0-AOCC-3.1.0-OpenMPI-4.1.1-Python-3.8.6.eb
	new file:   s/SciPy-bundle/SciPy-bundle-2020.11-AOCC-3.1.0.eb
	new file:   s/Szip/Szip-2.1.1-OAMD-2021a.eb
	new file:   z/zlib/zlib-1.2.11-OAMD-2021a.eb
2021-10-19 15:45:45 +02:00

29 lines
728 B
Plaintext

# IT4Innovations
# LK 2021
easyblock = 'ConfigureMake'
name = 'Szip'
version = '2.1.1'
homepage = 'https://www.hdfgroup.org/doc_resource/SZIP/'
description = """
Szip compression software, providing lossless compression of scientific data
"""
toolchain = {'name': 'OAMD', 'version': '2021a'}
toolchainopts = {'pic': True}
source_urls = ['https://www.hdfgroup.org/ftp/lib-external/szip/%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['21ee958b4f2d4be2c9cabfa5e1a94877043609ce86fde5f286f105f7ff84d412']
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'