Skip to content

Commit

Permalink
try adding dependency for PCRE/8.45
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Mar 12, 2024
1 parent 6dc3f05 commit a2c9afa
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
44 changes: 44 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,44 @@
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'),
('pixman', '0.40.0'),
('FriBidi', '1.0.12'),
('PCRE', '8.45'),
]

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

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'
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ easyconfigs:
- Stacks-2.62-foss-2022a.eb
- ImageMagick-7.1.0-37-GCCcore-11.3.0.eb:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/20086
options:
from-pr: 20086
#options:
# from-pr: 20086

0 comments on commit a2c9afa

Please sign in to comment.