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.5.beta5' into t/29039/pip_installable_package_sage_boots…
…trap SageMath version 9.5.beta5, Release Date: 2021-10-28
- Loading branch information
Showing
322 changed files
with
3,333 additions
and
6,716 deletions.
There are no files selected for viewing
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.5.beta4, Release Date: 2021-10-19 | ||
SageMath version 9.5.beta5, Release Date: 2021-10-28 |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env bash | ||
# This command ensures that any previous installations of the same package | ||
# are uninstalled. | ||
|
||
# Note: "sage-pip-uninstall" is meant to be run after $(PYTHON) has | ||
# been installed (either as an spkg or as a venv over a system python3). | ||
# It is then guaranteed by sage-env that PATH is set in a way that "python3" | ||
# refers to the correct python3. | ||
PYTHON=python3 | ||
|
||
# The PIP variable is only used to determine the name of the lock file. | ||
PIP=pip3 | ||
|
||
# We should avoid running pip while uninstalling a package because that | ||
# is prone to race conditions. Therefore, we use a lockfile while | ||
# running pip. This is implemented in the Python script sage-flock | ||
LOCK="$SAGE_LOCAL/var/lock/$PIP.lock" | ||
|
||
# --disable-pip-version-check: Don't periodically check PyPI to determine whether a new version of pip is available | ||
# --no-input: Disable prompting for input. | ||
# --yes: Don't ask for confirmation of uninstall deletions | ||
# See sage-pip-install for a discussion of the other flags. | ||
sage-flock -x $LOCK $PYTHON -m pip uninstall --isolated --disable-pip-version-check --yes --no-input "$@" |
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 @@ | ||
optional | ||
standard |
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,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=1df4c487d374a7ea9eeda3a9234cc6eed81c1443 | ||
md5=83d4327261e545f26d4ad318030823e8 | ||
cksum=2968565921 | ||
sha1=ab6592f2216c48049bbbcfb3a42c3e157f44d917 | ||
md5=fc3a50e0f47802e55969eade44648af4 | ||
cksum=3704729867 |
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 @@ | ||
e8ab458165ec5e5832adf702099f47f4cff94596 | ||
c5a87834e7e2939b878a5134cd240e6c712bd573 |
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ Dependencies | |
------------ | ||
|
||
- zlib | ||
- MPIR | ||
- GMP | ||
- MPFR | ||
- MPC | ||
|
||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.