summarylogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorDrew Noel2016-01-21 12:20:14 -0500
committerDrew Noel2016-01-21 12:20:14 -0500
commit48dc642257c572a2de3a674f2a34c7cfb47c8456 (patch)
treeedc33d18666a8544f0f4ab3c008afb5313855c87 /Makefile.config
parentf2019086a4e5241387efdaf0b2d3d91a54116cbe (diff)
downloadaur-48dc642257c572a2de3a674f2a34c7cfb47c8456.tar.gz
Pull in NVCC fix from mjal
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 0cdacbf20d88..724518332996 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -62,6 +62,9 @@ WITH_PYTHON_LAYER := 1
INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/include
LIBRARY_DIRS := $(PYTHON_LIB) /usr/lib
+# Fix NVCC __float128 (thanks @mjal)
+NVCCFLAGS=-D__STRICT_ANSI__
+
BUILD_DIR := build
DISTRIBUTE_DIR := distribute