easyconfigs-it4i/ARCHIVE/i/ImageMagick/ImageMagick-7.0.3-1-intel-2016b.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
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
2022-05-05 11:22:37 +02:00

47 lines
1.0 KiB
Plaintext

# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Ravi Tripathi
# Email: ravi89@uab.edu
easyblock = 'ConfigureMake'
name = 'ImageMagick'
version = '7.0.3-1'
homepage = 'http://www.imagemagick.org/'
description = """ImageMagick is a software suite to create, edit, local_compose, or convert bitmap images"""
toolchain = {'name': 'intel', 'version': '2016b'}
sources = [SOURCE_TAR_XZ]
source_urls = ['http://www.imagemagick.org/download']
dependencies = [
('bzip2', '1.0.6'),
('X11', '20160819'),
('Ghostscript', '9.19'),
('JasPer', '1.900.1'),
('libjpeg-turbo', '1.5.0'),
('LibTIFF', '4.0.6'),
('LittleCMS', '2.8'),
]
builddependencies = [
('pkg-config', '0.29.1'),
]
configopts = "--with-gslib --with-x"
sanity_check_paths = {
'files': [],
'dirs': [
'bin',
'etc/%(name)s-%(version_major)s',
'include/%(name)s-%(version_major)s',
'lib',
'share'],
}
modextravars = {'MAGICK_HOME': '%(installdir)s'}
moduleclass = 'vis'