Skip to content
Merged
Prev Previous commit
Next Next commit
build/pkgs/sagelib/spkg-install.in: Use sdh_build_and_store_wheel
  • Loading branch information
Matthias Koeppe committed Jun 22, 2024
commit 0b2033c31dd289c6259af09a1c401b85d14f8b35
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ "$SAGE_EDITABLE" = yes ]; then

if [ "$SAGE_WHEELS" = yes ]; then
# Additionally build a wheel (for use in other venvs)
cd $SAGE_PKGS/sagelib/src && time sdh_setup_bdist_wheel && sdh_store_wheel .
cd $SAGE_PKGS/sagelib/src && time sdh_build_and_store_wheel --no-build-isolation .
fi
else
# Now implied: "$SAGE_WHEELS" = yes
Expand Down