Skip to content

Commit 27cdf3e

Browse files
committed
Remove comment numbers
1 parent 18c3c71 commit 27cdf3e

24 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/ci-wsl.yml

Lines changed: 1 addition & 1 deletion
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://github.com/sagemath/sage/issues/25206#comment:63
16+
# Following https://github.com/sagemath/sage/issues/25206
1717
steps:
1818
- name: Configure git
1919
run: git config --global core.symlinks true

build/pkgs/ecl/SPKG.rst

Lines changed: 1 addition & 1 deletion
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-
https://github.com/sagemath/sage/issues/10187#comment:117
46+
https://github.com/sagemath/sage/issues/10187
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/ecm/spkg-install.in

Lines changed: 2 additions & 2 deletions
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. https://github.com/sagemath/sage/issues/5847#comment:35 ff.):
95+
# underscore (cf. https://github.com/sagemath/sage/issues/5847 ff.):
9696
echo >&2 "Warning: Disabling debug symbols on MacOS X 10.5" \
9797
"PowerPC because of a linker (?) bug."
98-
echo >&2 "See https://github.com/sagemath/sage/issues/5847#comment:35" \
98+
echo >&2 "See https://github.com/sagemath/sage/issues/5847" \
9999
"ff. for details."
100100
echo >&2
101101
CFLAGS="-O3 $ORIGINAL_CFLAGS"

build/pkgs/fflas_ffpack/spkg-install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ -z "$CONFIG_SHELL" ]; then
3030
fi
3131

3232
# We disable openmp because of build failures, see
33-
# https://github.com/sagemath/sage/issues/17635#comment:67
33+
# https://github.com/sagemath/sage/issues/17635
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

Lines changed: 1 addition & 1 deletion
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://github.com/sagemath/sage/issues/22626#comment:393 for discussion on this
56+
# https://github.com/sagemath/sage/issues/22626 for discussion on this
5757
#
5858
# Also include atlasrep which is a dependency of tomlib
5959
sdh_install \

build/pkgs/gdb/distros/conda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Disabled for now because of https://github.com/sagemath/sage/issues/30845#comment:269
1+
# Disabled for now because of https://github.com/sagemath/sage/issues/30845
22
# gdb

build/pkgs/glpk/patches/error_recovery.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
From: Jeroen Demeyer
22
Allow error recovery. See discussion at
3-
https://github.com/sagemath/sage/issues/20710#comment:18
3+
https://github.com/sagemath/sage/issues/20710
44

55
diff --git a/src/env/error.c b/src/env/error.c
66
index a898b76..154de0f 100644

build/pkgs/glpk/spkg-install.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cd src/
22

3-
# Use newer version of config.guess and config.sub (see Trac #19713)
3+
# Use newer version of config.guess and config.sub (see Github issue #19713)
44
cp "$SAGE_ROOT"/config/config.* .
55

66
# Note: The following doesn't work with spaces in `$SAGE_LOCAL`, but we don't
@@ -26,7 +26,7 @@ sdh_configure --with-gmp --disable-static
2626
sdh_make
2727

2828
# Remove old libraries to make sure we can downgrade it if needed.
29-
# See https://github.com/sagemath/sage/issues/23596#comment:4 and later.
29+
# See https://github.com/sagemath/sage/issues/23596.
3030
rm -f "$SAGE_LOCAL"/lib/libglpk.*
3131

3232
sdh_make_install

build/pkgs/linbox/spkg-install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424
LINBOX_CONFIGURE="--without-fplll $LINBOX_CONFIGURE"
2525

2626
# We disable openmp because of build failures, see
27-
# https://github.com/sagemath/sage/issues/17635#comment:67
27+
# https://github.com/sagemath/sage/issues/17635
2828
# We disable ocl because of build failures, see
2929
# https://github.com/sagemath/sage/issues/32076
3030
sdh_configure --with-default="$SAGE_LOCAL" \

build/pkgs/maxima/spkg-install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sometimes, ECL gives interactive prompts when something goes wrong
22
# during the build. Avoid this by redirecting stdin from /dev/null.
3-
# See https://github.com/sagemath/sage/issues/11884#comment:34
3+
# See https://github.com/sagemath/sage/issues/11884
44
exec </dev/null
55

66

0 commit comments

Comments
 (0)