easyconfigs-it4i/e/Embree/Embree-intel-2017a.eb
Lukáš Krupčík 2ff45ecc5d new file: e/Embree/Embree-intel-2017a.eb
modified:   o/OSPRay/OSPRay-1.3.0.eb
	modified:   s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.eb
	new file:   t/tbb/tbb-2017.6.196.eb
	new file:   v/VASP/VASP-5.4.4-intel-2017a-mkl=cluster.eb
	new file:   v/VASP/VASP-5.4.4-intel-2017a-mkl=paralel.eb
	new file:   v/VASP/VASP-5.4.4-intel-2017a-mkl=sequential.eb
	deleted:    e/Embree/Embree-2.16.2.eb
	deleted:    g/GDAL/GDAL-2.1.3-Python-2.7.13-without-intel.eb
2017-06-19 17:16:41 +02:00

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'