Skip to content

Commit

Permalink
Migrate Cython external declarations to gambit.pxd
Browse files Browse the repository at this point in the history
Closes #339

Some old-style Cython syntax remains, principally in the interfaces
to Nash solvers.  These will be cleaned up as part of a broader
sweep of those interfaces.
  • Loading branch information
tturocy committed Sep 4, 2023
1 parent 7c50790 commit 8e6bca0
Show file tree
Hide file tree
Showing 16 changed files with 510 additions and 492 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"pygambit.gambit",
sources=["src/pygambit/gambit.pyx"],
language="c++",
include_dirs=["src"],
include_dirs=["src", "src/pygambit"],
extra_compile_args=(
["-std=c++11"] if platform.system() == "Darwin" else []
)
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8e6bca0

Please sign in to comment.