Programming/cuda/

- new module for CUDA added
This commit is contained in:
2016-11-25 17:39:19 +01:00
parent f4c17d03f7
commit 49a53e0ee0
3 changed files with 38 additions and 0 deletions

22
Programming/cuda/build Executable file
View File

@@ -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