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 'u/dkrenn/asy/one-times-zero' of trac.sagemath.org:sage …
…into t/19969/asy/SA-generator-log * 'u/dkrenn/asy/one-times-zero' of trac.sagemath.org:sage: (549 commits) Trac #20043: add additional doctest to check parent move code of NotImplementedOZero to avoid merge-conflicts forbid asymptotic rings as base in growth groups fix O(0)-doctest correct other empty sums 1*0 in asymptotic ring O(0) in asymptotic expansion remove old NotImplementedOZero and use new one new NotImplementedOZero in misc Updated Sage version to 7.1.beta3 tornado depends on singledispatch Do not fiddle with SAGE_ROOT in the mac app start script Fix gamma_inc doctest made two doctests random pending #20028 Fix a few more paths Upgrade PARI to latest master corrected typo infinite(ly) in a few places Broken seealso-link. Change function name. Pyparsing now depends on setuptools ...
- Loading branch information
Showing
556 changed files
with
29,794 additions
and
8,646 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 @@ | ||
Sage version 7.0, released 2016-01-19 | ||
Sage version 7.1.beta3, released 2016-02-11 |
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,18 @@ | ||
= backports_abc = | ||
|
||
== Description == | ||
|
||
A backport of recent additions to the 'collections.abc' module. | ||
|
||
== License == | ||
|
||
Python Software Foundation License | ||
|
||
== Upstream Contact == | ||
|
||
Home page: https://pypi.python.org/pypi/backports_abc | ||
|
||
== Dependencies == | ||
|
||
Python, Setuptools | ||
|
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=backports_abc-VERSION.tar.gz | ||
sha1=76060a68d14f9d1a4198e00c3bb3711467ecb1f4 | ||
md5=0b65a216ce9dc9c1a7e20a729dd7c05b | ||
cksum=1989294907 |
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 @@ | ||
$(INST)/$(PYTHON) $(INST)/$(SETUPTOOLS) | ||
|
||
---------- | ||
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 @@ | ||
0.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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/usr/bin/env bash | ||
|
||
if [ -z "$SAGE_LOCAL" ]; then | ||
echo >&2 "SAGE_LOCAL undefined ... exiting" | ||
echo >&2 "Maybe run 'sage --sh'?" | ||
exit 1 | ||
fi | ||
|
||
cd src | ||
|
||
python setup.py install | ||
if [ $? -ne 0 ]; then | ||
echo "Error installing backports_abc ... 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
standard |
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=backports_ssl_match_hostname-VERSION.tar.gz | ||
sha1=194503d8b47066c2ce8d23cab707d19d6ada2eb9 | ||
md5=5def436c23fa2bc09aedf221d61b7017 | ||
cksum=132706006 | ||
sha1=1d7500574eef84c826dfaf507722cd9249bf0672 | ||
md5=c21f63bb4729eeab399932410a012934 | ||
cksum=541176683 |
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.4.0.2 | ||
3.5.0.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,4 @@ | ||
tarball=certifi-VERSION.tar.gz | ||
sha1=f53dc8f57aaf6d69c183ebadcec52ece0a55cc3f | ||
md5=315ea4e50673a16ab047099f816fd32a | ||
cksum=3559413705 | ||
sha1=e31ab9b9bee02511d91758e73c8598a82a0b3c35 | ||
md5=e04b512009401603f1485380ac879cf5 | ||
cksum=3504777269 |
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 @@ | ||
14.05.14 | ||
2015.11.20.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=cliquer-VERSION.tar.bz2 | ||
sha1=8239530eb14c1273c32ffcf3b671dd3766084374 | ||
md5=32b97b6689318b58d9c099e2c7769521 | ||
cksum=3641271864 | ||
tarball=cliquer-VERSION.tar.gz | ||
sha1=930ec79f64facb8ac4035a3e3702ed2b1dabd092 | ||
md5=1d985e0bed876cc69aed43953a814a6a | ||
cksum=766312376 |
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 @@ | ||
1.21.p2 | ||
1.21.p3 |
This file was deleted.
Oops, something went wrong.
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,35 +1,18 @@ | ||
#!/usr/bin/env bash | ||
|
||
if [ "$SAGE_LOCAL" = "" ]; then | ||
echo "SAGE_LOCAL undefined ... exiting"; | ||
echo "Maybe run 'sage -sh'?" | ||
if [ -z "$SAGE_LOCAL" ]; then | ||
echo >&2 "Error: SAGE_LOCAL undefined - exiting..." | ||
echo >&2 "Maybe run 'sage -sh'?" | ||
exit 1 | ||
fi | ||
|
||
OPTIMIZATION_FLAGS="-O3 -funroll-loops -fomit-frame-pointer" | ||
# Work around a bug in gcc 4.6.0: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48774 | ||
if [ "`testcc.sh $CC`" = GCC ] ; then | ||
if $CC -dumpversion 2>/dev/null |grep >/dev/null '^4\.6\.[01]' ; then | ||
echo "Warning: Working around bug in gcc 4.6.0" | ||
OPTIMIZATION_FLAGS="$OPTIMIZATION_FLAGS -fno-ivopts" | ||
fi | ||
fi | ||
|
||
CFLAGS="$CFLAGS `testcflags.sh -g $OPTIMIZATION_FLAGS -fPIC -KPIC -Wall`" | ||
CPPFLAGS="$CPPFLAGS -I$SAGE_LOCAL/include" | ||
LDFLAGS="$LDFLAGS -L$SAGE_LOCAL/lib" | ||
cd src | ||
|
||
# Compile for 64-bit if SAGE64 is set to 'yes'. | ||
# On 64-bit hardware, we don't need to set this variable to true. A | ||
# 64-bit cliquer library would be built on such platform. | ||
if [ "$SAGE64" = yes ]; then | ||
CFLAGS="$CFLAGS -m64 " | ||
LDFLAGS="$LDFLAGS -m64 " | ||
echo "Now building and running cliquer's test suite..." | ||
$MAKE check | ||
if [ $? -ne 0 ]; then | ||
echo >&2 "Error: The cliquer's test suite failed." | ||
exit 1 | ||
fi | ||
|
||
# Export everything | ||
export CFLAGS | ||
export CPPFLAGS | ||
export LDFLAGS | ||
|
||
cd src && $MAKE test | ||
echo "The cliquer's test suite passed successfully." |
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 @@ | ||
#!/bin/sh | ||
# | ||
# creates the tarball in the current dir, to be moved to ../../../upstream | ||
|
||
#PATCHLEVEL=".p0" | ||
PATCHLEVEL= | ||
|
||
rm -rf autocliquer/ | ||
git clone https://github.com/dimpase/autocliquer.git | ||
cd autocliquer/ | ||
|
||
VERSION=`autoconf --trace='AC_INIT:$2'` | ||
autoreconf -fi | ||
automake --add-missing --copy | ||
./configure | ||
|
||
rm -f cliquer-$VERSION.tar.gz | ||
make dist | ||
mv cliquer-$VERSION.tar.gz ../ | ||
cd .. | ||
rm -rf autocliquer/ | ||
|
||
|
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=631a348f0ac864b3ec37dfcb1d7fab79e213a075 | ||
md5=5759d84c96102aee89c7eaea0aadf842 | ||
cksum=2510923339 | ||
sha1=603a0399bf37b613bda1b82cd2bc05058a009104 | ||
md5=15a9898dbcb629850559d7a520ed141f | ||
cksum=3386674131 |
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 @@ | ||
140 | ||
144 |
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=Cython-VERSION.tar.gz | ||
sha1=d5592dc3d529c55a5ef95346caccf11c556993bd | ||
md5=813df20f7ce5f00e60568e0371fbd07c | ||
cksum=365027876 | ||
sha1=fc574c5050cd5a8e34435432e2a4a693353ed807 | ||
md5=157df1f69bcec6b56fd97e0f2e057f6e | ||
cksum=346066359 |
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.23.3 | ||
0.23.4 |
Oops, something went wrong.