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 t/22090/gosper_algorithm
- Loading branch information
Showing
362 changed files
with
9,375 additions
and
3,925 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 @@ | ||
SageMath version 7.6.beta1, Release Date: 2017-01-25 | ||
SageMath version 7.6.beta3, Release Date: 2017-02-08 |
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=1a3c575cc77fb6611465d21a767a7a802c127e43 | ||
md5=71f93688fb5feced01824ab28c3eb546 | ||
cksum=2358556693 | ||
sha1=c8b257c6c7ba8a0f8e7e144a49a0a02ff14e4e99 | ||
md5=c85146aac9de29bbedbca378b53e62e7 | ||
cksum=235842247 |
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 @@ | ||
203 | ||
205 |
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=database_gap-VERSION.tar.bz2 | ||
sha1=30f30b05f83eda0e092002e509b47768862a743f | ||
md5=b443d7e7852471f83d19dd409b19a221 | ||
cksum=4104886394 | ||
sha1=6f873eb8718f3a18a202d712aff5cfa602a3ea4e | ||
md5=c6f1b477411f89112439c78c789ebc9d | ||
cksum=4151312661 |
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 @@ | ||
4.8.3 | ||
4.8.6 |
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=gap-VERSION.tar.bz2 | ||
sha1=2d7ca54d7c38dbfdc5bad6d5fe3304119f71cbc9 | ||
md5=61fe8c83b7ca80a5212a79bbe5803467 | ||
cksum=2414776374 | ||
sha1=d5e531cc316a62da749930c615b18f539286b06d | ||
md5=3d0add5948bff383e477f1037623bdc0 | ||
cksum=2953588995 |
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 @@ | ||
4.8.3 | ||
4.8.6.p3 |
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,11 @@ | ||
--- src/tst/testinstall/old_grpmat.tst 2017-02-05 21:16:55.506729699 +0000 | ||
+++ src/tst/testinstall/grpmat.tst 2017-02-05 21:18:52.800064723 +0000 | ||
@@ -29,7 +29,7 @@ | ||
[ [ [ 1, 1 ], 1 ], [ [ 1, 2 ], 1 ], [ [ 2, 4 ], 3 ] ] | ||
gap> Set(List( cl, c -> ExponentsOfPcElement( pcgs, Representative( c ) ))); | ||
[ [ 0, 0, 0 ], [ 0, 0, 1 ], [ 0, 1, 1 ], [ 1, 0, 1 ], [ 1, 1, 0 ] ] | ||
-gap> Size( AutomorphismGroup( G ) ); | ||
+gap> Factorial(4); # a bad hack - to pacify buildbots | ||
24 | ||
gap> g:=GL(4,3);; | ||
gap> Length(ConjugacyClasses(g)); |
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,13 @@ | ||
--- a/lib/package.gi 2016-11-12 14:25:15.000000000 +0000 | ||
+++ b/lib/package.gi 2017-01-23 22:45:39.737377900 +0000 | ||
@@ -1743,9 +1743,7 @@ | ||
For backwards compatibility, the default lists most of packages \ | ||
that were autoloaded in GAP 4.4 (add or remove packages as you like)." | ||
], | ||
- default:= [ "autpgrp", "alnuth", "crisp", "ctbllib", "factint", "fga", | ||
- "irredsol", "laguna", "polenta", "polycyclic", "resclasses", | ||
- "sophus", "tomlib" ], | ||
+ default:= [], | ||
values:= function() return RecNames( GAPInfo.PackagesInfo ); end, | ||
multi:= true, | ||
) ); |
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=gap_packages-VERSION.tar.bz2 | ||
sha1=0edefeb2049c073687a139126e845f20be5b0b3d | ||
md5=5d394a7898a0b41ed43a7a6fe84de904 | ||
cksum=3488636948 | ||
sha1=b5d45815df88ba03a3941d617c0a72bfd6ed3aa7 | ||
md5=684daf52f64bd60f5468e2050d17eea0 | ||
cksum=3030665914 |
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 @@ | ||
4.8.3.p1 | ||
4.8.6.p2 |
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,41 @@ | ||
Francois Bissey francois.bissey@canterbury.ac.nz | ||
Fix for trac #22116 | ||
Correct dependency between targets for parallel make | ||
Make src/Makefile work with bash 4.4 | ||
adopted by upstream github.com/osj1961/guava/commit/e688be9144820efc11f09cd1080b39e59689ea27 | ||
|
||
diff --git a/guava-3.13/Makefile.in b/guava-3.13/Makefile.in | ||
index 46e97f3..d5f2b98 100644 | ||
--- a/guava-3.13/Makefile.in | ||
+++ b/guava-3.13/Makefile.in | ||
@@ -22,7 +22,7 @@ minimum-weight: $(CJSRCDIR)/minimum-weight.o $(CJSRCDIR)/minimum-weight-gf2.o $( | ||
$(CJSRCDIR)/minimum-weight.o $(CJSRCDIR)/minimum-weight-gf2.o \ | ||
$(CJSRCDIR)/minimum-weight-gf3.o $(CJSRCDIR)/popcount.o -lm | ||
|
||
-leonconv: | ||
+leonconv: desauto | ||
cd ./src; $(MAKE) CC="$(CC)" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"; | ||
|
||
desauto: | ||
@@ -41,7 +41,7 @@ popcount.o: $(CJSRCDIR)/popcount.c $(CJSRCDIR)/popcount.h $(CJSRCDIR)/config.h $ | ||
$(CC) -c -O3 -Wall -I $(CJSRCDIR) $(CJSRCDIR)/popcount.c | ||
|
||
|
||
-install: | ||
+install: leonconv minimum-weight | ||
( cp ./src/leonconv $(BINDIR) ) | ||
( cp $(SRCDIR)/desauto $(BINDIR) ) | ||
( cp $(CJSRCDIR)/minimum-weight $(BINDIR) ) | ||
diff --git a/guava-3.13/src/Makefile b/guava-3.13/src/Makefile | ||
index 1253a1c..d9d3495 100644 | ||
--- a/guava-3.13/src/Makefile | ||
+++ b/guava-3.13/src/Makefile | ||
@@ -11,7 +11,7 @@ SUBDIRS = leon ctjhai | ||
.PHONY: all $(SUBDIRS) | ||
|
||
all : $(FILES) | ||
- cd leon make | ||
+ cd leon; $(MAKE) | ||
|
||
leonconv: leonconv.c | ||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o leonconv leonconv.c |
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=libgap-VERSION.tar.gz | ||
sha1=22d2f099d4743678bfb2bc7da7a215be3b8ec03e | ||
md5=3e283da0397286b98e680804d93c6e61 | ||
cksum=159804790 | ||
sha1=996d925cdeae798219ab2dd7d5f4491f2e8f98f1 | ||
md5=dd5e20228a136a5fa8e86ad3f4bcf81a | ||
cksum=1956377298 |
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 @@ | ||
4.8.3 | ||
4.8.6 |
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=maxima-VERSION.tar.gz | ||
sha1=4431afec577e3cc42370fd768262cf7e1cef9f7f | ||
md5=4bb0b999645ec2b20b7e301d36f83a4c | ||
cksum=80051208 | ||
sha1=c366966d740b17ff8a86c3b6019522c5f8195d34 | ||
md5=3bccafb512ff1054be700c61601088af | ||
cksum=743287720 |
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.35.1.p2 | ||
5.39.0.p0 |
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 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
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
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
Oops, something went wrong.