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

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
28 lines
690 B
Plaintext
28 lines
690 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': '2017a'}
|
|
|
|
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'
|