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/combinat/rigged_configurations/met…
…hods-15560
- Loading branch information
Showing
488 changed files
with
22,078 additions
and
6,232 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 6.3.beta1, released 2014-05-13 | ||
Sage version 6.3.beta2, released 2014-05-24 |
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
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=f53c1a13b8acb91f9c2841b2d1052a000ff447a3 | ||
md5=1cbf074c0deb87f55cb638087009d1b7 | ||
cksum=1973269113 | ||
sha1=56399592db642ce25cd331edba8ceeecfa211393 | ||
md5=030561c77e141c8e0c7c045b1c301964 | ||
cksum=4180963490 |
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 @@ | ||
29 | ||
31 |
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=ecl-VERSION.tar.bz2 | ||
sha1=0f5a540bd6d089d206cce674e0c73f4036191547 | ||
md5=204bb44496fdda0e552a987f003fed69 | ||
cksum=1587965735 | ||
sha1=c79fa3573afad1834cf6057c15f303505fc0011d | ||
md5=52ca39a0abd4d0822abdd9e909cc5ffd | ||
cksum=2846116483 |
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 @@ | ||
12.12.1.p4 | ||
12.12.1.20140409 |
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 @@ | ||
diff -druN src.orig/src/configure src/src/configure | ||
--- src.orig/src/configure 2012-12-07 22:01:02.000000000 +0100 | ||
+++ src/src/configure 2014-04-09 15:20:21.360905900 +0200 | ||
@@ -2544,7 +2544,7 @@ | ||
|
||
|
||
ac_aux_dir= | ||
-for ac_dir in gmp "$srcdir"/gmp; do | ||
+for ac_dir in . "$srcdir"/.; do | ||
if test -f "$ac_dir/install-sh"; then | ||
ac_aux_dir=$ac_dir | ||
ac_install_sh="$ac_aux_dir/install-sh -c" | ||
@@ -2560,7 +2560,7 @@ | ||
fi | ||
done | ||
if test -z "$ac_aux_dir"; then | ||
- as_fn_error $? "cannot find install-sh, install.sh, or shtool in gmp \"$srcdir\"/gmp" "$LINENO" 5 | ||
+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in . \"$srcdir\"/." "$LINENO" 5 | ||
fi | ||
|
||
# These three variables are undocumented and unsupported, | ||
diff -druN src.orig/src/configure.in src/src/configure.in | ||
--- src.orig/src/configure.in 2012-12-07 22:01:02.000000000 +0100 | ||
+++ src/src/configure.in 2014-04-09 15:17:50.282780900 +0200 | ||
@@ -11,7 +11,7 @@ | ||
AC_INIT([ecl],[12.12.1],[]) | ||
AC_REVISION([$Revision$]) | ||
AC_CONFIG_SRCDIR([bare.lsp.in]) | ||
-AC_CONFIG_AUX_DIR([gmp]) | ||
+AC_CONFIG_AUX_DIR([.]) | ||
AC_PREREQ(2.59) | ||
|
||
dnl ----------------------------------------------------------------------- |
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 @@ | ||
1.8.4.4 | ||
1.8.4.4.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 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.