summary refs log tree commit diff
path: root/pkgs/development/r-modules/patches/iFes.patch
blob: aca89b8d5a8691934ef18b8a2dc7efb3327f4c6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -u3 -r iFes_orig/src/config.mk iFes/src/config.mk
--- iFes_orig/src/config.mk	2014-12-09 14:19:58.000000000 +0300
+++ iFes/src/config.mk	2015-02-19 22:47:24.426804174 +0300
@@ -12,7 +12,7 @@
 endif
 
 # set CUDA_INC to CUDA header dir on your system
-CUDA_INC := $(CUDA_HOME)/include
+CUDA_INC := $(CUDA_HOME)/usr_include
 
 ARCH := $(shell uname -m)