Skip to content
Snippets Groups Projects
Commit 7e7d51cd authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch 'da-graphicsmagick' into '2023'

GraphicsMagick goes in

See merge request software-team/easybuild!1590
parents 37216fc7 7d724cbc
No related branches found
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'GraphicsMagick'
version = '1.3.36'
homepage = 'http://www.graphicsmagick.org/'
description = """GraphicsMagick is the swiss army knife of image processing."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}
source_urls = [
SOURCEFORGE_SOURCE,
'ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/%(version_major_minor)s/',
]
sources = [SOURCE_TAR_GZ]
patches = [
'GraphicsMagick_pkgconfig_libtiff.patch'
]
checksums = [
# GraphicsMagick-1.3.36.tar.gz
'1e6723c48c4abbb31197fadf8396b2d579d97e197123edc70a4f057f0533d563',
# GraphicsMagick_pkgconfig_libtiff.patch
'25b4c5361f30e23c809a078ac4b26e670d2b8341496323480037e2095d969294',
]
builddependencies = [
('binutils', '2.38'),
('Autotools', '20220317'),
]
dependencies = [
('X11', '20220504'),
('bzip2', '1.0.8'),
('freetype', '2.12.1'),
('libpng', '1.6.37'),
('libjpeg-turbo', '2.1.3'),
('LibTIFF', '4.3.0'),
('libxml2', '2.9.13'),
('XZ', '5.2.5'),
('zlib', '1.2.12'),
('Ghostscript', '9.56.1'),
]
modextrapaths = {'CPATH': ['include/GraphicsMagick']}
sanity_check_paths = {
'files': ['bin/gm', 'lib/libGraphicsMagick.a', 'lib/libGraphicsMagick++.a',
'lib/libGraphicsMagickWand.a'],
'dirs': ['include/GraphicsMagick', 'lib/pkgconfig'],
}
moduleclass = 'vis'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment