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

new file: g/Ghostscript/Ghostscript-9.52-GCCcore-8.3.0.eb new file: i/ImageMagick/ImageMagick-7.0.10-6-GCCcore-8.3.0.eb new file: l/LittleCMS/LittleCMS-2.9-GCCcore-8.3.0.eb new file: o/OpenBLAS/OpenBLAS-0.2.20-GCC-8.3.0-2.32.eb new file: p/PGI/PGI-19.10-GCC-6.3.0-2.27-CUDA.eb new file: p/PGI/PGI-19.10-GCC-6.3.0-2.27.eb modified: v/VSCode/VSCode-1.38.0.eb modified: x/X11/X11-20190717.eb
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
# JH 2020
|
|
#
|
|
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
|
|
# Author: Ravi Tripathi
|
|
# Email: ravi89@uab.edu
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'ImageMagick'
|
|
version = '7.0.10-6'
|
|
|
|
homepage = 'https://www.imagemagick.org/'
|
|
description = """ImageMagick is a software suite to create, edit, compose, or convert bitmap images"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
|
|
|
|
source_urls = ['https://github.com/ImageMagick/ImageMagick/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
checksums = ['37d36f4d736eb16e0dd43c50302e1d01d1bb1125165333df8273508a22f8a64d']
|
|
|
|
dependencies = [
|
|
('bzip2', '1.0.8'),
|
|
('X11', '20190717'),
|
|
('Ghostscript', '9.52'),
|
|
('JasPer', '2.0.14'),
|
|
('libjpeg-turbo', '2.0.4'),
|
|
('LibTIFF', '4.1.0'),
|
|
('LittleCMS', '2.9'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('binutils', '2.32'),
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
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'
|