Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 7afe755

Browse files
committed
Merge branch 'develop' into t/23950/upgrade_to_pynac_0_7_12
2 parents 41b0e2f + cc613b1 commit 7afe755

File tree

247 files changed

+10402
-6472
lines changed

Some content is hidden

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

247 files changed

+10402
-6472
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 8.1.beta6, Release Date: 2017-09-21
1+
SageMath version 8.1.beta7, Release Date: 2017-10-03

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=f97d37995518571ade4ec3ba1004fb8f2e60eb72
3-
md5=09a7668e2d53c68bb22c25c70a9fe8c7
4-
cksum=2353275698
2+
sha1=c0925b13727bea3cd55b1e257858f1efaebef736
3+
md5=47e2e7f83aa4a91552144e7637d5233b
4+
cksum=613456504
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
238
1+
239

build/pkgs/conway_polynomials/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) $(inst_six)
1+
$(PYTHON) | six
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/cython/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=Cython-VERSION.tar.gz
2-
sha1=61e15492c1057d5b6c76d8090e8ebaa47ce25d2b
3-
md5=2fa7ea73eb9944fdad3989adbfd22088
4-
cksum=2128149655
2+
sha1=1ad0ac2419f7c6a757c199806c4558b22158d442
3+
md5=3a26a5940da1e9f95d8776eabd888b07
4+
cksum=3892968681
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26
1+
0.27

build/pkgs/gmp/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=gmp-VERSION.tar.bz2
2-
sha1=b35928e2927b272711fdfbf71b7cfd5f86a6b165
3-
md5=a082867cbca5e898371a97bb27b31fea
4-
cksum=2362548932
2+
sha1=366ded6a44cd108ba6b3f5b9a252eab3f3a95cdf
3+
md5=8ddbb26dc3bd4e2302984debba1406a5
4+
cksum=2451242108

build/pkgs/gmp/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.3
1+
6.1.2

build/pkgs/gmp/spkg-install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ case "$UNAME" in
106106
# Setting ABI=64 shouldn't be necessary, but shouldn't hurt either.
107107
echo "Building a 64-bit version of GMP."
108108
case "`uname -m`" in
109-
ppc64) ABI=mode64;;
110-
*) ABI=64
109+
ppc*) ABI=mode64;;
110+
*) ABI=64
111111
esac
112112
elif $CC $CFLAGS $CFLAG32 -o foo foo.c 2>/dev/null && ./foo 2>/dev/null; then
113113
# We're on a 32-bit OS which cannot run 64-bit executables.

build/pkgs/libtheora/type

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
optional
1+
experimental

0 commit comments

Comments
 (0)