This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag '8.8.beta5' into t/21161/public/repr_of_numberfields__the_p…
…arents__should_indicate_its_embedding_if_there_is_one SageMath version 8.8.beta5, Release Date: 2019-05-11
- Loading branch information
Showing
332 changed files
with
7,438 additions
and
14,963 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SageMath version 8.8.beta3, Release Date: 2019-04-18 | ||
SageMath version 8.8.beta5, Release Date: 2019-05-11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
SAGE_SPKG_CONFIGURE( | ||
[cmake], [ | ||
AC_CACHE_CHECK([for cmake >= 3.4], [ac_cv_path_CMAKE], [ | ||
AC_PATH_PROGS_FEATURE_CHECK([CMAKE], [cmake], [ | ||
cmake_version=`$ac_path_CMAKE --version 2>&1 \ | ||
| $SED -n -e 's/cmake version *\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)/\1/p'` | ||
AS_IF([test -n "$cmake_version"], [ | ||
AX_COMPARE_VERSION([$cmake_version], [ge], [3.4], [ | ||
ac_cv_path_CMAKE="$ac_path_CMAKE" | ||
]) | ||
]) | ||
]) | ||
]) | ||
AS_IF([test -z "$ac_cv_path_CMAKE"], [sage_spkg_install_cmake=yes]) | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=1e7159211ed0f3b3d67271447eaffc0d19f3d241 | ||
md5=3e2cd72a942df6a0bcaebcd4b5420019 | ||
cksum=2626107527 | ||
sha1=75b58f92f04eac5ac6d680de929111518e9769f4 | ||
md5=c349a0f3533c5e8ec809b9a20eac89f2 | ||
cksum=2447773146 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
317 | ||
319 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=dot2tex-VERSION.tar.gz | ||
sha1=03f502c0922c2dc87b5dd38456021a6774e4c8be | ||
md5=2dbaeac905424d0410751235bde4b8b2 | ||
cksum=1572429696 | ||
sha1=5149c76e817b0592ea4dfd03f899495a394b8e90 | ||
md5=b9ae1b7939409df221209098aaf11c97 | ||
cksum=557736523 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.9.0.p2 | ||
2.11.3.p0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
= e-antic = | ||
|
||
== Description == | ||
|
||
e-antic is a C library for exact computations with real embedded number field | ||
maintained by Vincent Delecroix. | ||
|
||
Website: https://github.com/videlec/e-antic | ||
|
||
== License == | ||
|
||
e-antic is licensed GPL v3. | ||
|
||
== Upstream Contact == | ||
|
||
* https://github.com/videlec/e-antic | ||
|
||
== Dependencies == | ||
|
||
* GMP/MPIR | ||
* FLINT | ||
* ARB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
tarball=e-antic-VERSION.tar.gz | ||
sha1=27784c0cf5466d4a3bac505f2bcd1d94bcffc83d | ||
md5=00b7ae08bd9f631413f597bfaeaef8c3 | ||
cksum=3800561068 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$(MP_LIBRARY) flint arb | ||
|
||
---------- | ||
All lines of this file are ignored except the first. | ||
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.1.3b0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
############################################################################### | ||
# | ||
# e-antic Sage check script | ||
# | ||
############################################################################### | ||
|
||
cd src | ||
sdh_make check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
############################################################################### | ||
# | ||
# e-antic Sage install script | ||
# | ||
############################################################################### | ||
if [ "$SAGE_DEBUG" = "yes" ]; then | ||
CFLAGS="-O0 -g $CFLAGS"; export CFLAGS | ||
fi | ||
|
||
cd src | ||
|
||
sdh_configure | ||
sdh_make | ||
sdh_make_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=lidia-VERSION.tar.gz | ||
sha1=47fdccd2cc79db258403287cad755465d503e643 | ||
md5=6a14186ce2d82dde6864c0fc3fa5af6b | ||
cksum=3334545601 | ||
sha1=93da2f24e3caa4c10452b4f088382084da3ddfbd | ||
md5=2d75b417194e98be64dd85368e149cf4 | ||
cksum=1175913571 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.3.0+latte-patches-2014-10-04.p0 | ||
2.3.0+latte-patches-2019-05-02 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=normaliz-VERSION.tar.gz | ||
sha1=76e2fc02cf2eb9b2d05c9b26f64a90015fb3292b | ||
md5=0cd4efb6d6f7177ce83955785a59dd6d | ||
cksum=1666633916 | ||
sha1=5c8ba35446d2306ed6e2a7944776711c7569a80a | ||
md5=5f450845141a1d9baddb143b48a0cc3a | ||
cksum=289674826 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.6.3 | ||
3.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.7.6 | ||
5.7.6.p0 |
36 changes: 36 additions & 0 deletions
36
build/pkgs/notebook/patches/0001-Workaround-for-wrong-errno-on-socket-bind-permission.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
From 82a681e0e876a7e45357c5cf3b041ae9113e55f8 Mon Sep 17 00:00:00 2001 | ||
From: "Erik M. Bray" <erik.bray@lri.fr> | ||
Date: Tue, 23 Apr 2019 14:34:05 +0200 | ||
Subject: [PATCH] Workaround for wrong errno on socket bind permission errors | ||
on Cygwin. | ||
|
||
--- | ||
notebook/notebookapp.py | 9 ++++++++- | ||
1 file changed, 8 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py | ||
index 6b680ed9a..f332aeb6a 100755 | ||
--- a/notebook/notebookapp.py | ||
+++ b/notebook/notebookapp.py | ||
@@ -1406,10 +1406,17 @@ class NotebookApp(JupyterApp): | ||
try: | ||
self.http_server.listen(port, self.ip) | ||
except socket.error as e: | ||
+ eacces = (errno.EACCES, getattr(errno, 'WSAEACCES', errno.EACCES)) | ||
+ if sys.platform == 'cygwin': | ||
+ # Cygwin has a bug that causes EPERM to be returned in this | ||
+ # case instead of EACCES: | ||
+ # https://cygwin.com/ml/cygwin/2019-04/msg00160.html | ||
+ eacces += (errno.EPERM,) | ||
+ | ||
if e.errno == errno.EADDRINUSE: | ||
self.log.info(_('The port %i is already in use, trying another port.') % port) | ||
continue | ||
- elif e.errno in (errno.EACCES, getattr(errno, 'WSAEACCES', errno.EACCES)): | ||
+ elif e.errno in eacces: | ||
self.log.warning(_("Permission to listen on port %i denied") % port) | ||
continue | ||
else: | ||
-- | ||
2.15.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.11.1.p1 | ||
2.11.1.p2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
See https://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?bug=2125 | ||
|
||
commit 943b45c148e06bb0f2f2bd7ff14f3ef99fa6e81a | ||
Author: Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr> | ||
Date: Tue Mar 5 14:59:43 2019 +0100 | ||
|
||
factor: fix 'bug in gerepile' (from Jeroen) [#2125] | ||
|
||
? p1 = (289*x^4 + 1)^8; p2 = (19*x^2 + 1)^16; | ||
? factor(p1); | ||
? factor(p2); | ||
*** at top-level: factor(p2) | ||
*** ^---------- | ||
*** factor: bug in gerepile, significant pointers lost, please report. | ||
|
||
diff --git a/src/basemath/QX_factor.c b/src/basemath/QX_factor.c | ||
index 173b424..ee71ee5 100644 | ||
--- a/src/basemath/QX_factor.c | ||
+++ b/src/basemath/QX_factor.c | ||
@@ -892,7 +892,7 @@ ZX_squff(GEN f, GEN *ex) | ||
GEN U; | ||
if (!dW) { set_avma(av); break; } | ||
while ( (U = ZX_divides(T, V)) ) { k++; T = U; } | ||
- T = gerepileupto(av, T); | ||
+ T = gerepilecopy(av, T); | ||
} | ||
else | ||
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
SAGE_SPKG_CONFIGURE([pcre], [ | ||
AC_REQUIRE([SAGE_SPKG_CONFIGURE_BZIP2]) | ||
AC_MSG_CHECKING([Installing bzip2? ]) | ||
if test x$sage_spkg_install_bzip2 = xyes; then | ||
AC_MSG_RESULT([Yes. Install pcre as well.]) | ||
sage_spkg_install_pcre=yes | ||
else | ||
AC_MSG_RESULT([No.]) | ||
dnl First try checking for pcre with pkg-config | ||
PKG_CHECK_MODULES([PCRE], [libpcre >= 8.39 libpcreposix libpcrecpp], [], [ | ||
dnl Fallback to manually grubbing around for headers and libs | ||
AC_CHECK_HEADERS([pcre.h pcrecpp.h pcreposix.h], [ | ||
AC_SEARCH_LIBS([regexec], [pcreposix], [], [sage_spkg_install_pcre=yes])], | ||
[sage_spkg_install_pcre=yes]) | ||
]) | ||
fi | ||
]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
SAGE_SPKG_CONFIGURE( | ||
[perl_term_readline_gnu], [dnl direct testing for Term::ReadLine::Gnu does not work | ||
AX_PROG_PERL_MODULES( Term::ReadLine, [dnl check that it's a GNU one | ||
AC_MSG_CHECKING( Term::ReadLine module...) | ||
$PERL -e "use Term::ReadLine; Term::ReadLine->get_all_function_names" > /dev/null 2>&1 | ||
if test $? -ne 0; then | ||
AC_MSG_RESULT(non-GNU) | ||
sage_spkg_install_perl_term_readline_gnu=yes | ||
else | ||
AC_MSG_RESULT(GNU) | ||
fi | ||
],[sage_spkg_install_perl_term_readline_gnu=yes]) | ||
]) |
Oops, something went wrong.