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

new file: g/GDAL/GDAL-2.1.3-Python-2.7.13-without-intel.eb new file: i/ispc/ispc-1.9.1.eb new file: o/OSPRay/OSPRay-1.3.0.eb new file: p/ParaView/ParaView-5.1.2-intel-2017a-mpi-OSPRay.eb new file: p/ParaView/Paraview-5.1.2-intel-2017a-OSPRay.eb new file: s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.eb new file: s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.patch new file: v/VASP/VASP-5.4.4-intel-2017a-03.eb modified: v/VASP/VASP-5.4.4-intel-2017a.eb
36 lines
676 B
Plaintext
36 lines
676 B
Plaintext
easyblock = 'CMakeMake'
|
|
|
|
name = 'OSPRay'
|
|
version = '1.3.0'
|
|
|
|
homepage = 'http://www.ospray.org'
|
|
description = """
|
|
A Ray Tracing Based Rendering Engine for High-Fidelity Visualization"""
|
|
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
|
|
|
source_urls = ['https://github.com/ospray/OSPRay/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.8.1', '', True),
|
|
('tbb', '4.4.2.152', '', True)
|
|
]
|
|
|
|
dependencies = []
|
|
|
|
separate_build_dir = True
|
|
|
|
#skipsteps= ['configure', 'build']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libospray.so'],
|
|
'dirs': ['bin', 'lib'],
|
|
}
|
|
|
|
# add the top dir to PATH
|
|
modextrapaths = {
|
|
'PATH': ''
|
|
}
|
|
|
|
moduleclass = 'vis'
|