Skip to content

Commit e2e65a5

Browse files
authored
Merge branch 'develop' into p/fix-openmp-issue-on-macos
2 parents 95ac897 + 1398283 commit e2e65a5

193 files changed

Lines changed: 7686 additions & 1436 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- archlinux
3030
#- ubuntu:22.04 - gap is outdated there (only 4.11)
3131
- ubuntu:24.04
32-
- ubuntu:25.04
32+
- ubuntu:26.04
3333
container:
3434
image: ${{ matrix.container }}
3535

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ jobs:
4040
sudo DEBIAN_FRONTEND=noninteractive apt-get install $(build/bin/sage-get-system-packages debian _bootstrap _prereq)
4141
- name: Configure with --enable-download-from-upstream-url
4242
run: |
43-
make configure
43+
# Run "bootstrap -s" so that the configure tarball
44+
# (configure-$(git rev-parse HEAD).tar.gz) is generated and saved
45+
# locally to upstream/. Otherwise "make dist" below tries to
46+
# download it from the Sage mirrors / GitHub release assets, which
47+
# fails for unreleased commits (e.g. on workflow_dispatch / PR runs).
48+
./bootstrap -s
4449
./configure
4550
- name: make dist (--enable-download-from-upstream-url)
4651
id: make_dist

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: SageMath
44
abstract: SageMath is a free open-source mathematics software system.
55
authors:
66
- name: "The SageMath Developers"
7-
version: 10.10.beta0
7+
version: 10.10.beta1
88
doi: 10.5281/zenodo.8042260
9-
date-released: 2026-05-09
9+
date-released: 2026-05-18
1010
repository-code: "https://github.com/sagemath/sage"
1111
url: "https://www.sagemath.org/"

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.10.beta0
1+
10.10.beta1

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=99e31b3dfe356d5aaae449a774230b2fd532b305
3-
sha256=393e873913e58278ac593bcf66e383048260138a637684f618f86a00a23efbbb
2+
sha1=eda61dd645333ea58511a3e9ca807c0742ad541f
3+
sha256=9103a554db8222d8dbbf9ac8ba192cd640efd8603af628a20a3a0c0e58873339
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4d326550247377bf4b9226f5d21273dbb9e1026e
1+
722ddb85e9475978d0b1ef490d6780091279c753

build/pkgs/dot2tex/SPKG.rst

Lines changed: 3 additions & 11 deletions

build/pkgs/dot2tex/checksums.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

build/pkgs/dot2tex/package-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/dot2tex/patches/remove_test_semicolon.patch

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)