easyconfigs-it4i/ARCHIVE/e/Embree/Embree-3.2.0-intel-2017a.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
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
2022-05-05 11:22:37 +02:00

41 lines
932 B
Plaintext

# IT4Innovations 2018
easyblock = 'CMakeMake'
name = 'Embree'
version = '3.2.0'
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.9.1', '', True),
]
dependencies = [
('tbb', '2017.6.196', '', True),
('ispc', '1.9.1', '', True),
('freeglut', '3.0.0', '-Mesa-18.1.3'),
]
configopts = '-DTBB_INCLUDE_DIR=$TBBROOT/include -DTBB_LIBRARY=$TBBROOT/lib/libtbb.so -DTBB_LIBRARY_MALLOC=$TBBROOT/lib/libtbbmalloc.so -DEMBREE_TUTORIALS=OFF'
separate_build_dir = True
# modextrapaths = {
# 'PATH': ['bin/embree3'],
#}
sanity_check_paths = {
'files': ['lib64/libembree3.so'],
'dirs': ['bin', 'lib64'],
}
moduleclass = 'lib'