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

add 6.5

parent 11ccef3a
Branches
Tags
No related merge requests found
##
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
# Authors:: Stephane Thiell <sthiell@stanford.edu>
##
easyblock = 'Binary'
name = 'OptiX'
version = '6.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.sh']
checksums = ['eca09e617a267e18403ecccc715c5bc3a88729b81589a828fcb696435100a62e']
install_cmd = "./" + sources[0] + " --skip-license --prefix=%(installdir)s"
sanity_check_paths = {
'files': ["include/optix.h", "include/optix_cuda.h", "lib64/liboptix.%s" % SHLIB_EXT,
"lib64/liboptixu.%s" % SHLIB_EXT],
'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