From 11507a5f7e598035b4be6c00e89919190b271dc4 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 2 Oct 2022 22:27:09 -0700 Subject: [PATCH] build/pkgs/sagelib/spkg-install: No need to uninstall before installing - cleaner is back in --- build/pkgs/sagelib/spkg-install | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/pkgs/sagelib/spkg-install b/build/pkgs/sagelib/spkg-install index 8e5e97f2688..ad8b2ed43fc 100755 --- a/build/pkgs/sagelib/spkg-install +++ b/build/pkgs/sagelib/spkg-install @@ -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