Skip to content
Snippets Groups Projects
Commit a7369e84 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Libjpeg-turbo from upstream

parent 09304291
Branches
No related tags found
No related merge requests found
easyblock = 'CMakeMake'
name = 'libjpeg-turbo'
version = '2.1.3'
homepage = 'https://sourceforge.net/projects/libjpeg-turbo/'
description = """
libjpeg-turbo is a fork of the original IJG libjpeg which uses SIMD to
accelerate baseline JPEG compression and decompression. libjpeg is a library
that implements JPEG image encoding, decoding and transcoding.
"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['467b310903832b033fe56cd37720d1b73a6a3bd0171dbf6ff0b620385f4f76d0']
builddependencies = [
('CMake', '3.23.1'),
('binutils', '2.38'),
]
dependencies = [
('NASM', '2.15.05'),
]
configopts = ' -G"Unix Makefiles" -DWITH_JPEG8=1'
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment