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

Commit

Permalink
build/pkgs/sagelib/spkg-install: In non-editable mode, Use sdh_pip_in…
Browse files Browse the repository at this point in the history
…stall instead of 'setup.py install'
  • Loading branch information
Matthias Koeppe committed Jul 22, 2022
1 parent edfa3b4 commit f7ea602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [ "$SAGE_EDITABLE" = yes ]; then
else
# Likewise, we should remove the egg-link that may have been installed previously.
(cd "$SITEPACKAGESDIR" && rm -f sagemath-standard.egg-link)
time python3 -u setup.py --no-user-cfg build install || exit 1
time sdh_pip_install .
fi

# Trac #33103: The temp.* directories are large after a full build.
Expand Down

0 comments on commit f7ea602

Please sign in to comment.