easyconfigs-it4i/l/libpng/libpng-1.6.12-intel-2015b.eb
2017-03-09 11:57:40 +01:00

21 lines
473 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-06-29_22-19-32
easyblock = 'ConfigureMake'
name = 'libpng'
version = '1.6.12'
homepage = 'http://www.libpng.org/pub/png/libpng.html'
description = "libpng is the official PNG reference library"
toolchain = {'name': 'intel', 'version': '2015b'}
toolchainopts = {'pic': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
dependencies = [('zlib', '1.2.8')]
configopts = "--with-pic"
moduleclass = 'lib'