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

Commit

Permalink
build/pkgs/giac: Upgrade to 1.6.0-17
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 11, 2020
1 parent 5ec24db commit 2748bd1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 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=873f44e8b6a8f43121c30587d99016763c9e047c
md5=52eda3193e16ab05b4fb2a727c8f3308
cksum=2879733923
upstream_url=https://trac.sagemath.org/raw-attachment/ticket/29552/giac-VERSION.tar.bz2
sha1=6dd8f1593831a9239f962d2bbf5bf3d8af689891
md5=d0a1fb47e222a8203d5123d30e472e64
cksum=3488725427
upstream_url=https://trac.sagemath.org/raw-attachment/ticket/30537/giac-1.6.0.17p0.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.5.0.87p0
1.6.0.17p0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/configure.in b/configure.in
diff --git a/configure.ac b/configure.ac
index 204d17a..434e4c9 100644
--- a/configure.in
+++ b/configure.in
--- a/configure.ac
+++ b/configure.ac
@@ -38,6 +38,7 @@ AC_LANG([C++])
AC_PROG_LIBTOOL
AC_PROG_YACC
Expand Down
7 changes: 4 additions & 3 deletions build/pkgs/giac/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ fi
# Exit on failure
set -e

VERSION="1.5.0"
VERSIONREV="87"
VERSION="1.6.0"
VERSIONREV="17"
PATCHSUFFIX="p0"

# The upstream tarball name is: giac"$SOURCEORIG".tar.gz
Expand All @@ -31,6 +31,7 @@ fi

# Build a temporary working dir. (preferably, a subdir of SAGE_DISTFILES)
TARGET=$(mktemp -d -p"$SAGE_DISTFILES" 2>/dev/null || mktemp -d)
echo "Working in $TARGET"
ORIGDIR=`pwd`
cd "$TARGET"

Expand Down Expand Up @@ -80,7 +81,7 @@ tar -cjf "$OUTPUTFILEBASENAME".tar.bz2 src

# cleaning extracted dir.
cd ..
rm -rf "$TARGET"
### rm -rf "$TARGET"

# going back to starting dir
cd "$ORIGDIR"
Expand Down

0 comments on commit 2748bd1

Please sign in to comment.