diff --git a/Programming/cuda/8/variants b/Programming/cuda/8/variants new file mode 100644 index 0000000..4d57515 --- /dev/null +++ b/Programming/cuda/8/variants @@ -0,0 +1 @@ +8.0.44 stable diff --git a/Programming/cuda/build b/Programming/cuda/build new file mode 100755 index 0000000..acd129f --- /dev/null +++ b/Programming/cuda/build @@ -0,0 +1,22 @@ +#!/usr/bin/env modbuild + +#SOURCE_URL="https://ftp.gnu.org/gnu/$P/$P-$V.tar.bz2" + +pbuild::prep() { + : +} + +pbuild::configure() { + : +} + +pbuild::build() { + : +} + +pbuild::install() { + : +} + +pbuild::add_to_group 'Programming' +pbuild::make_all diff --git a/Programming/cuda/modulefile b/Programming/cuda/modulefile new file mode 100644 index 0000000..f0700c0 --- /dev/null +++ b/Programming/cuda/modulefile @@ -0,0 +1,15 @@ +#%Module1.0 + +module-whatis "GPU programming" +module-url 'https://www.nvidia.com/object/cuda_home_new.html' +module-license "see: http://docs.nvidia.com/cuda/eula/index.html" +module-maintainer "Achim Gsell " + +module-help " +CUDA® is a parallel computing platform and programming model invented +by NVIDIA. It enables dramatic increases in computing performance by +harnessing the power of the graphics processing unit (GPU). +" + +prepend-path LIBRARY_PATH "$PREFIX/lib/stubs" +prepend-path LD_LIBRARY_PATH "$PREFIX/lib/stubs"