Allow to disable CUDA via environment variable.
This commit is contained in:
parent
e676ea25c7
commit
8e5dba873a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||||
P=${PACKAGE}-${VERSION}
|
P=${PACKAGE}-${VERSION}
|
||||||
|
|
||||||
enable_cuda=1
|
enable_cuda=${enable_cuda:=1}
|
||||||
|
|
||||||
# Other interesting configure options:
|
# Other interesting configure options:
|
||||||
# --enable-mpi-threads
|
# --enable-mpi-threads
|
||||||
|
|
Loading…
Reference in a new issue