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 Sep 26, 2022
1 parent 07f5cde commit 3cdf86e
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 @@ -70,7 +70,7 @@ else
(cd "$SITEPACKAGESDIR" && rm -f sage/__init__.py)
# 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 3cdf86e

Please sign in to comment.