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: No need to uninstall before installi…
Browse files Browse the repository at this point in the history
…ng - cleaner is back in
  • Loading branch information
mkoeppe committed Oct 3, 2022
1 parent ffe67e8 commit 11507a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/pkgs/sagelib/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ else
# Compiling sage/interfaces/sagespawn.pyx because it depends on /private/var/folders/38/wnh4gf1552g_crsjnv2vmmww0000gp/T/pip-build-env-609n5985/overlay/lib/python3.10/site-packages/Cython/Includes/posix/unistd.pxd
time sdh_pip_install --no-build-isolation .
else
# We no longer use the install-cleaner for installation directory cleaning.
# So uninstall first.
time sdh_pip_uninstall sagemath-standard
time python3 -u setup.py --no-user-cfg build install || exit 1
fi
fi
Expand Down

0 comments on commit 11507a5

Please sign in to comment.