mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
11 lines
219 B
Tcsh
11 lines
219 B
Tcsh
if ( -x /usr/bin/cuda-g++ ) then
|
|
setenv HOST_COMPILER /usr/bin/cuda-g++
|
|
endif
|
|
|
|
if ( -d /usr/include/cuda ) then
|
|
setenv CUDA_INCLUDE_DIRS /usr/include
|
|
setenv CUDA_INC_PATH /usr/include
|
|
endif
|
|
|
|
setenv CUDA_ROOT /usr
|