Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/giac: Update to 1.7.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 2, 2021
1 parent 1127597 commit 35111c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/giac/checksums.ini
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
sha1=e4a134b87719126e8f49899df9be5b58348392c6
md5=a9f15b4d6011669d78f8ad39b2ba69ef
cksum=1102268850
upstream_url=https://trac.sagemath.org/raw-attachment/ticket/31562/giac-VERSION.tar.bz2
2 changes: 1 addition & 1 deletion build/pkgs/giac/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0.47p3
1.7.0.25p0
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ index b5dd325..d45b553 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,6 +14,8 @@ libgiac_la_SOURCES = input_lexer.ll sym2poly.cc gausspol.cc threaded.cc \
help.cc lpsolve.cc optimization.cc signalprocessing.cc \
graphe.cc graphtheory.cc nautywrapper.c markup.cc kdisplay.cc kadd.cc # Ugh..
caseval.c cutils.c graphic.c libbf.c libregexp.c libunicode.c \
qjsgiac.c quickjs.c quickjs-libc.c js.c

-libgiac_la_LIBADD = $(NTL_LIBS) $(COCOA_LIBS) $(PARI_LIBS) $(GSL_LIBS)
-libgiac_la_LIBADD = $(NTL_LIBS) $(COCOA_LIBS) $(PARI_LIBS) $(GSL_LIBS)
+libgiac_la_LIBADD = $(NTL_LIBS) $(COCOA_LIBS) $(PARI_LIBS) $(GSL_LIBS) $(LAPACK_LIBS) $(BLAS_LIBS)
+
+AM_LDFLAGS = -no-undefined
Expand Down
6 changes: 3 additions & 3 deletions build/pkgs/giac/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ fi
# Exit on failure
set -e

VERSION="1.6.0"
VERSIONREV="47"
PATCHSUFFIX="p3"
VERSION="1.7.0"
VERSIONREV="25"
PATCHSUFFIX="p0"

# The upstream tarball name is: giac"$SOURCEORIG".tar.gz
SOURCEORIG=_"$VERSION"-"$VERSIONREV"
Expand Down

0 comments on commit 35111c9

Please sign in to comment.