easyconfigs-it4i/l/libpng/libpng-1.6.34.eb
Lukáš Krupčík f1ae831b96 new file: a/argparse/argparse-1.4.0-Py-2.7.eb
modified:   b/binutils/binutils-2.27.eb
	new file:   g/greenlet/greenlet-0.4.15-Py-2.7.eb
	modified:   l/libpng/libpng-1.6.34.eb
	new file:   p/pyzmq/pyzmq-17.1.2-Py-2.7.eb
	new file:   r/Rucio/Rucio-1.18.5-Py-2.7.eb
	new file:   s/scoop/scoop-0.7.1.1-Py-2.7.eb
2018-11-26 12:10:27 +01:00

22 lines
519 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libpng'
version = '1.6.34'
homepage = 'http://www.libpng.org/pub/png/libpng.html'
description = "libpng is the official PNG reference library"
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
dependencies = [('zlib', '1.2.11')]
preconfigopts = 'export LDFLAGS="-L/apps/all/zlib/1.2.11/lib" CPPFLAGS="-I/apps/all/zlib/1.2.11/include" &&'
configopts = "--with-pic"
moduleclass = 'lib'