From f229aa18e782bea512bf728e1168093a3aee76ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 11 Nov 2022 08:33:10 -0300 Subject: [PATCH] giac: update to 1.9.0.29. --- srcpkgs/giac/patches/giac-pari-2.15.patch | 20 -------------------- srcpkgs/giac/template | 4 ++-- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 srcpkgs/giac/patches/giac-pari-2.15.patch diff --git a/srcpkgs/giac/patches/giac-pari-2.15.patch b/srcpkgs/giac/patches/giac-pari-2.15.patch deleted file mode 100644 index be409be38f53..000000000000 --- a/srcpkgs/giac/patches/giac-pari-2.15.patch +++ /dev/null @@ -1,20 +0,0 @@ -ANYARG patch - -diff --git a/src/pari.cc b/src/pari.cc -index 76ce8e1..50d08ab 100644 ---- a/src/pari.cc -+++ b/src/pari.cc -@@ -40,6 +40,13 @@ using namespace std; - - #ifdef HAVE_LIBPARI - -+// Anyarg disappeared from PARI 2.15.0 -+#ifdef __cplusplus -+# define ANYARG ... -+#else -+# define ANYARG -+#endif -+ - #ifdef HAVE_PTHREAD_H - #include - #endif diff --git a/srcpkgs/giac/template b/srcpkgs/giac/template index f4d89a40e18b..ce7273617fee 100644 --- a/srcpkgs/giac/template +++ b/srcpkgs/giac/template @@ -1,6 +1,6 @@ # Template file for 'giac' pkgname=giac -version=1.9.0.27 +version=1.9.0.29 revision=1 build_style=gnu-configure configure_args="--disable-micropy --disable-quickjs" @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" homepage="https://www-fourier.ujf-grenoble.fr/~parisse/giac.html" changelog="https://www-fourier.ujf-grenoble.fr/~parisse/install_en#new" distfiles="https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/giac_${version%.*}-${version##*.}.tar.gz" -checksum=c5d222fbff5db2a0a560b4e106ce88dd13d109ecb21570a939b8b3b87521d5e0 +checksum=f6351572cad5f2331faab9a7ca6678bc869695a6c5f69a42baaed50e56790b0e # need more than 4*65536 stack, see try_parse() in gen.cc line 11812 LDFLAGS="-Wl,-z,stack-size=2097152"