forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into trac_to_issue
- Loading branch information
Showing
70 changed files
with
411 additions
and
267 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ jobs: | |
uses: ./.github/workflows/macos.yml | ||
with: | ||
stage: "1" | ||
timeout: 14400 | ||
|
||
stage-2: | ||
uses: ./.github/workflows/macos.yml | ||
|
@@ -90,7 +91,7 @@ jobs: | |
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Sage GitHub CI" | ||
SAGE_ROOT=. SAGE_SRC=./src src/bin/sage-update-version $(git describe --tags) || echo "(ignoring error)" | ||
SAGE_ROOT=. SAGE_SRC=./src src/bin/sage-update-version $(cat src/VERSION.txt).dev0 || echo "(ignoring error)" | ||
- name: make dist | ||
run: | | ||
./configure --enable-download-from-upstream-url && make dist | ||
|
@@ -108,7 +109,7 @@ jobs: | |
fail-fast: false | ||
max-parallel: 4 | ||
matrix: | ||
os: [ macos-11, macos-12 ] | ||
os: [ macos-11, macos-12, macos-14 ] | ||
tox_system_factor: [macos-nobootstrap] | ||
tox_packages_factor: [minimal] | ||
xcode_version_factor: [default] | ||
|
@@ -129,7 +130,7 @@ jobs: | |
if: contains(matrix.tox_system_factor, 'nobootstrap') | ||
- name: Move homebrew away | ||
run: | | ||
(cd /usr/local && for a in bin etc include lib opt sbin share; do sudo mv $a $a-moved; done) | ||
(cd $(brew --prefix) && for a in bin etc include lib opt sbin share; do sudo mv $a $a-moved; done) | ||
- name: Select Xcode version | ||
run: | | ||
if [ ${{ matrix.xcode_version_factor }} != default ]; then sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode_version_factor }}.app; fi | ||
|
@@ -140,7 +141,8 @@ jobs: | |
# We use a high parallelization on purpose in order to catch possible parallelization bugs in the build scripts. | ||
# For doctesting, we use a lower parallelization to avoid timeouts. | ||
run: | | ||
MAKE="make -j12" tox -e $TOX_ENV -- SAGE_NUM_THREADS=4 $TARGETS | ||
(sleep 20000; pkill make) & | ||
MAKE="make -j12" tox -e $TOX_ENV -- SAGE_NUM_THREADS=6 $TARGETS | ||
- name: Prepare logs artifact | ||
run: | | ||
mkdir -p "artifacts/$LOGS_ARTIFACT_NAME"; cp -r .tox/*/log "artifacts/$LOGS_ARTIFACT_NAME" | ||
|
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 10.3.rc0, Release Date: 2024-02-25 | ||
SageMath version 10.3.rc2, Release Date: 2024-03-04 |
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,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=a3fc8c3bf9198d28a8f2d5a08cffdcf519150b77 | ||
md5=32f4f1763765232dc7e7431d5e48e129 | ||
cksum=708121316 | ||
sha1=ff35813eb1168b754ab9470066b39aeaca9d462c | ||
md5=834bc382880b0cfea48fa00bdff79534 | ||
cksum=4002007446 |
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 @@ | ||
0fb793fa91a0b46de452036b521cbbaeee878340 | ||
872ca39ec422cacd1005dd6b1ccd9737d5d88712 |
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,5 +1,5 @@ | ||
tarball=meson-VERSION.tar.gz | ||
sha1=97e766951553ec35315712f0a27d5554a010d4c3 | ||
md5=69da4c63ef06c9d3bcc00ce89abb306f | ||
cksum=2424401184 | ||
upstream_url=https://pypi.io/packages/source/m/meson/meson-VERSION.tar.gz | ||
tarball=meson-VERSION-py3-none-any.whl | ||
sha1=baf5b9bc9ca97f18c7dc87cfaf0e1dc4d617a4cf | ||
md5=d418e644c04e55872ce3d7b6de007dbe | ||
cksum=559088366 | ||
upstream_url=https://pypi.io/packages/py3/m/meson/meson-VERSION-py3-none-any.whl |
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 @@ | ||
1.2.3 | ||
1.3.1 |
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 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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sage-conf ~= 10.3rc0 | ||
sage-conf ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sage-docbuild ~= 10.3rc0 | ||
sage-docbuild ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sage-setup ~= 10.3rc0 | ||
sage-setup ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sage-sws2rst ~= 10.3rc0 | ||
sage-sws2rst ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sagemath-standard ~= 10.3rc0 | ||
sagemath-standard ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sagemath-bliss ~= 10.3rc0 | ||
sagemath-bliss ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sagemath-categories ~= 10.3rc0 | ||
sagemath-categories ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sagemath-coxeter3 ~= 10.3rc0 | ||
sagemath-coxeter3 ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sagemath-environment ~= 10.3rc0 | ||
sagemath-environment ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sagemath-mcqd ~= 10.3rc0 | ||
sagemath-mcqd ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sagemath-meataxe ~= 10.3rc0 | ||
sagemath-meataxe ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sagemath-objects ~= 10.3rc0 | ||
sagemath-objects ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sagemath-repl ~= 10.3rc0 | ||
sagemath-repl ~= 10.3rc2 |
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,2 +1,2 @@ | ||
# This file is updated on every release by the sage-update-version script | ||
sagemath-sirocco ~= 10.3rc0 | ||
sagemath-sirocco ~= 10.3rc2 |
Oops, something went wrong.