mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: g/GDL/GDL-0.9.9-intel-2017c.eb new file: g/GSL/GSL-2.5.eb new file: o/OpenEXR/OpenEXR-2.3.0-intel-2017c.eb new file: o/OpenImageIO/OpenImageIO-2.0.12-intel-2017c.eb new file: p/PLplot/PLplot-5.11.1.eb new file: p/Py/Py-3.7.eb new file: p/Python/Python-3.7.3-GCCcore-6.3.0-base.eb
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'OpenImageIO'
|
|
version = '2.0.12'
|
|
|
|
homepage = 'https://openimageio.org/'
|
|
description = """OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities,
|
|
and applications."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017c'}
|
|
|
|
source_urls = ['https://github.com/OpenImageIO/oiio/archive/']
|
|
sources = ['Release-%(version)s.tar.gz']
|
|
checksums = ['930a142c9cabbbc3b249577083c97e9f0407cc8cbf933144f3a3ed0f3ec9cfe0']
|
|
|
|
dependencies = [
|
|
('Boost', '1.68.0'),
|
|
('libjpeg-turbo', '2.0.2', '', True),
|
|
('libpng', '1.6.34', '', True),
|
|
('LibTIFF', '4.0.7', '', True),
|
|
('OpenEXR', '2.3.0'),
|
|
('freetype', '2.9.1', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
]
|
|
builddependencies = [('CMake', '3.16.0', '-rc3', True)]
|
|
|
|
separate_build_dir = True
|
|
|
|
configopts = '-DSTOP_ON_WARNING=OFF -DUSE_PYTHON=OFF'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/oiiotool', 'lib/libOpenImageIO.%s' % SHLIB_EXT, 'lib/libOpenImageIO_Util.%s' % SHLIB_EXT],
|
|
'dirs': ['include/OpenImageIO', 'share'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|