easyconfigs-it4i/l/libgd/libgd-2.2.4-intel-2017b.eb
Lukáš Krupčík b8c066b12b new file: d/darshan/darshan-runtime-3.1.4-intel-2017b.eb
new file:   d/darshan/darshan-util-3.1.4-intel-2017b.eb
	new file:   g/gnuplot/gnuplot-5.2.0-intel-2017b.eb
	new file:   l/libgd/libgd-2.2.4-intel-2017b.eb
	modified:   o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27.eb
	new file:   p/Perl/Perl-5.26.1-intel-2017b.eb
2018-03-17 20:14:44 +01:00

27 lines
685 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libgd'
version = '2.2.4'
homepage = 'https://libgd.github.io/'
description = "GD is an open source code library for the dynamic creation of images by programmers."
toolchain = {'name': 'intel', 'version': '2017b'}
source_urls = ['https://github.com/libgd/libgd/releases/download/gd-%(version)s/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('fontconfig', '2.12.1', '-libpng-1.6.29'),
('libjpeg-turbo', '1.5.1', '', True),
('libpng', '1.6.29', '', True),
('zlib', '1.2.11', '', True),
]
sanity_check_paths = {
'files': ["lib/libgd.a", "lib/libgd.%s" % SHLIB_EXT],
'dirs': ["bin", "include"],
}
moduleclass = 'lib'