Blob Blame History Raw
diff -up pyopencl-2016.1/setup.py.than pyopencl-2016.1/setup.py
--- pyopencl-2016.1/setup.py.than	2017-01-17 11:55:18.450292176 -0500
+++ pyopencl-2016.1/setup.py	2017-01-17 11:55:34.580575378 -0500
@@ -38,7 +38,7 @@ def get_config_schema():
             IncludeDir, LibraryDir, Libraries, \
             Switch, StringListOption
 
-    default_cxxflags = ['-std=c++0x']
+    default_cxxflags = ['-std=gnu++11']
 
     if 'darwin' in sys.platform:
         import platform