easyconfigs-it4i/z/zlib/zlib-1.2.8-GNU-5.1.0-2.25.eb
2017-03-09 11:57:40 +01:00

25 lines
819 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-07-07_13-38-45
# Built with EasyBuild version 2.1.1 on 2015-06-29_22-19-07
easyblock = 'ConfigureMake'
name = 'zlib'
version = '1.2.8'
homepage = 'http://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': 'GNU', 'version': '5.1.0-2.25'}
toolchainopts = {'optarch': True, 'pic': True}
sources = [SOURCELOWER_TAR_GZ]
source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')]
sanity_check_paths = {
'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.so'],
'dirs': [],
}
moduleclass = 'lib'