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

Commit

Permalink
build/pkgs/sage_conf/spkg-install: Build wheel manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Nov 14, 2020
1 parent 36e479c commit 5dc4266
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build/pkgs/sage_conf/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ if [ $? -ne 0 ]; then
echo >&2 "Is $SAGE_ROOT the correct SAGE_ROOT?"
exit 1
fi
cd src && sdh_pip_install .
cd src
# Need to build a wheel manually because pip does not
# follow symlinks.
sage-python23 setup.py \
--no-user-cfg \
bdist_wheel \
|| sdh_die "Error building wheel for sage_conf"
sdh_store_and_pip_install_wheel .

0 comments on commit 5dc4266

Please sign in to comment.