mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: b/Boost/Boost-1.70.0-gompi-2019a.eb modified: m/Mesa/Mesa-19.0.1-gompi-2019b.eb new file: m/Meson/Meson-0.50.0-Py-3.7.eb new file: o/OpenEXR/OpenEXR-2.3.0-gompi-2019a.eb new file: o/OpenImageIO/OpenImageIO-2.0.12-gompi-2019a.eb deleted: b/Blender/Blender-2.81-gompi-2019b-Py-3.7.eb
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'OpenEXR'
|
|
version = '2.3.0'
|
|
|
|
homepage = 'http://www.openexr.com/'
|
|
description = """OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic
|
|
for use in computer imaging applications"""
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2019a'}
|
|
|
|
source_urls = ['https://github.com/openexr/openexr/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['8243b7de12b52239fe9235a6aeb4e35ead2247833e4fbc41541774b222717933']
|
|
|
|
builddependencies = [('CMake', '3.16.0', '-rc3', True)]
|
|
|
|
configopts = '-DOPENEXR_BUILD_PYTHON_LIBS=OFF'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/lib%s-%%(version_major)s_%%(version_minor)s.%s' % (x, SHLIB_EXT) for x in
|
|
['Half', 'Iex', 'IexMath', 'IlmImf', 'IlmImfUtil', 'IlmThread', 'Imath']] +
|
|
['bin/exr%s' % x for x in
|
|
['envmap', 'header', 'makepreview', 'maketiled', 'multipart', 'multiview', 'stdattr']],
|
|
'dirs': ['include/OpenEXR', 'share'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|