deleted: "l/libpng/\\"

This commit is contained in:
Lukáš Krupčík 2020-01-09 13:17:58 +01:00
parent 046f931b1e
commit 1973835611

View File

@ -1,23 +0,0 @@
# IT4Innovations 2020
easyblock = 'ConfigureMake'
name = 'libpng'
version = '1.6.37'
homepage = 'http://www.libpng.org/pub/png/libpng.html'
description = "libpng is the official PNG reference library"
toolchain = SYSTEM
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'