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 '9.5.beta0' into t/29847/install_sage_setup_with_pip__move_…
…sage_include_directories__cython_aliases_from_sage_env_to_sage_setup SageMath version 9.5.beta0, Release Date: 2021-08-31
- Loading branch information
Showing
220 changed files
with
9,397 additions
and
2,522 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SageMath version 9.4.rc1, Release Date: 2021-08-08 | ||
SageMath version 9.5.beta0, Release Date: 2021-08-31 |
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 |
---|---|---|
|
@@ -23,3 +23,6 @@ gcc-c++ | |
ca-certificates | ||
# gunzip needed for ppl spkg | ||
gzip | ||
# Trac #32368 | ||
findutils | ||
diffutils |
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=configure-VERSION.tar.gz | ||
sha1=d0bd7eea48134f0698b2fa53a51ab07fc6ec488d | ||
md5=1417fa63769b87988e6d4e3d1a8c7580 | ||
cksum=4077581907 | ||
sha1=2d40d7b88d0e3b7b559c40e4b0bc593982fb7b55 | ||
md5=9839944672f62c22accb4d06ac370444 | ||
cksum=2416630844 |
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 @@ | ||
952f7f9006c84ef54ce7b5aa8e908cc5ea9379bf | ||
18383a70c541a8c8a7ee764b564d68b413d21e41 |
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,5 +1,5 @@ | ||
tarball=Cython-VERSION.tar.gz | ||
sha1=3aafce4489a7bc7a48c843cdfb8dac4677fdac50 | ||
md5=12c5e45af71dcc6dff28cdcbcbef6f39 | ||
cksum=3658613797 | ||
sha1=21187175b7da94020e662c04f805d580f1071880 | ||
md5=81aff945f5bfdfb86e7a5d24f5467668 | ||
cksum=2423037501 | ||
upstream_url=https://pypi.io/packages/source/C/Cython/Cython-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.29.21 | ||
0.29.24 |
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,10 +1,10 @@ | ||
SAGE_SPKG_CONFIGURE([git], [ | ||
# Check whether git works by executing "git --version" | ||
AC_CACHE_CHECK([for git], [ac_cv_path_GIT], [ | ||
AC_PATH_PROGS_FEATURE_CHECK([GIT], [git], | ||
[${ac_path_GIT} --version >/dev/null 2>/dev/null && | ||
AC_CACHE_CHECK([for git], [ac_cv_path_GIT], [ | ||
AC_PATH_PROGS_FEATURE_CHECK([GIT], [git], | ||
[${ac_path_GIT} --version >/dev/null 2>/dev/null && | ||
ac_cv_path_GIT=${ac_path_GIT} && | ||
ac_path_GIT_found=: | ||
], | ||
[sage_spkg_install_git=yes; ac_cv_path_GIT=no])]) | ||
[sage_spkg_install_git=yes; ac_cv_path_GIT=no])]) | ||
]) |
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,16 +1,14 @@ | ||
SAGE_SPKG_CONFIGURE([iml], [ | ||
dnl m4_pushdef([SAGE_IML_MINVER],["1.0.4"]) 1.0.5 seems OK too | ||
SAGE_SPKG_DEPCHECK([gmp mpir openblas], [ | ||
AC_CHECK_HEADER([iml.h], [ | ||
AC_SEARCH_LIBS([nonsingSolvLlhsMM], [iml], [], | ||
[sage_spkg_install_iml=yes]) | ||
], [ | ||
sage_spkg_install_iml=yes | ||
], [ | ||
#ifdef HAVE_GMP_H | ||
#include <gmp.h> | ||
#endif | ||
]) | ||
SAGE_SPKG_DEPCHECK([gmp mpir openblas], [ | ||
AC_CHECK_HEADER([iml.h], [ | ||
AC_SEARCH_LIBS([nonsingSolvLlhsMM], [iml], [], | ||
[sage_spkg_install_iml=yes]) | ||
], [ | ||
sage_spkg_install_iml=yes | ||
], [ | ||
#ifdef HAVE_GMP_H | ||
#include <gmp.h> | ||
#endif | ||
]) | ||
dnl m4_popdef([SAGE_IML_MINVER]) | ||
]) | ||
]) |
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,5 +1,5 @@ | ||
tarball=openssl-VERSION.tar.gz | ||
sha1=fbcb255c1bf11928f4bd52b8cf68ab8341238d4f | ||
md5=26581d6856356698414d71f50ece668d | ||
cksum=1374793308 | ||
sha1=261ea1ad4bbf7738622bea5caa97da0283fc3166 | ||
md5=53807796206619b62037a178846ebe7e | ||
cksum=980103943 | ||
upstream_url=https://www.openssl.org/source/openssl-VERSION.tar.gz |
Oops, something went wrong.