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.beta3' into t/26340/public/26340
SageMath version 8.8.beta3, Release Date: 2019-04-18
- Loading branch information
Showing
123 changed files
with
9,213 additions
and
909 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SageMath version 8.8.beta2, Release Date: 2019-04-14 | ||
SageMath version 8.8.beta3, Release Date: 2019-04-18 |
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,7 +1,7 @@ | ||
cd src/ | ||
CFLAGS="-I $SAGE_LOCAL/include -L$SAGE_LOCAL/lib $CFLAGS" | ||
export CFLAGS | ||
sdh_configure --with-gmp=$SAGE_LOCAL --with-glpk=$SAGE_LOCAL \ | ||
sdh_configure $SAGE_CONFIGURE_GMP --with-glpk=$SAGE_LOCAL \ | ||
--enable-shared=yes --enable-static=no | ||
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
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=4d2c15968d8e733ec129b75b4914310bb029ead8 | ||
md5=c4e0b3aba2a4a030a3d6a31886eb2194 | ||
cksum=2385275364 | ||
sha1=1e7159211ed0f3b3d67271447eaffc0d19f3d241 | ||
md5=3e2cd72a942df6a0bcaebcd4b5420019 | ||
cksum=2626107527 |
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 @@ | ||
315 | ||
317 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=elliptic_curves-VERSION.tar.bz2 | ||
sha1=4de409b03002f5cb7b97f62a6797e33aa968bb80 | ||
md5=fd9beee5a0e4a5ae330ffd6f1ab12112 | ||
cksum=291102768 | ||
sha1=1eb0d332be1d05aaee70cd03cce7299a1df95953 | ||
md5=315564f43d9272a2659f91355e6b1d16 | ||
cksum=3923089644 |
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.8.p0 | ||
0.8.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
SAGE_SPKG_CONFIGURE([gmp], [ | ||
AC_REQUIRE([SAGE_SPKG_CONFIGURE_MPIR]) | ||
if test x"$with_mp" = xgmp; then | ||
sage_spkg_install_gmp=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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cd src | ||
|
||
sdh_configure --with-gmp="$SAGE_LOCAL" --with-mpfr="$SAGE_LOCAL" \ | ||
sdh_configure $SAGE_CONFIGURE_GMP --with-mpfr="$SAGE_LOCAL" \ | ||
--with-mpc="$SAGE_LOCAL" --disable-static --enable-shared | ||
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,62 @@ | ||
SAGE_SPKG_CONFIGURE([mpir], [ | ||
AC_ARG_WITH([mp], | ||
[AS_HELP_STRING([--with-mp=system], | ||
[use the system GMP as multiprecision library, if possible (default)])] | ||
[AS_HELP_STRING([--with-mp=mpir], | ||
[use the Sage SPKG for MPIR as multiprecision library])] | ||
[AS_HELP_STRING([--with-mp=gmp], | ||
[use the Sage SPKG for GMP as multiprecision library])]) | ||
dnl Just part the options here | ||
case "$with_mp" in | ||
system) ;; | ||
MPIR|mpir) with_mp=mpir;; | ||
GMP|gmp) with_mp=gmp;; | ||
"") with_mp=system;; | ||
*) | ||
AC_MSG_ERROR([allowed values for --with-mp are system, mpir, or gmp]);; | ||
esac | ||
dnl Implement cases for what to do on different options here | ||
case "$with_mp" in | ||
system) | ||
AC_CHECK_HEADER(gmp.h, [], [sage_spkg_install_mpir=yes]) | ||
AC_CHECK_HEADER(gmpxx.h, [], [sage_spkg_install_mpir=yes]) | ||
dnl mpq_cmp_z appeared in GMP 6.1.0 and is used by pynac | ||
AC_SEARCH_LIBS([__gmpq_cmp_z], [gmp], [break], | ||
[sage_spkg_install_mpir=yes]) | ||
SAGE_MP_LIBRARY=mpir | ||
;; | ||
mpir) | ||
sage_spkg_install_mpir=yes | ||
SAGE_MP_LIBRARY=mpir | ||
;; | ||
gmp) | ||
sage_spkg_install_gmp=yes | ||
SAGE_MP_LIBRARY=gmp | ||
;; | ||
esac | ||
if test x$sage_spkg_install_mpir = xyes -o x$sage_spkg_install_gmp = xyes; then | ||
AC_SUBST(SAGE_GMP_PREFIX, ['$SAGE_LOCAL']) | ||
AC_SUBST(SAGE_GMP_INCLUDE, ['$SAGE_LOCAL/include']) | ||
AC_MSG_RESULT([using $SAGE_MP_LIBRARY SPKG (via --with-mp=$SAGE_MP_LIBRARY)]) | ||
else | ||
dnl If found, we want to get the absolute path to where we | ||
dnl found it for use with some packages (e.g. iml) that need | ||
dnl this information at configure time | ||
AX_ABSOLUTE_HEADER([gmp.h]) | ||
if test x$gl_cv_absolute_gmp_h = x; then | ||
AC_MSG_ERROR(m4_normalize([ | ||
failed to find absolute path to gmp.h despite it being reported | ||
found | ||
])) | ||
fi | ||
AC_SUBST(SAGE_GMP_INCLUDE, [`AS_DIRNAME($gl_cv_absolute_gmp_h)`]) | ||
AC_SUBST(SAGE_GMP_PREFIX, ['']) | ||
AC_MSG_RESULT([using GMP-compatible library from the system]) | ||
fi | ||
AC_SUBST([SAGE_MP_LIBRARY], [$SAGE_MP_LIBRARY]) | ||
]) | ||
|
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.