ComputeVM: zlib-1.2.8-goolf-1.7.20.eb

File zlib-1.2.8-goolf-1.7.20.eb, 697 bytes (added by george, 9 years ago)
Line 
1easyblock = 'ConfigureMake'
2
3name = 'zlib'
4version = '1.2.8'
5
6homepage = 'http://www.zlib.net/'
7description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is,
8 not covered by any patents -- lossless data-compression library for use on virtually any
9 computer hardware and operating system."""
10
11toolchain = {'name': 'goolf', 'version': '1.7.20'}
12toolchainopts = {'optarch': True, 'pic': True}
13
14source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')]
15sources = [SOURCELOWER_TAR_GZ]
16
17sanity_check_paths = {
18    'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.so'],
19    'dirs': [],
20}
21
22moduleclass = 'lib'