mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 12:40:58 +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
40 lines
996 B
Plaintext
40 lines
996 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GraphicsMagick'
|
|
version = '1.3.25'
|
|
|
|
homepage = 'http://www.graphicsmagick.org/'
|
|
description = """GraphicsMagick is the swiss army knife of image processing."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [
|
|
SOURCEFORGE_SOURCE,
|
|
'ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/%(version_major_minor)s/',
|
|
]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
patches = ['%(name)s-%(version)s_intel.patch']
|
|
|
|
builddependencies = [
|
|
('libtool', '2.4.6', '', True),
|
|
]
|
|
|
|
dependencies = [
|
|
('X11', '20170314', '', True),
|
|
('bzip2', '1.0.6', '', True),
|
|
('freetype', '2.7.1', '-libpng-1.6.29', True),
|
|
('libpng', '1.6.29', '', True),
|
|
('libjpeg-turbo', '1.5.1', '', True),
|
|
('LibTIFF', '4.0.7', '', True),
|
|
('libxml2', '2.9.4', '', True),
|
|
('XZ', '5.2.3', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
('Ghostscript', '9.21'),
|
|
]
|
|
|
|
modextrapaths = {'CPATH': ['include/GraphicsMagick']}
|
|
|
|
moduleclass = 'vis'
|