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 [SAGE_EDITABLE=no]: Use --no-build-is…
Browse files Browse the repository at this point in the history
…olation
  • Loading branch information
mkoeppe committed Jul 22, 2022
1 parent c761788 commit 99d4129
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/pkgs/sagelib/spkg-install
Expand Up @@ -57,7 +57,9 @@ 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 sdh_pip_install .
# Use --no-build-isolation to avoid rebuilds because of dependencies:
# 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 .
fi

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

0 comments on commit 99d4129

Please sign in to comment.