mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

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
22 lines
519 B
Plaintext
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'
|