easyconfigs-it4i/s/Szip/Szip-2.1.eb
Lukáš Krupčík 49a3c38b20 new file: b/binutils/binutils-2.30-GCCcore-7.3.0.eb
new file:   b/binutils/binutils-2.31.1-GCCcore-8.2.0.eb
	new file:   c/CMake/CMake-3.13.1.eb
	new file:   e/ed/ed-1.9.eb
	modified:   f/flex/flex-2.6.4.eb
	new file:   g/GCC/GCC-7.3.0-2.30.eb
	modified:   g/GCCcore/GCCcore-6.3.0.eb
	new file:   g/GCCcore/GCCcore-8.2.0.eb
	new file:   g/GMP/GMP-6.0.0a.eb
	new file:   l/libtool/libtool-2.4.6.eb
	new file:   l/libzip/libzip-1.2.0.eb
	modified:   r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb
	modified:   s/Szip/Szip-2.1.eb
2018-12-05 14:56:11 +01:00

27 lines
699 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'Szip'
version = '2.1'
homepage = 'http://www.hdfgroup.org/doc_resource/SZIP/'
description = "Szip compression software, providing lossless compression of scientific data"
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'optarch': True, 'pic': True}
source_urls = ['https://support.hdfgroup.org/ftp/lib-external/szip/previous/2.1/src/']
sources = [SOURCELOWER_TAR_GZ]
configopts = "--with-pic"
sanity_check_paths = {
'files': [
"lib/libsz.a", "lib/libsz.so"] + [
"include/%s" %
x for x in [
"ricehdf.h", "szip_adpt.h", "szlib.h"]], 'dirs': [], }
moduleclass = 'tools'