easyconfigs-it4i/i/ImageMagick/ImageMagick-7.0.3-1-intel-2016b.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

42 lines
1001 B
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, 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'