Skip to content
Snippets Groups Projects
Commit 5c1341da authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

initial commit

parent 8f4d0c8c
Branches
Tags
No related merge requests found
##
# Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
##
easyblock = 'Binary'
name = 'OptiX'
version = '7.5.0'
homepage = 'https://developer.nvidia.com/optix'
description = """OptiX is NVIDIA SDK for easy ray tracing performance.
It provides a simple framework for accessing the GPU’s massive ray tracing
power using state-of-the-art GPU algorithms."""
toolchain = SYSTEM
# Registration required. Download links:
# https://developer.nvidia.com/designworks/optix/download
# https://developer.nvidia.com/designworks/optix/downloads/legacy
sources = ['NVIDIA-OptiX-SDK-%(version)s-linux64-x86_64.sh']
checksums = ['57be5080fecba21e41d88ebb3b16f911aa83ecd26a5a004aecc98f90d527b9b3']
install_cmd = "./" + sources[0] + " --skip-license --prefix=%(installdir)s"
sanity_check_paths = {
'files': ["include/optix.h", "include/optix_device.h"],
'dirs': []
}
modextravars = {'OPTIX_HOME': '%(installdir)s'}
moduleclass = 'vis'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment