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: Use sdh_setup_bdist_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Dec 8, 2020
1 parent 0773001 commit 4b52dcf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build/pkgs/sage_conf/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ fi
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_setup_bdist_wheel
sdh_store_and_pip_install_wheel .

0 comments on commit 4b52dcf

Please sign in to comment.