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 '7.1.beta1' into symbolics/stieltjes-constants
Sage version 7.1.beta1
- Loading branch information
Showing
674 changed files
with
36,884 additions
and
10,998 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 @@ | ||
Sage version 7.0.beta3, released 2016-01-06 | ||
Sage version 7.1.beta1, released 2016-01-28 |
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=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=740a26d4dab56b5a88fa0e886c9bbed931d6a961 | ||
md5=4d3f1282f9db5dab064822b856b86e99 | ||
cksum=3179103806 | ||
sha1=667c4449d5d193a6520ad38cf9c0f49e209cbc21 | ||
md5=de3e80d1d278a05e430669fd8beefa19 | ||
cksum=3190707453 |
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 @@ | ||
137 | ||
142 |
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 @@ | ||
optional | ||
experimental |
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,25 @@ | ||
Use LDFLAGS for tests, too | ||
|
||
Upstream PR: https://github.com/wbhart/flint2/pull/209 | ||
|
||
|
||
--- a/Makefile.in 2016-01-09 01:44:52.178779543 +0100 | ||
+++ b/Makefile.in 2016-01-09 01:44:19.874183406 +0100 | ||
@@ -227,7 +227,7 @@ | ||
$(QUIET_CC) $(CC) $(CFLAGS) $(INCS) -c $< -o $@; | ||
|
||
build/test/%$(EXEEXT): test/%.c $(HEADERS) | build/test | ||
- $(QUIET_CC) $(CC) $(CFLAGS) $(INCS) $< -o $@ $(LIBS) | ||
+ $(QUIET_CC) $(CC) $(CFLAGS) $(INCS) $(LDFLAGS) $< -o $@ $(LIBS) | ||
|
||
build/test: | ||
mkdir -p build/test | ||
@@ -242,7 +242,7 @@ | ||
$(QUIET_CXX) $(CXX) $(CXXFLAGS) $(INCS) -c $< -o $@ | ||
|
||
build/interfaces/test/t-NTL-interface$(EXEEXT): interfaces/test/t-NTL-interface.cpp build/interfaces/NTL-interface.o | ||
- $(QUIET_CXX) $(CXX) $(CXXFLAGS) $(INCS) $< build/interfaces/NTL-interface.o -o $@ $(LIBS) | ||
+ $(QUIET_CXX) $(CXX) $(CXXFLAGS) $(INCS) $(LDFLAGS) $< build/interfaces/NTL-interface.o -o $@ $(LIBS) | ||
|
||
print-%: | ||
@echo '$*=$($*)' |
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=gp2c-VERSION.tar.gz | ||
sha1=5acb1a13e1ed8ee877ffb34baa3b817e720f3e50 | ||
md5=cb263990e399153aca6a2540930b4600 | ||
cksum=1931194041 | ||
sha1=e07cebffcd09c0d644d52335130984f33042b46f | ||
md5=3f6bb47d41ddca7b6a4938d16abbe4e8 | ||
cksum=3338275717 |
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.0.9pl3 | ||
0.0.9pl5 |
Oops, something went wrong.