This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag '9.3.beta8' into t/31335/homebrew__unused_packages__singula…
…r__pari_______in__usr_local_leak_into_sagelib_build SageMath version 9.3.beta8, Release Date: 2021-03-07
- Loading branch information
Showing
489 changed files
with
5,334 additions
and
1,753 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
#!/usr/bin/env bash | ||
# to be run from $SAGE_ROOT, with arguments sage-local-${{ env.PREVIOUS_STAGES }}.tar | ||
|
||
if [ -z "$SAGE_LOCAL" ]; then | ||
SAGE_LOCAL=$(pwd)/local | ||
fi | ||
|
||
# Show all tar files | ||
ls -l $* | ||
|
||
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. | ||
for a in $*; do | ||
echo Extracting $a | ||
tar xf $a | ||
(cd / && tar xf -) < $a | ||
rm -f $a | ||
done | ||
|
||
# Also get rid of the stages that were not extracted | ||
rm -f sage-local-*.tar | ||
|
||
# We set the installation records to the same mtime so that no rebuilds due to dependencies | ||
# among these packages are triggered. | ||
(cd local/var/lib/sage/installed/ && touch .dummy && touch --reference=.dummy *) | ||
(cd "$SAGE_LOCAL"/var/lib/sage/installed/ && touch .dummy && touch --reference=.dummy *) | ||
|
||
# Show what has been built already. | ||
ls -l local local/var/lib/sage/installed/ | ||
ls -l "$SAGE_LOCAL" "$SAGE_LOCAL"/var/lib/sage/installed/ | ||
df -h | ||
|
||
# Rebase! | ||
src/bin/sage-rebase.sh local | ||
src/bin/sage-rebase.sh "$SAGE_LOCAL" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SageMath version 9.3.beta7, Release Date: 2021-02-07 | ||
SageMath version 9.3.beta8, Release Date: 2021-03-07 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.