mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +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
44 lines
1019 B
Plaintext
44 lines
1019 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libjpeg-turbo'
|
|
version = '1.4.2'
|
|
|
|
homepage = 'http://sourceforge.net/projects/libjpeg-turbo/'
|
|
description = """libjpeg-turbo is a fork of the original IJG libjpeg which uses SIMD to accelerate baseline JPEG
|
|
local_compression and delocal_compression. libjpeg is a library that implements JPEG image encoding, decoding and transcoding.
|
|
"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017.00'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('NASM', '2.11.08'),
|
|
]
|
|
|
|
configopts = "--with-jpeg8"
|
|
runtest = "test"
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'bin/cjpeg',
|
|
'bin/djpeg',
|
|
'bin/jpegtran',
|
|
'bin/rdjpgcom',
|
|
'bin/tjbench',
|
|
'bin/wrjpgcom',
|
|
'lib/libjpeg.a',
|
|
'lib/libjpeg.%s' %
|
|
SHLIB_EXT,
|
|
'lib/libturbojpeg.a',
|
|
'lib/libturbojpeg.%s' %
|
|
SHLIB_EXT],
|
|
'dirs': [
|
|
'include',
|
|
'share'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|