Skip to content

Commit

Permalink
try modified ImageMagick ec file
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Oct 9, 2023
1 parent 94bd334 commit 70b7e57
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
42 changes: 42 additions & 0 deletions ImageMagick-7.1.0-37-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
easyblock = 'ConfigureMake'

name = 'ImageMagick'
version = '7.1.0-37'

homepage = 'https://www.imagemagick.org/'
description = """ImageMagick is a software suite to create, edit, compose, or convert bitmap images"""

toolchain = {'name': 'GCCcore', 'version': '11.3.0'}

source_urls = ['https://github.com/ImageMagick/ImageMagick/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['a54888a1a46dbb808705a3e6c6b5ecb93ee30189a8ae6ea0f02300a0ab0d0996']

dependencies = [
('bzip2', '1.0.8'),
('X11', '20220504'),
('Ghostscript', '9.56.1'),
('JasPer', '2.0.33'),
('libjpeg-turbo', '2.1.3'),
('LibTIFF', '4.3.0'),
('LittleCMS', '2.13.1'),
('Pango', '1.50.7'),
]

builddependencies = [
('binutils', '2.38'),
('pkgconf', '1.8.0'),
('Pango', '1.50.7'),
]

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'
1 change: 1 addition & 0 deletions eessi-2023.06-eb-4.8.1-2022a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ easyconfigs:
- PCRE2-10.40-GCCcore-11.3.0.eb
- Tk-8.6.12-GCCcore-11.3.0.eb
- GROMACS-2023.1-foss-2022a.eb
- ImageMagick-7.1.0-37-GCCcore-11.3.0.eb

0 comments on commit 70b7e57

Please sign in to comment.