Skip to content

Commit

Permalink
Use c++11 compile flags for neighbors module
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Aug 4, 2023
1 parent 512e51d commit e8efa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
Extension(
"libmetgem._neighbors",
[os.path.join(SRC_PATH, "_neighbors.pyx")],
extra_compile_args=[OPENMP_FLAGS],
extra_compile_args=[OPENMP_FLAGS, "-std=c++11"],
extra_link_args=[OPENMP_FLAGS]
)
]
Expand Down

0 comments on commit e8efa21

Please sign in to comment.