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
752 changed files
with
35,324 additions
and
9,371 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 |
---|---|---|
|
@@ -38,6 +38,9 @@ | |
.idea | ||
.iml | ||
|
||
# VSCode | ||
.vscode | ||
|
||
# XCode | ||
xcuserdata/ | ||
|
||
|
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.rc1, Release Date: 2019-06-13 | ||
SageMath version 8.9.beta7, Release Date: 2019-08-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
File renamed without changes.
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,23 @@ | ||
SAGE_SPKG_CONFIGURE([arb], [ | ||
AC_REQUIRE([SAGE_SPKG_CONFIGURE_FLINT]) | ||
SAGE_ARB_LIBRARY="arb" | ||
AC_MSG_CHECKING([installing flint? ]) | ||
if test x$sage_spkg_install_flint = xyes; then | ||
AC_MSG_RESULT([yes; install arb as well]) | ||
sage_spkg_install_arb=yes | ||
else | ||
AC_CHECK_HEADER(arb.h, [ | ||
dnl below function added in version 2.16 of arb | ||
AC_CHECK_LIB([arb], [acb_mat_eig_simple], [], | ||
[dnl in Debian the name of dylib is different. | ||
AC_CHECK_LIB([flint-arb], [acb_mat_eig_simple], | ||
[SAGE_ARB_LIBRARY="flint-arb"], [sage_spkg_install_arb=yes])]) | ||
], [sage_spkg_install_arb=yes]) | ||
fi | ||
], [], [], [ | ||
if test x$sage_spkg_install_arb = xyes; then | ||
AC_SUBST(SAGE_ARB_LIBRARY,["arb"]) | ||
else | ||
AC_SUBST(SAGE_ARB_LIBRARY,[$SAGE_ARB_LIBRARY]) | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
= awali = | ||
|
||
== Description == | ||
|
||
Awali is a software platform dedicated to the computation of, and with, finite | ||
state machines. Here finite state machines is to be understood in the broadest | ||
possible sense: finite automata with output — often called transducers then — or | ||
even more generally finite automata with multiplicity, that is, automata that | ||
not only accept, or recognize, sequences of symbols but compute for every such | ||
sequence a `value' that is associated with it and which can be taken in any | ||
semiring. Hence the variety of situations that can thus be modellized. | ||
|
||
== License == | ||
|
||
* GPL 3.0 | ||
|
||
== Upstream Contact == | ||
|
||
* Website: http://vaucanson-project.org/Awali/index.html | ||
* Releases: http://files.vaucanson-project.org/tarballs/ | ||
|
||
== Dependencies == | ||
|
||
* Python | ||
* CMake | ||
* Cython | ||
* ncurses | ||
|
||
* graphviz must be installed from your distro, and available in the path. | ||
|
||
== Special Update/Build Instructions == | ||
|
||
* None |
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=awali-all-vVERSION.tgz | ||
sha1=9098aaefde031df58374bab0c1fc38109eecd4e3 | ||
md5=d4216d8cbe21f83ae3a816a2f994f85e | ||
cksum=3149228485 |
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 @@ | ||
$(PYTHON) cmake cython nbconvert ncurses | ||
|
||
---------- | ||
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 @@ | ||
1.0.2-190218 |
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,2 @@ | ||
cd src/_build | ||
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,12 @@ | ||
cd src/ | ||
|
||
mkdir _build | ||
cd _build | ||
cmake .. -DINSTALL_DIR="${SAGE_LOCAL}" \ | ||
-DPYTHON=sage-python23 \ | ||
-DCORA=False | ||
|
||
sdh_make | ||
sdh_make b | ||
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=bleach-VERSION.tar.gz | ||
sha1=e7ee75050ccace055d5040010e3fdfb8e2535a3a | ||
md5=f042c4e8a953824dc8511f535daa20a4 | ||
cksum=3095652578 | ||
sha1=b44b7705a1425338cf429d66f009aa15d09b768d | ||
md5=fc8df989e0200a45f7a3a95ef9ee9854 | ||
cksum=2528269335 |
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.0.2 | ||
3.1.0 |
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=certifi-VERSION.tar.gz | ||
sha1=673bf8bc29d7ee0a1a0d8af74d050e5769fec2a9 | ||
md5=8160cf662212bc731eccf1af8042c0af | ||
cksum=322391593 | ||
sha1=f3873edcfc60c52e97e6601b2576ccdac419281a | ||
md5=76381d19d0a1171fecb2d1002b81424e | ||
cksum=2417220143 |
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 @@ | ||
2018.11.29 | ||
2019.3.9 |
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=configparser-VERSION.tar.gz | ||
sha1=8ee6b29c6a11977c0e094da1d4f5f71e7e7ac78b | ||
md5=cfdd915a5b7a6c09917a64a573140538 | ||
cksum=3139292895 | ||
sha1=81351574c345e2a8600b7f2b2afb2b8f1c6aded2 | ||
md5=aaa80b58b6b0810e54f66486860b3ed1 | ||
cksum=4208301028 |
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.5.0 | ||
3.7.4 |
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=9655d2f1711ae231ce14a8ce519d9a2af0fb1dc4 | ||
md5=28acd9297494c8171c44584c18efbd20 | ||
cksum=1129046285 | ||
sha1=e1f5fb67f8895c261043e4203c654772c15011e9 | ||
md5=cb0bcc975697113d75adad861af22570 | ||
cksum=593852789 |
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 @@ | ||
324 | ||
8c985712aebdb887c2e66308af1d29907a6fc242 |
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=cryptominisat-VERSION.tar.gz | ||
sha1=568cd2f528609a31d217e24e381de87e011499d4 | ||
md5=cce64bfd256700e96baee90b7bdfe770 | ||
cksum=3567560229 | ||
sha1=db418f5ac124e8d4e1f5284f05bccbe5b61afed9 | ||
md5=ca1bf853e568c19968daa5464ab86843 | ||
cksum=4204324235 |
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.6.6 | ||
5.6.8 |
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,15 +1,26 @@ | ||
SAGE_SPKG_CONFIGURE([curl], [ | ||
# Only install curl (and libcurl) if we cannot find version 7.22 or | ||
# later, since that is what R needs. | ||
AC_CACHE_CHECK([for curl 7.22], [ac_cv_path_CURL], [ | ||
AC_PATH_PROGS_FEATURE_CHECK([CURL], [curl], [ | ||
${ac_path_CURL}-config --checkfor 7.22 >/dev/null 2>/dev/null && ac_cv_path_CURL=${ac_path_CURL} | ||
AC_CACHE_CHECK([for curl 7.22], [ac_cv_path_CURL], [ | ||
AC_PATH_PROGS_FEATURE_CHECK([CURL], [curl], [ | ||
${ac_path_CURL}-config --checkfor 7.22 >/dev/null 2>/dev/null && ac_cv_path_CURL=${ac_path_CURL} | ||
]) | ||
]) | ||
AS_IF([test -z "$ac_cv_path_CURL"], [sage_spkg_install_curl=yes]) | ||
# If (lib)curl is installed, we need to check for the curl header | ||
# file, too. | ||
AS_IF([test $sage_spkg_install_curl = no], [ | ||
AC_CHECK_HEADER([curl/curl.h], [], [sage_spkg_install_curl=yes]) | ||
]) | ||
LIBCURL_CHECK_CONFIG(, 7.22, , [sage_spkg_install_curl=yes]) | ||
# Anaconda on macOS provides a libcurl with @rpath. Check that | ||
# linking produces a binary than can be run. (#27941) | ||
AC_CACHE_CHECK([whether programs linking to libcurl can be executed], | ||
[sage_libcurl_cv_lib_curl_executable], | ||
[ | ||
_libcurl_save_cppflags=$CPPFLAGS | ||
CPPFLAGS="$LIBCURL_CPPFLAGS $CPPFLAGS" | ||
_libcurl_save_libs=$LIBS | ||
LIBS="$LIBCURL $LIBS" | ||
AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <curl/curl.h>]],[[ | ||
curl_easy_setopt(NULL,CURLOPT_URL,NULL); | ||
]])], sage_libcurl_cv_lib_curl_executable=yes, sage_libcurl_cv_lib_curl_executable=no) | ||
]) | ||
AS_IF([test "$sage_libcurl_cv_lib_curl_executable" = "no"], [sage_spkg_install_curl=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=cypari2-VERSION.tar.gz | ||
sha1=7f0a53f99079c110984ebe352c0848b87bfc2d62 | ||
md5=84c05ca455bed3376a016d1073639ea2 | ||
cksum=506281443 | ||
sha1=d3fc80e83bafa3c7e6eb5a779de9395d4242dddc | ||
md5=9f431126112828c923f82e0393cbf317 | ||
cksum=2176941985 |
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.1.0.p0 | ||
2.1.1 |
Oops, something went wrong.