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

Fix: Make -std build argument the problem of setup.py

parent 45405ee6
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ ffi.set_source("pyopencl._cffi", ...@@ -78,7 +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=( + {CXXFLAGS}), extra_compile_args=({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.
Finish editing this message first!
Please register or to comment