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.
- Loading branch information
Showing
273 changed files
with
30,516 additions
and
24,391 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
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 9.4.beta3, Release Date: 2021-06-21 | ||
SageMath version 9.4.beta4, Release Date: 2021-07-01 |
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
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=ec569cd49d5143432ec4315b54e5771a69f5c6cf | ||
md5=1560d6f3eaf69380aa9e7110e9db9eb7 | ||
cksum=707354543 | ||
sha1=7b88d740d7ed702c15cb4048ae08c2faf2e9852c | ||
md5=6252f2920838a7ea42b17845aa9782a2 | ||
cksum=2536572108 |
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 @@ | ||
fcefe993200b34e7ca722800ace83e70d0159932 | ||
06ec5d949d4ac37fffbebba5ab2ad5294cb141e1 |
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,5 @@ | ||
tarball=docutils-VERSION.tar.gz | ||
sha1=32cefb69ac3dab5b04c4d150776f35419cc4c863 | ||
md5=c53768d63db3873b7d452833553469de | ||
cksum=2981697109 | ||
sha1=f423535c12fcd2a68d4fc52525fbe36020a58ab5 | ||
md5=ed810564c25063e9dac10dd0893ead47 | ||
cksum=3160620183 | ||
upstream_url=https://pypi.io/packages/source/d/docutils/docutils-VERSION.tar.gz |
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 @@ | ||
0.14 | ||
0.17.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,4 +1,5 @@ | ||
tarball=eclib-20190909.tar.bz2 | ||
sha1=0e994c0de95ef03ef19ad5030a2cacbb83c76bbd | ||
md5=1a67217a7fa762646d43c7bec8a73028 | ||
cksum=4240278408 | ||
tarball=eclib-VERSION.tar.bz2 | ||
sha1=e25f1aa6b7450f17bcff643fac9473d326012e29 | ||
md5=b1288dc5eb981d45db1db0e11987468a | ||
cksum=2713659223 | ||
upstream_url=https://github.com/JohnCremona/eclib/releases/download/VERSION/eclib-VERSION.tar.bz2 |
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 @@ | ||
20190909 | ||
20210625 |
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,23 +1,19 @@ | ||
SAGE_SPKG_CONFIGURE([eclib], [ | ||
SAGE_SPKG_DEPCHECK([ntl pari flint], [ | ||
dnl header types.h appeared in v20180710 | ||
AC_CHECK_HEADER([eclib/types.h], [ | ||
AC_MSG_CHECKING([whether we can link and run a program using eclib]) | ||
ECLIB_SAVED_LIBS="$LIBS" | ||
LIBS="$LIBS -lec" | ||
AC_RUN_IFELSE([ | ||
AC_LANG_PROGRAM([[#include <eclib/version.h>] | ||
[#include <eclib/interface.h>]], | ||
[[set_bit_precision(42); /* test for versions >= v20190226 */ | ||
show_version(); | ||
return 0;]] | ||
)], [AC_MSG_RESULT([yes; use eclib from the system])], [ | ||
AC_MSG_RESULT([no; install eclib]) | ||
sage_spkg_install_eclib=yes | ||
LIBS="$ECLIB_SAVED_LIBS" | ||
]) | ||
], [sage_spkg_install_eclib=yes]) | ||
AC_PATH_PROG([MWRANK], [mwrank]) | ||
SAGE_SPKG_DEPCHECK([ntl pari flint], [ | ||
dnl Trac #31443: use existing eclib only if the version reported by pkg-config is correct | ||
m4_pushdef([SAGE_ECLIB_VER],["20210625"]) | ||
PKG_CHECK_MODULES([ECLIB], [eclib = SAGE_ECLIB_VER], [ | ||
AC_CACHE_CHECK([for mwrank version == SAGE_ECLIB_VER], [ac_cv_path_MWRANK], [ | ||
AC_PATH_PROGS_FEATURE_CHECK([MWRANK], [mwrank], [ | ||
mwrank_version=`$ac_path_MWRANK -V 2>&1` | ||
AX_COMPARE_VERSION([$mwrank_version], [eq], [SAGE_ECLIB_VER], [ | ||
ac_cv_path_MWRANK="$ac_path_MWRANK" | ||
]) | ||
]) | ||
]) | ||
AS_IF([test -z "$ac_cv_path_MWRANK"], [sage_spkg_install_eclib=yes]) | ||
]) | ||
], [ | ||
sage_spkg_install_eclib=yes]) | ||
]) | ||
m4_popdef([SAGE_ECLIB_VER]) | ||
]) |
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
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
Oops, something went wrong.