summaryrefslogtreecommitdiffstats
path: root/env/cuda.conf
diff options
context:
space:
mode:
Diffstat (limited to 'env/cuda.conf')
-rw-r--r--env/cuda.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/env/cuda.conf b/env/cuda.conf
new file mode 100644
index 0000000..85f5a7d
--- /dev/null
+++ b/env/cuda.conf
@@ -0,0 +1,2 @@
+CPPFLAGS="${CPPFLAGS} -I/usr/local/cuda/include"
+LDFLAGS="${LDFLAGS} -L/usr/local/cuda/lib64"