Skip to content

Commit

Permalink
Restore use of C++ compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjosegarciaripoll committed Jan 19, 2024
1 parent e40aab0 commit 225c5ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
Extension(
name,
[file],
language="c++",
define_macros=[("NPY_NO_DEPRECATED_API", "NPY_1_7_API_VERSION")],
extra_compile_args=extra_compile_args,
include_dirs=[np.get_include()],
Expand Down

0 comments on commit 225c5ce

Please sign in to comment.