easyconfigs-it4i/l/LittleCMS/LittleCMS-2.9-GCCcore-8.3.0.eb
Josef 77e0b4e331 new file: a/ANSYS/ANSYS-19.5-intel-2017c.eb
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
2020-04-21 11:17:50 +02:00

32 lines
975 B
Plaintext

# JH 2020
easyblock = 'ConfigureMake'
name = 'LittleCMS'
version = '2.9'
homepage = 'http://www.littlecms.com/'
description = """ Little CMS intends to be an OPEN SOURCE small-footprint color management engine,
with special focus on accuracy and performance. """
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
source_urls = ['http://sourceforge.net/projects/lcms/files/lcms/%(version)s/']
sources = ['lcms2-%(version)s.tar.gz']
checksums = ['48c6fdf98396fa245ed86e622028caf49b96fa22f3e5734f853f806fbc8e7d20']
builddependencies = [
# use same binutils version that was used when building GCCcore toolchain
('binutils', '2.32'),
]
dependencies = [('libjpeg-turbo', '2.0.4')]
sanity_check_paths = {
'files': ['bin/jpgicc', 'bin/linkicc', 'bin/psicc', 'bin/transicc', 'include/lcms2.h', 'include/lcms2_plugin.h',
'lib/liblcms2.a', 'lib/liblcms2.%s' % SHLIB_EXT, 'lib/pkgconfig/lcms2.pc'],
'dirs': ['share/man'],
}
moduleclass = 'vis'