mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

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
27 lines
750 B
Plaintext
27 lines
750 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'zlib'
|
|
version = '1.2.11'
|
|
|
|
homepage = 'https://www.zlib.net/'
|
|
description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is,
|
|
not covered by any patents -- lossless data-compression library for use on virtually any
|
|
computer hardware and operating system."""
|
|
|
|
toolchain = {'name': 'OAMD', 'version': '2021a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://zlib.net/fossils']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.%s' % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'lib'
|