Skip to content

Commit 6ee79be

Browse files
MatteoCatikwankyuroed314yyyyx4mezzarobba
authored
Merge updates from add_new_skew_hadamard_matrices (#2)
* Improve camera positioning for threejs * Changes to sagedoc, stopgap and superseded; one mass replacement * Another mass replacement * Another mass replacement * Another replacement * Another replacement * Remove comment numbers * Fix a couple of strays * trac ticket -> github issue * Change checksums back, fix meta-ticket * Another mass replacement * Another mass replacement * Another mass replacement * Manual fixes * Small replacement * Small replacement * Fix typo * Add github role to tox * add explicit formulas to documentation of WeierstrassIsomorphism * lift documentation from .__init__() to class and tweak * add doctest for sagemath#20847 * add .torsion_basis() method to EllipticCurve_finite_field * Revert "Remove comment numbers" This reverts commit 27cdf3e. * Revert changes to git_trac.rst * Switch :github: to :issue: * Switch from sage-prod to sage in attachment links * Change trac_number to issue_number * cross linked matrix method * Add construction of strongly regular digraph * A few manual fixes * Another automatic change * Undo a bunch of changes in the doc directory * Another fix * Try to fix sphinx problem * Move comment tag inside * allowing iterables as input * Fix code style * generalized fix * converting iterables * added is_supergreedy() function * implemented diff algo, for borderline cases * correcting function for disjoint set of points * correcting function * documentation changes * minor chagnges * fixing_failing_tests * minor documentation correction * Update linear_extensions.py * corrected TeX maths in docstrings * further fixes to supergreedy docstring * Added Reference * adding reference * minor updates * correcting documentation errors * correct a wrong change to :trac: * remove spurrious blank line * another spurrious line removed * compute matrix kernels modulo composites * fix doctests * docstring style tweak * adding doctests * correct the import location (duh...) * adding colored permutation doctests * doctests fixes * replaced "Combining Caron"+c with one unicode character * Updated SageMath version to 10.0.beta1 --------- Co-authored-by: Kwankyu Lee <[email protected]> Co-authored-by: David Roe <[email protected]> Co-authored-by: Lorenz Panny <[email protected]> Co-authored-by: Marc Mezzarobba <[email protected]> Co-authored-by: Tobias Diez <[email protected]> Co-authored-by: Sandstorm831 <[email protected]> Co-authored-by: Rohan Garg <[email protected]> Co-authored-by: Dima Pasechnik <[email protected]> Co-authored-by: Release Manager <[email protected]>
1 parent 6db139e commit 6ee79be

File tree

408 files changed

+1212
-889
lines changed

Some content is hidden

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

408 files changed

+1212
-889
lines changed

.devcontainer/portability-updateContent.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
# The script assumes that it is run from SAGE_ROOT.
66
#
77
# If "config.log" or "logs" are symlinks (for example, created by 'tox -e local-...',
8-
# or after https://trac.sagemath.org/ticket/33262), they might point outside of
8+
# or after https://github.com/sagemath/sage/issues/33262), they might point outside of
99
# the dev container, so remove them. Likewise for upstream.
1010
for f in config.log logs upstream; do
1111
if [ -L $f ]; then
1212
rm -f $f
1313
fi
1414
done
15-
# If possible (ensured after https://trac.sagemath.org/ticket/33262), keep the
15+
# If possible (ensured after https://github.com/sagemath/sage/issues/33262), keep the
1616
# logs in the container.
1717
if [ ! -d logs ]; then
1818
ln -s /sage/logs logs

.github/workflows/ci-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
matrix:
3939
stage: ["1", "2", "2-optional-0-o", "2-optional-p-z", "2-experimental-0-o", "2-experimental-p-z"]
4040
# python3_xcode is only accepted if enough packages are available from the system
41-
# --> to test "minimal", we would need https://trac.sagemath.org/ticket/30949
41+
# --> to test "minimal", we would need https://github.com/sagemath/sage/issues/30949
4242
tox_env: [homebrew-macos-usrlocal-minimal, homebrew-macos-usrlocal-standard, homebrew-macos-usrlocal-maximal, homebrew-macos-usrlocal-python3_xcode-standard, conda-forge-macos-minimal, conda-forge-macos-standard, conda-forge-macos-maximal]
4343
xcode_version_factor: [default]
4444
os: [ macos-11, macos-12 ]

.github/workflows/ci-wsl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
windows:
1414
runs-on: windows-latest
1515
name: Ubuntu 20.04
16-
# Following https://trac.sagemath.org/ticket/25206#comment:63
16+
# Following https://github.com/sagemath/sage/issues/25206#comment:63
1717
steps:
1818
- name: Configure git
1919
run: git config --global core.symlinks true

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ build/bin/sage-build-env-config
187187
/pkgs/sagemath-repl/requirements.txt
188188
/pkgs/sagemath-categories/MANIFEST.in
189189

190-
# same for old locations - before Trac #31577
190+
# same for old locations - before Issue #31577
191191
/build/pkgs/*/src/build
192192
/build/pkgs/*/src/dist
193193
/build/pkgs/*/src/MANIFEST

.zenodo.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"description": "Mirror of the Sage https://sagemath.org/ source tree",
33
"license": "other-open",
4-
"title": "sagemath/sage: 10.0.beta0",
5-
"version": "10.0.beta0",
4+
"title": "sagemath/sage: 10.0.beta1",
5+
"version": "10.0.beta1",
66
"upload_type": "software",
7-
"publication_date": "2023-02-12",
7+
"publication_date": "2023-02-19",
88
"creators": [
99
{
1010
"affiliation": "SageMath.org",
@@ -15,7 +15,7 @@
1515
"related_identifiers": [
1616
{
1717
"scheme": "url",
18-
"identifier": "https://github.com/sagemath/sage/tree/10.0.beta0",
18+
"identifier": "https://github.com/sagemath/sage/tree/10.0.beta1",
1919
"relation": "isSupplementTo"
2020
},
2121
{

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SAGE_ROOT_LOGS = logs
3131

3232
# The --stop flag below is just a random flag to induce graceful
3333
# breakage with non-GNU versions of make.
34-
# See https://trac.sagemath.org/ticket/24617
34+
# See https://github.com/sagemath/sage/issues/24617
3535

3636
# Defer unknown targets to build/make/Makefile
3737
%::
@@ -259,8 +259,8 @@ TEST_FILES = --all
259259
TEST_FLAGS =
260260

261261
# When the documentation is installed, "optional" also includes all tests marked 'sagemath_doc_html',
262-
# see https://trac.sagemath.org/ticket/25345, https://trac.sagemath.org/ticket/26110, and
263-
# https://trac.sagemath.org/ticket/32759
262+
# see https://github.com/sagemath/sage/issues/25345, https://github.com/sagemath/sage/issues/26110, and
263+
# https://github.com/sagemath/sage/issues/32759
264264
TEST_OPTIONAL = sage,optional
265265

266266
# Keep track of the top-level *test* Makefile target for logging.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ in the Installation Guide.
329329
manager.
330330

331331
For a large [list of Sage
332-
packages](https://trac.sagemath.org/ticket/27330), Sage is able to
332+
packages](https://github.com/sagemath/sage/issues/27330), Sage is able to
333333
detect whether an installed system package is suitable for use with
334334
Sage; in that case, Sage will not build another copy from source.
335335

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 10.0.beta0, Release Date: 2023-02-12
1+
SageMath version 10.0.beta1, Release Date: 2023-02-19

bootstrap

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ AS_VAR_SET_IF([SAGE_ENABLE_$pkgname], [], [AS_VAR_SET([SAGE_ENABLE_$pkgname], [y
4747
done
4848
# --enable-SPKG options
4949
for pkgname in $(sage-package list :optional: :experimental: | sort); do
50-
# Trac #29629: Temporary solution for Sage 9.1: Do not provide
50+
# Issue #29629: Temporary solution for Sage 9.1: Do not provide
5151
# --enable-SPKG options for installing pip packages
5252
if [ ! -f build/pkgs/$pkgname/requirements.txt ]; then
5353
pkgtype="$(cat build/pkgs/$pkgname/type)"
54-
# Trac #29124: Do not provide --enable-_recommended and similar
54+
# Issue #29124: Do not provide --enable-_recommended and similar
5555
case "$pkgname" in
5656
_*) ;;
5757
*) spkg_configures="$spkg_configures
5858
AC_SUBST(SAGE_ENABLE_$pkgname, [if_installed])"
5959
if [ -f build/pkgs/$pkgname/spkg-install -o -f build/pkgs/$pkgname/spkg-install.in ]; then
60-
# Trac #31163: Not just an optional dummy package
60+
# Issue #31163: Not just an optional dummy package
6161
spkg_configures="$spkg_configures
6262
SAGE_SPKG_ENABLE([$pkgname], [$pkgtype], [$(grep -v ^= build/pkgs/$pkgname/SPKG.rst | head -n1 2>/dev/null || echo $pkgname)])"
6363
fi

build/bin/sage-bootstrap-python

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SAGE_ORIG_PATH=${NEW_PATH%%':'}
3030
# Also, Trac #20023 removed the vendored argparse library from sage_bootstrap,
3131
# so we test that python is new enough (>= 2.7) to run it.
3232
#
33-
# See https://trac.sagemath.org/ticket/29090
33+
# See https://github.com/sagemath/sage/issues/29090
3434

3535
# Trac #29890: Our first choice is "python", not "python3". This is to avoid
3636
# a defect of sage_bootstrap on macOS regarding SSL URLs.

build/bin/sage-build-num-threads

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# 3) The number of CPU cores in the system, as determined by
1111
# multiprocessing.cpu_count()
1212
#
13-
# AUTHOR: Jeroen Demeyer (2011-12-08): Trac ticket #12016
13+
# AUTHOR: Jeroen Demeyer (2011-12-08): Github issue #12016
1414
#
1515

1616
from __future__ import print_function

build/bin/sage-dist-helpers

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
# (Linux only--no-op on other platforms.) Check shared libraries loaded by
9999
# EXECUTABLE (may be a program or another library) for a library starting
100100
# with SONAME, and if found appends SONAME to the LD_PRELOAD environment
101-
# variable. See https://trac.sagemath.org/24885.
101+
# variable. See https://github.com/sagemath/sage/issues/24885.
102102

103103
set -o allexport
104104

@@ -166,7 +166,7 @@ sdh_configure() {
166166
echo "Configuring $PKG_NAME"
167167
# Run all configure scripts with bash to work around bugs with
168168
# non-portable scripts.
169-
# See https://trac.sagemath.org/ticket/24491
169+
# See https://github.com/sagemath/sage/issues/24491
170170
if [ -z "$CONFIG_SHELL" ]; then
171171
export CONFIG_SHELL=`command -v bash`
172172
fi
@@ -290,7 +290,7 @@ sdh_pip_install() {
290290

291291
sdh_pip_editable_install() {
292292
echo "Installing $PKG_NAME (editable mode)"
293-
# Until https://trac.sagemath.org/ticket/34209 switches us to PEP 660 editable wheels
293+
# Until https://github.com/sagemath/sage/issues/34209 switches us to PEP 660 editable wheels
294294
export SETUPTOOLS_ENABLE_FEATURES=legacy-editable
295295
python3 -m pip install --verbose --no-deps --no-index --no-build-isolation --isolated --editable "$@" || \
296296
sdh_die "Error installing $PKG_NAME"

build/bin/sage-flock

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This is originally motivated by pip, but has since been generalized. We
1212
# should avoid running pip while uninstalling a package because that is prone
1313
# to race conditions. This script can be used to run pip under a lock. For
14-
# details, see https://trac.sagemath.org/ticket/21672
14+
# details, see https://github.com/sagemath/sage/issues/21672
1515

1616
try:
1717
import sage_bootstrap

build/bin/sage-site

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ if [ "$1" = '-i' ]; then
184184
for PKG in $PACKAGES; do
185185
echo
186186
# Check that $PKG is actually a Makefile target
187-
# See https://trac.sagemath.org/ticket/25078
187+
# See https://github.com/sagemath/sage/issues/25078
188188
if ! echo "$ALL_TARGETS" | grep "^${PKG}$" >/dev/null; then
189189
echo >&2 "Error: package '$PKG' not found"
190190
echo >&2 "Note: if it is an old-style package, installing these is no longer supported"

build/bin/sage-spkg

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ echo "Copying package files from temporary location $SAGE_DESTDIR to $SAGE_INST_
686686
if [ -d "$SAGE_DESTDIR" ]; then
687687
# Some `find` implementations will put superfluous slashes in the
688688
# output if we give them a directory name with a slash; so make sure
689-
# any trailing slash is removed; https://trac.sagemath.org/ticket/26013
689+
# any trailing slash is removed; https://github.com/sagemath/sage/issues/26013
690690
PREFIX="${SAGE_DESTDIR_LOCAL%/}"
691691

692692
rm -f "$PREFIX"/lib/*.la

build/bin/sage-spkg-info

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ else
116116
echo "However, these system packages will not be used for building Sage"
117117
if [ -f "$PKG_SCRIPTS"/install-requires.txt ]; then
118118
echo "because using Python site-packages is not supported by the Sage distribution;"
119-
echo "see https://trac.sagemath.org/ticket/29023"
119+
echo "see https://github.com/sagemath/sage/issues/29023"
120120
else
121121
echo "because spkg-configure.m4 has not been written for this package;"
122-
echo "see https://trac.sagemath.org/ticket/27330"
122+
echo "see https://github.com/sagemath/sage/issues/27330"
123123
fi
124124
fi
125125
fi

build/bin/sage-venv

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if options.upgrade and options.clear:
3838
raise ValueError('you cannot supply --upgrade and --clear together.')
3939

4040
if sys.platform == 'cygwin':
41-
# default for Cygwin; see https://trac.sagemath.org/ticket/30149
41+
# default for Cygwin; see https://github.com/sagemath/sage/issues/30149
4242
use_symlinks = False
4343
else:
4444
# default for posix

build/make/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ DUMMY_PACKAGES = @SAGE_DUMMY_PACKAGES@
7878

7979
# Set to the path to Sage's GCC (if GCC is installed) to force rebuilds
8080
# of packages if GCC changed.
81-
# See m4/sage_spkg_collect.m4 and https://trac.sagemath.org/ticket/24703
81+
# See m4/sage_spkg_collect.m4 and https://github.com/sagemath/sage/issues/24703
8282
GCC_DEP = @SAGE_GCC_DEP@
8383

8484
# Versions of all the packages, in the format

build/pkgs/_prereq/distros/cygwin.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
binutils
1313
make
1414
m4
15-
# a system python is needed for downloading the sage packages, https://trac.sagemath.org/ticket/29090
15+
# a system python is needed for downloading the sage packages, https://github.com/sagemath/sage/issues/29090
1616
python39-urllib3 python39
1717
perl
1818
perl-ExtUtils-MakeMaker
1919
tar
2020
gcc-core
2121
gcc-g++
22-
# Needed according to embray at https://trac.sagemath.org/ticket/26964:
22+
# Needed according to embray at https://github.com/sagemath/sage/issues/26964:
2323
# The need for which comes [...] from MPIR's configure script
2424
findutils
2525
which

build/pkgs/_prereq/distros/fedora.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
binutils
1616
make
1717
m4
18-
# a system python is needed for downloading the sage packages, https://trac.sagemath.org/ticket/29090
18+
# a system python is needed for downloading the sage packages, https://github.com/sagemath/sage/issues/29090
1919
python3
2020
perl
2121
perl-ExtUtils-MakeMaker
@@ -26,11 +26,11 @@ gcc
2626
# configure: error: in `/sage':
2727
# configure: error: C++ preprocessor "/lib/cpp" fails sanity check
2828
gcc-c++
29-
# Needed according to embray at https://trac.sagemath.org/ticket/26964:
29+
# Needed according to embray at https://github.com/sagemath/sage/issues/26964:
3030
# The need for which comes [...] from MPIR's configure script
3131
findutils
3232
which
33-
# Needed for pcre configure, see https://trac.sagemath.org/ticket/29129:
33+
# Needed for pcre configure, see https://github.com/sagemath/sage/issues/29129:
3434
diffutils
3535
# Needed for openssl 3.0
3636
perl-IPC-Cmd

build/pkgs/cddlib/spkg-configure.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SAGE_SPKG_CONFIGURE([cddlib], [
1616
AC_CHECK_PROGS(SCDD, [scdd_gmp scdd])
1717
AS_IF([test x$SCDD = x], [sage_spkg_install_cddlib=yes])
1818
19-
dnl https://trac.sagemath.org/ticket/30319
19+
dnl https://github.com/sagemath/sage/issues/30319
2020
AS_IF([test -n "$CDDEXEC"], [
2121
AC_MSG_CHECKING([whether $CDDEXEC --redcheck works correctly for real input])
2222
cat > conftest.ine <<EOF

build/pkgs/cmake/spkg-check.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Do not run a test suite: see https://trac.sagemath.org/ticket/30093.
1+
# Do not run a test suite: see https://github.com/sagemath/sage/issues/30093.
22
#
33
# - The test suite takes a long time and can fail in minor ways.
44
# - If some major aspect of cmake fails, it only affects the build
55
# process of Sage, not the mathematical correctness of its results.
66
# - If some minor aspect of cmake fails, it won't affect anything about Sage.
77

8-
echo "We skip the test suite for cmake: see https://trac.sagemath.org/ticket/30093."
8+
echo "We skip the test suite for cmake: see https://github.com/sagemath/sage/issues/30093."

build/pkgs/configure/checksums.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=fc9c71ad5be4e3197007ddb150cba47d15716d89
3-
md5=0a707bcc4316b8c3e3faca6330fc5dc2
4-
cksum=3972886119
2+
sha1=0897c667d1327d2a51ea3d3bd1d9e1a3f5ca2606
3+
md5=a1f271e5ffcf558d054028839296a072
4+
cksum=437557471
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
785ddef6338073b27082bb675446e3ae111b3b5d
1+
08185d786047228caff879eba88a1f8148a49020

build/pkgs/curl/spkg-check.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Do not run a test suite: see https://trac.sagemath.org/ticket/30093.
1+
# Do not run a test suite: see https://github.com/sagemath/sage/issues/30093.
22
#
33
# - The test suite takes a long time and can fail in minor ways.
44
# - If some major aspect of curl fails, it only affects the build
55
# process of Sage, not the mathematical correctness of its results.
66
# - If some minor aspect of curl fails, it won't affect anything about Sage.
77

8-
echo "We skip the test suite for curl: see https://trac.sagemath.org/ticket/30093."
8+
echo "We skip the test suite for curl: see https://github.com/sagemath/sage/issues/30093."

build/pkgs/ecl/SPKG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Special Update/Build Instructions
4343

4444
- Do NOT quote SAGE_LOCAL when setting CPPFLAGS and/or LDFLAGS,
4545
in spkg-install as this caused the build to break. See
46-
http://trac.sagemath.org/sage_trac/ticket/10187#comment:117
46+
:issue:`10187#comment:117`
4747

4848
- TODO: Add the ECL test suite, and an spkg-check file to run it.
4949
- TODO: Make ECL use Sage's Boehm GC on MacOS X as well (but perhaps

build/pkgs/ecl/spkg-install.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cd src
22

33
if [ "$UNAME" = "CYGWIN" ]; then
44
# Some of ECL's sources rely on GNU-isms that are allowed by default on
5-
# most glibcs, but not in newlib; https://trac.sagemath.org/ticket/25057
5+
# most glibcs, but not in newlib; https://github.com/sagemath/sage/issues/25057
66
CFLAGS="$CFLAGS -D_GNU_SOURCE"
77
CXXFLAGS="$CXXFLAGS -D_GNU_SOURCE"
88
fi

build/pkgs/ecm/spkg-install.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ else
9292
# Don't add debug symbols because configure otherwise
9393
# fails due to a bus error in Apple's 'ld' when trying
9494
# to determine if global symbols are prefixed with an
95-
# underscore (cf. http://trac.sagemath.org/sage_trac/ticket/5847#comment:35 ff.):
95+
# underscore (cf. https://github.com/sagemath/sage/issues/5847#comment:35 ff.):
9696
echo >&2 "Warning: Disabling debug symbols on MacOS X 10.5" \
9797
"PowerPC because of a linker (?) bug."
98-
echo >&2 "See http://trac.sagemath.org/sage_trac/ticket/5847#comment:35" \
98+
echo >&2 "See https://github.com/sagemath/sage/issues/5847#comment:35" \
9999
"ff. for details."
100100
echo >&2
101101
CFLAGS="-O3 $ORIGINAL_CFLAGS"

build/pkgs/elliptic_curves/spkg-install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def install_ellcurves():
6060
ellcurves_root = os.path.join(SAGE_SHARE, 'ellcurves')
6161

6262
# Remove previous installs (possibly with bad permissions, see
63-
# https://trac.sagemath.org/ticket/21641)
63+
# https://github.com/sagemath/sage/issues/21641)
6464
import shutil
6565
try:
6666
shutil.rmtree(ellcurves_root)

build/pkgs/fflas_ffpack/spkg-install.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ if [ "$SAGE_FAT_BINARY" = yes ]; then
2424
fi
2525

2626
# Need to use 'bash' for configure, see
27-
# https://trac.sagemath.org/ticket/23451
27+
# https://github.com/sagemath/sage/issues/23451
2828
if [ -z "$CONFIG_SHELL" ]; then
2929
export CONFIG_SHELL=`command -v bash`
3030
fi
3131

3232
# We disable openmp because of build failures, see
33-
# http://trac.sagemath.org/ticket/17635#comment:67
33+
# https://github.com/sagemath/sage/issues/17635#comment:67
3434
sdh_configure --with-default="$SAGE_LOCAL" --with-blas-libs="$LINBOX_BLAS" \
3535
"$LINBOX_BLAS_CFLAGS" --disable-static \
3636
--enable-precompilation $FFLAS_FFPACK_CONFIGURE

build/pkgs/gap/spkg-install.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sdh_install pkg/GAPDoc-* pkg/primgrp-* pkg/SmallGrp-* pkg/transgrp "$GAP_ROOT"/p
5353
# typically "expected" to be loaded: These are the default packages that are
5454
# autoloaded at GAP startup (via the PackagesToLoad UserPreference) with an
5555
# out-of-the-box GAP installation; see
56-
# https://trac.sagemath.org/ticket/22626#comment:393 for discussion on this
56+
# https://github.com/sagemath/sage/issues/22626#comment:393 for discussion on this
5757
#
5858
# Also include atlasrep which is a dependency of tomlib
5959
sdh_install \
@@ -96,7 +96,7 @@ done
9696
# be going away. This breaks the build toolchain for some compiled GAP
9797
# packages. We need to replace these paths with the final GAP_ROOT path. The
9898
# below will work so long as neither of these paths contain '|', and if they do
99-
# then god help you. https://trac.sagemath.org/ticket/27218
99+
# then god help you. https://github.com/sagemath/sage/issues/27218
100100
sed -i -e "s|$GAP_BUILD_ROOT|$GAP_ROOT|g" \
101101
"$SAGE_DESTDIR$SAGE_BIN/gac" "$DESTDIR_GAP_ROOT/sysinfo.gap" \
102102
"$DESTDIR_GAP_ROOT/bin/gap.sh" "$DESTDIR_GAP_ROOT/doc/make_doc" || \

build/pkgs/gc/spkg-install.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ cd src
33
GC_CONFIGURE="--enable-large-config"
44

55
if [ "$UNAME" = "CYGWIN" ]; then
6-
# See https://trac.sagemath.org/ticket/22694
6+
# See https://github.com/sagemath/sage/issues/22694
77
GC_CONFIGURE="$GC_CONFIGURE --enable-threads=posix --enable-handle-fork --enable-shared --disable-static"
8-
# Force use of mmap on Cygwin https://trac.sagemath.org/ticket/23973
8+
# Force use of mmap on Cygwin https://github.com/sagemath/sage/issues/23973
99
export CFLAGS="$CFLAGS -DUSE_MMAP -DUSE_MUNMAP"
1010
fi
1111

build/pkgs/gcc/dependencies

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ NOTE: all dependencies of GCC must be order-only dependencies
55
(appearing after the | symbol). This is to prevent rebuilds of GCC
66
even if the dependencies are updated. There is logic in the top-level
77
configure file to ensure that GCC is rebuilt anyway if required. See
8-
https://trac.sagemath.org/ticket/24907
8+
https://github.com/sagemath/sage/issues/24907
99
------------------------------------------------------------------------

0 commit comments

Comments
 (0)