diff example/Cuda/Makefile @ 2069:26aa08c9a1de draft default tip

cuda example fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 12 Feb 2017 10:04:55 +0900
parents 0e2389a5ac4e
children
line wrap: on
line diff
--- a/example/Cuda/Makefile	Fri Feb 03 19:10:27 2017 +0900
+++ b/example/Cuda/Makefile	Sun Feb 12 10:04:55 2017 +0900
@@ -12,8 +12,8 @@
 
 CC += $(ABI)
 
-LIBS = -F/Library/Frameworks -framework CUDA
-INCLUDE = -I$(CUDA_PATH)
+LIBS = -F/Library/Frameworks -framework CUDA  /Developer/NVIDIA/CUDA-8.0/lib/libcudart_static.a
+INCLUDE = -I/usr/local/cuda/include -I.
 
 .SUFFIXES: .cc .o .cu .ptx
 .cc.o: