Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/make/install: Set SAGE_SPKG_WHEELS also here so that script pac…
Browse files Browse the repository at this point in the history
…kages still work
  • Loading branch information
Matthias Koeppe committed Oct 2, 2020
1 parent be2417c commit 8ee7ee2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/make/install
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export SAGE_SHARE="$SAGE_LOCAL/share"
export SAGE_PKGCONFIG="$SAGE_LOCAL/lib/pkgconfig"
export SAGE_LOGS="$SAGE_ROOT/logs/pkgs"
export SAGE_SPKG_INST="$SAGE_LOCAL/var/lib/sage/installed"
# Following line is duplicated here from build/bin/sage-spkg.
# because the setting is also needed by some script packages.
# The line here will be removed in #29386 (install script packages
# via sage-spkg).
export SAGE_SPKG_WHEELS="$SAGE_LOCAL/var/lib/sage/wheels"

if [ -z "${SAGE_ORIG_PATH_SET}" ]; then
SAGE_ORIG_PATH=$PATH && export SAGE_ORIG_PATH
Expand Down

0 comments on commit 8ee7ee2

Please sign in to comment.