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

Commit

Permalink
Merge tag '7.6' into t/22683/backend_polymake_for_polyhedron
Browse files Browse the repository at this point in the history
SageMath version 7.6
  • Loading branch information
Matthias Koeppe committed Mar 27, 2017
2 parents 218daca + 8204e97 commit 5ab94a2
Show file tree
Hide file tree
Showing 650 changed files with 10,510 additions and 5,639 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SageMath version 7.6.beta6, Release Date: 2017-03-03
SageMath version 7.6, Release Date: 2017-03-25
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=b9941f2b186eac7cb6681d4f9d3755ca698a8d8c
md5=3f52237861198f5499c29157b32e37a3
cksum=711852657
sha1=7a84c43745334f9940826319b4799e3e7883ee17
md5=e897b888529be545e40ddb697c778a89
cksum=3005224762
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
208
212
2 changes: 1 addition & 1 deletion build/pkgs/database_gap/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gap | $(SAGERUNTIME)
gap

----------
All lines of this file are ignored except the first.
Expand Down
3 changes: 0 additions & 3 deletions build/pkgs/database_gap/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,3 @@ if [ $? -ne 0 ]; then
exit 1
fi
echo "Installed tomlib database."

# sage -c "gap_reset_workspace()"

3 changes: 2 additions & 1 deletion build/pkgs/gdb/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ fi

cd src

LDFLAGS="${LDFLAGS} -L${SAGE_LOCAL}/lib"
# We add -ltinfo flag to let gdb compile on some 32bit VM, see #22487.
LDFLAGS="${LDFLAGS} -L${SAGE_LOCAL}/lib -ltinfo"
export LDFLAGS

./configure --prefix="$SAGE_LOCAL" --libdir="$SAGE_LOCAL/lib" \
Expand Down
6 changes: 3 additions & 3 deletions build/pkgs/giac/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=giac-VERSION.tar.bz2
sha1=363cdc60bf5522339aa89082d77580b6f43a6c0c
md5=9af058745f57a374a0639633c98c4540
cksum=2714101867
sha1=8b94822f2b4a56c1d03813c92092204da4b087e1
md5=aa481a59f17da298012d7c4cf0d58ab1
cksum=1552927328
2 changes: 1 addition & 1 deletion build/pkgs/giac/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
readline $(MP_LIBRARY) mpfr mpfi ntl gsl pari libpng
readline $(MP_LIBRARY) mpfr mpfi ntl gsl pari

----------
All lines of this file are ignored except the first.
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/giac/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2.103
1.2.3.25
Loading

0 comments on commit 5ab94a2

Please sign in to comment.