diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2012-02-21 17:50:39 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-03-29 10:16:25 -0500 |
commit | 588a7e1dc021b6c974047fed0b46d951f85d4ab1 (patch) | |
tree | a380ff5cbfdab7b2a62565a478a370aeb1079446 /development/cudatoolkit/files/nvcc.profile | |
parent | 770f67ed6b42817f3dbccb23cb6390867d2180bd (diff) |
development/cudatoolkit: Updated for version 4.1.28.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/cudatoolkit/files/nvcc.profile')
-rw-r--r-- | development/cudatoolkit/files/nvcc.profile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/cudatoolkit/files/nvcc.profile b/development/cudatoolkit/files/nvcc.profile new file mode 100644 index 0000000000000..9a852c271fcee --- /dev/null +++ b/development/cudatoolkit/files/nvcc.profile @@ -0,0 +1,13 @@ + +TOP = $(_HERE_)/.. + +LD_LIBRARY_PATH += $(TOP)/lib$(_TARGET_SIZE_):$(TOP)/extools/lib: +PATH += $(TOP)/open64/bin:$(TOP)/share/cuda/nvvm:$(_HERE_): + +INCLUDES += "-I$(TOP)/include/cuda" "-I$(TOP)/include/cudart" $(_SPACE_) + +LIBRARIES =+ $(_SPACE_) "-L$(TOP)/lib$(_TARGET_SIZE_)" -lcudart + +CUDAFE_FLAGS += +OPENCC_FLAGS += +PTXAS_FLAGS += |