Skip to content
Snippets Groups Projects
Commit 45405ee6 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Make -std build argument the problem of setup.py

parent e76c9824
No related branches found
No related tags found
No related merge requests found
...@@ -78,8 +78,7 @@ ffi.set_source("pyopencl._cffi", ...@@ -78,8 +78,7 @@ ffi.set_source("pyopencl._cffi",
{CL_INC_DIR} + ["src/c_wrapper/"]), {CL_INC_DIR} + ["src/c_wrapper/"]),
library_dirs={CL_LIB_DIR}, library_dirs={CL_LIB_DIR},
libraries={CL_LIBNAME}, libraries={CL_LIBNAME},
extra_compile_args=( extra_compile_args=( + {CXXFLAGS}),
['-std=c++0x'] + {CXXFLAGS}),
extra_link_args={LDFLAGS}, extra_link_args={LDFLAGS},
source_extension=".cpp", source_extension=".cpp",
sources=[ sources=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment