-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #31563: Upgrade giac to 1.9.0-15
https://www-fourier.ujf- grenoble.fr/~parisse/debian/dists/stable/main/source/ Previous update: #30537 URL: https://trac.sagemath.org/31563 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): François Bissey
- Loading branch information
Showing
9 changed files
with
28 additions
and
53 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,5 +1,5 @@ | ||
tarball=giac-VERSION.tar.bz2 | ||
sha1=b0e81969eb2527964efc802bf35c31d140031571 | ||
md5=f8253082e5dcde5724b4d6f2300d8669 | ||
cksum=3973759340 | ||
upstream_url=https://trac.sagemath.org/raw-attachment/ticket/31562/giac-VERSION.tar.bz2 | ||
sha1=78c15badd19b49b7d111ac204b611a4378ce3d15 | ||
md5=8fbd43a5c60848b6813b7fc8698a0199 | ||
cksum=1923149665 | ||
upstream_url=https://trac.sagemath.org/raw-attachment/ticket/31563/giac-VERSION.tar.bz2 |
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 @@ | ||
readline libpng $(MP_LIBRARY) mpfr mpfi ntl gsl pari glpk curl cliquer $(findstring libnauty,$(OPTIONAL_INSTALLED_PACKAGES)) | ||
readline libpng $(MP_LIBRARY) mpfr mpfi ntl gsl pari glpk curl cliquer ecm $(findstring libnauty,$(OPTIONAL_INSTALLED_PACKAGES)) | ||
|
||
---------- | ||
All lines of this file are ignored except the first. |
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.6.0.47p3.p0 | ||
1.9.0.15p0 |
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
30 changes: 0 additions & 30 deletions
30
...gs/giac/patches/autotools/0001-configure.ac-Do-not-link-to-libintl-if-USE_NLS-is-no.patch
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
--- a/src/ifactor.cc 2014-10-11 16:29:01.000000000 +0200 | ||
+++ b/src/ifactor.cc 2014-10-11 16:29:28.000000000 +0200 | ||
@@ -4007,7 +4007,7 @@ | ||
@@ -4034,7 +4034,4 @@ | ||
#endif | ||
#ifdef HAVE_LIBPARI | ||
#ifdef __APPLE__ | ||
- return vecteur(1,gensizeerr(gettext("(Mac OS) Large number, you can try pari(); pari_factor(")+n0.print(contextptr)+")")); | ||
+ // return vecteur(1,gensizeerr(gettext("(Mac OS) Large number, you can try pari(); pari_factor(")+n0.print(contextptr)+")")); | ||
#endif | ||
gen g(pari_ifactor(n0),contextptr); | ||
if (g.type==_VECT){ | ||
|
||
if (ifactor_pari){ | ||
-#ifdef __APPLE__ | ||
- return vecteur(1,gensizeerr(gettext("(Mac OS) Large number, you can try pari(); pari_factor(")+n0.print(contextptr)+")")); | ||
-#endif | ||
gen g(pari_ifactor(n0),contextptr); | ||
if (g.type==_VECT){ |
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