diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-24 16:20:05 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-24 16:20:05 +0200 |
commit | 7c1d07eef3da2bab701b996fc1095f107a3135c3 (patch) | |
tree | a42e8549e10c924cfb9078c1d66016716d2086a4 /gnu/packages/patches | |
parent | c1154c2aac9612dbe4aa18530b29649b3f67faaf (diff) | |
download | guix-7c1d07eef3da2bab701b996fc1095f107a3135c3.tar.gz |
gnu: giac: Update to 1.9.0-25.
* gnu/packages/algebra.scm (giac): Update to 1.9.0-25. [source]<origin>: Remove patches. * gnu/packages/patches/giac-pari-gp-anyarg.patch: Delete file. * gnu/local.mk: Apply removal.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/giac-pari-gp-anyarg.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/patches/giac-pari-gp-anyarg.patch b/gnu/packages/patches/giac-pari-gp-anyarg.patch deleted file mode 100644 index 0441f6bcf9..0000000000 --- a/gnu/packages/patches/giac-pari-gp-anyarg.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 041d16b521d8231e5b441015f08bb386f9d2a51c Mon Sep 17 00:00:00 2001 -From: Vincent Delecroix <20100.delecroix@gmail.com*> -Date: Thu, 15 Sep 2022 12:11:01 +0200 -Subject: ANYARG giac 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 <pthread.h> - #endif - --- -cgit v1.0-1-gd88e - |