ComputeVM: libpng-1.6.16-goolf-1.7.20.eb

File libpng-1.6.16-goolf-1.7.20.eb, 414 bytes (added by george, 9 years ago)
Line 
1easyblock = 'ConfigureMake'
2
3name = 'libpng'
4version = '1.6.16'
5
6homepage = 'http://www.libpng.org/pub/png/libpng.html'
7description = "libpng is the official PNG reference library"
8
9toolchain = {'name': 'goolf', 'version': '1.7.20'}
10toolchainopts = {'pic': True}
11
12source_urls = [SOURCEFORGE_SOURCE]
13sources = [SOURCELOWER_TAR_GZ]
14
15dependencies = [('zlib', '1.2.8')]
16
17configopts = "--with-pic"
18
19moduleclass = 'lib'