Skip to content

Commit 25ce68f

Browse files
Matthias Koeppedimpase
authored andcommitted
Remove redundant spkg-legacy-uninstall scripts
1 parent 99796ad commit 25ce68f

File tree

7 files changed

+0
-34
lines changed

7 files changed

+0
-34
lines changed

build/pkgs/boost_cropped/spkg-legacy-uninstall

Lines changed: 0 additions & 2 deletions
This file was deleted.

build/pkgs/ecl/spkg-legacy-uninstall

Lines changed: 0 additions & 6 deletions
This file was deleted.

build/pkgs/gfan/spkg-legacy-uninstall

Lines changed: 0 additions & 3 deletions
This file was deleted.

build/pkgs/jmol/spkg-legacy-uninstall

Lines changed: 0 additions & 5 deletions
This file was deleted.

build/pkgs/libgd/spkg-legacy-uninstall

Lines changed: 0 additions & 5 deletions
This file was deleted.

build/pkgs/numpy/spkg-legacy-uninstall

Lines changed: 0 additions & 2 deletions
This file was deleted.

build/pkgs/python3/spkg-build.in

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,6 @@ fi
6262
# common in Cython-generated code.
6363
export EXTRA_CFLAGS="`testcflags.sh -Wno-unused $OLD_CFLAGS`"
6464

65-
# Remove old symbolic link: it is not needed and its presence can
66-
# interfere with the Python build.
67-
rm -f "$SAGE_LOCAL/lib/python"
68-
69-
# Remove old libraries. We really need to do this before building Python
70-
# since Python tries to import some modules (e.g. ctypes) at build-time.
71-
# We need to make sure that the old installed libraries in local/lib are
72-
# not used for that. See https://github.com/sagemath/sage/issues/24605
73-
rm -f "$SAGE_LOCAL"/lib/lib"$PKG_BASE"*
74-
75-
7665
# Note: --without-ensurepip ensures that setuptools+pip are *not* installed
7766
# automatically when installing python3. They will be installed instead by
7867
# the separate setuptools and pip packages; see

0 commit comments

Comments
 (0)