mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-19 05:00:50 +01:00

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
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Ghostscript'
|
|
version = '9.21'
|
|
|
|
homepage = 'http://ghostscript.com'
|
|
description = """Ghostscript is a versatile processor for PostScript data with the ability to render PostScript to
|
|
different targets. It used to be part of the cups printing stack, but is no longer used for that."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [
|
|
'https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%(version_major)s%(version_minor)s/',
|
|
]
|
|
sources = ['ghostscript-%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
('libpng', '1.6.29', '', True),
|
|
('freetype', '2.7.1', '-libpng-1.6.29', True),
|
|
('libjpeg-turbo', '1.5.1', '', True),
|
|
('expat', '2.2.0', '', True),
|
|
('GLib', '2.52.0', '', True),
|
|
('cairo', '1.14.8', '', True),
|
|
('LibTIFF', '4.0.7', '', True),
|
|
]
|
|
|
|
# Do not use local copies of zlib, jpeg, freetype, and png
|
|
preconfigopts = "mv zlib zlib.no && mv jpeg jpeg.no && mv freetype freetype.no && mv libpng libpng.no && "
|
|
preconfigopts += 'export LIBS="$LIBS -lz" && '
|
|
|
|
configopts = "--with-system-libtiff --enable-dynamic"
|
|
|
|
moduleclass = 'tools'
|