mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
new file: o/OSPRay/OSPRay-1.3.0-test.eb
This commit is contained in:
parent
a555596bc8
commit
6236315755
38
o/OSPRay/OSPRay-1.3.0-test.eb
Normal file
38
o/OSPRay/OSPRay-1.3.0-test.eb
Normal file
@ -0,0 +1,38 @@
|
||||
easyblock = 'CMakeMake'
|
||||
|
||||
name = 'OSPRay'
|
||||
version = '1.3.0'
|
||||
versionsuffix = '-test'
|
||||
|
||||
homepage = 'http://www.ospray.org'
|
||||
description = """
|
||||
A Ray Tracing Based Rendering Engine for High-Fidelity Visualization"""
|
||||
toolchain = {'name': 'intel', 'version': '2017a'}
|
||||
|
||||
source_urls = ['https://github.com/ospray/OSPRay/archive/']
|
||||
sources = ['v%(version)s.tar.gz']
|
||||
|
||||
builddependencies = [
|
||||
('CMake', '3.8.1', '', True),
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
('tbb', '2017.6.196', '', True),
|
||||
('Embree', '2.16.2'),
|
||||
]
|
||||
|
||||
separate_build_dir = True
|
||||
|
||||
#skipsteps= ['configure', 'build']
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['lib64/libospray.so'],
|
||||
'dirs': ['bin', 'lib64'],
|
||||
}
|
||||
|
||||
# add the top dir to PATH
|
||||
modextrapaths = {
|
||||
'PATH': ''
|
||||
}
|
||||
|
||||
moduleclass = 'vis'
|
Loading…
x
Reference in New Issue
Block a user