Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/gambit/spkg-install.in: Install via bdist_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 8, 2020
1 parent 55993b6 commit 0a64674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/pkgs/gambit/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ cd src/python
rm gambit/lib/libgambit.cpp

# pip doesn't work (https://github.com/gambitproject/gambit/issues/207)
sage-python23 setup.py --no-user-cfg build install
sage-python23 setup.py --no-user-cfg bdist_wheel
if [ $? -ne 0 ]; then
echo "Error installing Python API"
exit 1
fi
sdh_store_and_pip_install_wheel .

0 comments on commit 0a64674

Please sign in to comment.