Skip to content

Commit

Permalink
FIX-#416: Build cython extension with c++11 support (#421)
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <[email protected]>
  • Loading branch information
YarShev authored May 28, 2024
1 parent 6623cc2 commit fe1d58b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"unidist.core.backends.mpi.core._memory",
["unidist/core/backends/mpi/core/memory/_memory.pyx"],
language="c++",
extra_compile_args=["-std=c++11"],
extra_link_args=["-std=c++11"],
)

setup(
Expand Down

0 comments on commit fe1d58b

Please sign in to comment.