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 branch 'develop' into public/structure/cached_args-15657
* develop: (121 commits) Updated Sage version to 6.2.beta5 in docstring: added `` OSX 10.4 build fix Only accepts fields as input for change_ring FiniteStateMachine.determine_alphabets: one more small correction in docstring add definition use pydoc.pager on _sage_doc_unformatted instead FiniteStateMachine.determine_alphabets: corrected description of parameter reset Trac #13174: sagedoc.help() didn't discriminate cachedfuncs from funcs trac #15951 correct one raise statement towards python3 Added destruction of pool in parallel_iter separate absolute from local (implicit relative) imports microfixes Added global options to rigged configurations to improve printing. Trac 13609: fix symbolic expression auto evaluation when content is in GF(2^k) Trac 13048: fixed division without remainder for polynomials over QQbar allow Singular to build with recent versions of Xcode removed k from init remove the avoid section "Function" in the intial comment and implement a function are_mutually_orthogonal_latin_squares Do not forget to define ambient_field before computing its algebraic closure. ...
- Loading branch information
Showing
116 changed files
with
2,781 additions
and
1,243 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 @@ | ||
Sage version 6.2.beta4, released 2014-03-11 | ||
Sage version 6.2.beta5, released 2014-03-23 |
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=e2547006cb57f11981c7d8f28d9c23a23cf4ec72 | ||
md5=4698d0aa23f7e03548f43eaa33e7d663 | ||
cksum=551574147 | ||
sha1=e4f7a8b1595adc80b90d3118c35d3f8568588b8e | ||
md5=fb4ca501460d44ab117694de80be374c | ||
cksum=474790094 |
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 @@ | ||
16 | ||
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
= dateutil = | ||
|
||
== Description == | ||
|
||
The dateutil module provides powerful extensions to the standard | ||
datetime module. | ||
|
||
== License == | ||
|
||
Simplified BSD License | ||
|
||
== SPKG Maintainers == | ||
|
||
John H. Palmieri | ||
|
||
== Upstream Contact == | ||
|
||
Author: Gustavo Niemeyer <gustavo@niemeyer.net> | ||
Home page: http://labix.org/python-dateutil | ||
|
||
== Dependencies == | ||
|
||
* Python | ||
* Six | ||
|
||
== Changelog == | ||
|
||
=== dateutil-2.2 (John H. Palmieri, 20 December 2013) === | ||
|
||
* Trac #14993: initial release. | ||
|
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=dateutil-VERSION.tar.gz | ||
sha1=51bdee8ba3817707fcb22767da0d2d039c5ab921 | ||
md5=2d5bcc656d801e9dd3c1e658f4db50cf | ||
cksum=3142219490 |
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.2 |
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 @@ | ||
#!/usr/bin/env bash | ||
|
||
if [ "$SAGE_LOCAL" = "" ]; then | ||
echo "SAGE_LOCAL undefined ... exiting"; | ||
echo "Maybe run 'sage -sh'?" | ||
exit 1 | ||
fi | ||
|
||
cd src | ||
|
||
python setup.py install | ||
if [ $? -ne 0 ]; then | ||
echo "Error installing dateutil ... exiting" | ||
exit 1 | ||
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=flint-VERSION.tar.gz | ||
sha1=b506c3870a3d976796ec0b6224659e9c82dcceae | ||
md5=3b9bc754ef9e974ad4d0cf808d9809df | ||
cksum=1290600232 | ||
sha1=cf73447b181d7fcfe968146f5464e56213a6a6af | ||
md5=0ac731aa9593034481671c949278f41d | ||
cksum=63954925 |
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.4.1.p0 | ||
2.4.2 |
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,36 @@ | ||
# HG changeset patch | ||
# User Max Horn <max@quendi.de> | ||
# Date 1395263557 -3600 | ||
# Branch stable-4.7 | ||
# Node ID 070b4a964402c4396625dbf81e8f1a4e830259da | ||
# Parent 388dbf0c64b27825cf19ea9b4f9865a94bb7d561 | ||
build: do not use -no_pie linker option on older OS X versions | ||
|
||
diff --git a/cnf/aclocal.m4 b/cnf/aclocal.m4 | ||
--- a/cnf/aclocal.m4 | ||
+++ b/cnf/aclocal.m4 | ||
@@ -158,7 +158,9 @@ | ||
AC_DEFUN(GP_LDFLAGS, | ||
[AC_CACHE_CHECK(Linker default flags, gp_cv_ldflags, | ||
[ case "$host-$CC" in | ||
- *-apple-* ) | ||
+ *-darwin[[6-9]].* | *-darwin10.* ) | ||
+ gp_cv_ldflags="-g ${ABI_CFLAGS}";; | ||
+ *-darwin* ) | ||
gp_cv_ldflags="-g -Wl,-no_pie ${ABI_CFLAGS}";; | ||
*-gcc* | *-egcs ) | ||
gp_cv_ldflags="-g ${ABI_CFLAGS}";; | ||
diff --git a/cnf/configure.out b/cnf/configure.out | ||
--- a/cnf/configure.out | ||
+++ b/cnf/configure.out | ||
@@ -4435,7 +4435,9 @@ | ||
$as_echo_n "(cached) " >&6 | ||
else | ||
case "$host-$CC" in | ||
- *-apple-* ) | ||
+ *-darwin[6-9].* | *-darwin10.* ) | ||
+ gp_cv_ldflags="-g ${ABI_CFLAGS}";; | ||
+ *-darwin* ) | ||
gp_cv_ldflags="-g -Wl,-no_pie ${ABI_CFLAGS}";; | ||
*-gcc* | *-egcs ) | ||
gp_cv_ldflags="-g ${ABI_CFLAGS}";; |
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 @@ | ||
= GMP = | ||
|
||
== Description == | ||
|
||
GMP is a free library for arbitrary precision arithmetic, operating on signed | ||
integers, rational numbers, and floating-point numbers. | ||
There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. | ||
GMP has a rich set of functions, and the functions have a regular interface. | ||
|
||
== License == | ||
* LGPL V3 | ||
|
||
== Upstream Contact == | ||
* http://gmplib.org | ||
|
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=gmp-VERSION.tar.bz2 | ||
sha1=b35928e2927b272711fdfbf71b7cfd5f86a6b165 | ||
md5=a082867cbca5e898371a97bb27b31fea | ||
cksum=2362548932 |
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.1.3 |
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,21 @@ | ||
#!/usr/bin/env bash | ||
|
||
if [ -z "$SAGE_LOCAL" ]; then | ||
echo >&2 "Error: SAGE_LOCAL undefined - exiting..." | ||
echo >&2 "Maybe run 'sage -sh'?" | ||
exit 1 | ||
fi | ||
|
||
cd src | ||
|
||
# We don't have to set up any environment variables here since the | ||
# Makefiles already have them from 'configure'. | ||
|
||
echo "Now building and running GMP's test suite..." | ||
$MAKE check | ||
if [ $? -ne 0 ]; then | ||
echo >&2 "Error: The GMP test suite failed." | ||
exit 1 | ||
fi | ||
|
||
echo "The GMP test suite passed successfully." |
Oops, something went wrong.