Skip to content

Commit 8705d57

Browse files
committed
40519 new
1 parent 96245a0 commit 8705d57

File tree

205 files changed

+4059
-1580
lines changed

Some content is hidden

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

205 files changed

+4059
-1580
lines changed

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.7.beta9
7+
version: 10.7.rc0
88
doi: 10.5281/zenodo.8042260
9-
date-released: 2025-07-25
9+
date-released: 2025-08-02
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-
SageMath version 10.7.beta9, Release Date: 2025-07-25
1+
SageMath version 10.7.rc0, Release Date: 2025-08-02

build/bin/sage-print-system-package-command

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ case $system:$command in
145145
@(debian*|ubuntu*):*)
146146
[ "$NO_INSTALL_RECOMMENDS" = yes ] && options="$options --no-install-recommends"
147147
[ "$YES" = yes ] && options="$options --yes" env="DEBIAN_FRONTEND=noninteractive "
148+
# There is an --ignore-missing option for apt-get, but it only ignores download errors not completely missing packages.
148149
if [ "$IGNORE_MISSING" = yes ]; then
149150
[ -n "$system_packages" ] && echo "for pkg in $system_packages; do ${SUDO}${env}apt-get $command $options \$pkg || true; done"
150151
else

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=4c9aecce436e09a96fa3358fce94e4732c56982b
3-
sha256=8b48d72d7ed68b2b17550fb3dabd30437536b040cadc7662d667d2cb5fa53173
2+
sha1=eb43008c539589aa31cdb6ec98b47a2c43c60486
3+
sha256=3f7b71621144bf2c62983c5276e00fe941e2be8f33005ae4594c269b71bccd1b
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a1fb267e04a39b64e714b1b97ca625eef075f4d4
1+
1e5e8e6b859ca8064b05738793074b5695012653

build/pkgs/gap_packages/spkg-install.in

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ install_compiled_pkg()
9292
#
9393
# These packages have an old ./configure that take the GAP_ROOT as a positional
9494
# argument
95-
for pkg in cohomolo crypting grape orb datastructures
95+
for pkg in cohomolo crypting grape guava orb datastructures
9696
do
9797
echo "Building GAP package $pkg"
9898
CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
@@ -104,14 +104,6 @@ do
104104
cd "$PKG_SRC_DIR"
105105
done
106106

107-
echo "Building GAP package guava"
108-
export CFLAGS="-std=gnu17 $CFLAGS -Wno-implicit-function-declaration"
109-
cd "$PKG_SRC_DIR/guava"
110-
./configure "$GAP_ROOT"
111-
sdh_make
112-
install_compiled_pkg "guava"
113-
cd "$PKG_SRC_DIR"
114-
115107
# These packages have a new-style autoconf ./configure
116108
# that takes --with-gaproot
117109

build/pkgs/ncurses/distros/debian.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libncurses5-dev
1+
libncurses-dev

build/pkgs/polymake/checksums.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
tarball=polymake-VERSION-minimal.tar.bz2
2-
sha1=aa1a153fac97a9faad61842f4a4232fbf444155f
3-
sha256=bd5a667ffca4bf7eb8d51134030ce3df3b16dd9d0e800fafdb1ce835867640d9
2+
sha1=03b0916fe2847d9a234c7ced72e25ab268c3dd78
3+
sha256=e27667719a59102c1b27f5f98fa83cd3b4147f63292940592f217151defdbf8d
44
upstream_url=https://polymake.org/lib/exe/fetch.php/download/polymake-VERSION-minimal.tar.bz2
5+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.12
1+
4.14

build/pkgs/qhull/patches/qhull_cmake.patch

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

0 commit comments

Comments
 (0)