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

new file: o/OSPRay/OSPRay-1.3.0-intel-2017a.eb deleted: e/Embree/Embree-intel-2017a.eb deleted: o/OSPRay/OSPRay-1.3.0.eb deleted: p/ParaView/ParaView-5.1.2-intel-2017a-mpi-OSPRay.eb deleted: p/ParaView/Paraview-5.1.2-intel-2017a-OSPRay.eb
39 lines
854 B
Plaintext
39 lines
854 B
Plaintext
easyblock = 'CMakeMake'
|
|
|
|
name = 'Embree'
|
|
version = '2.16.2'
|
|
|
|
homepage = 'https://embree.github.io/index.html'
|
|
description = """
|
|
Embree is a collection of high-performance ray tracing kernels, developed at Intel."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
source_urls = ['https://github.com/embree/embree/archive']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.8.1', '', True),
|
|
]
|
|
|
|
dependencies = [
|
|
('tbb', '2017.6.196', '', True),
|
|
('ispc', '1.9.1', '', True),
|
|
('freeglut', '3.0.0'),
|
|
]
|
|
|
|
configopts = '-DTBB_INCLUDE_DIR=$TBBROOT/include -DTBB_LIBRARY=$TBBROOT/lib/libtbb.so -DTBB_LIBRARY_MALLOC=$TBBROOT/lib/libtbbmalloc.so'
|
|
|
|
separate_build_dir = True
|
|
|
|
modextrapaths = {
|
|
'PATH': ['bin/embree2'],
|
|
}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib64/libembree.so'],
|
|
'dirs': ['bin', 'lib64'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|