GNU bug report logs -
#70181
[PATCH] gnu: gama: Update to 2.30
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 4 Apr 2024 07:17:03 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#70181: [PATCH] gnu: gama: Update to 2.30
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 70181 <at> debbugs.gnu.org.
--
70181: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70181
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/gps.scm (gama): Update to 2.30
> [arguments](configure-flags): add option to force not
> to use local copy of expat
>
> Change-Id: I41f3f037b60b3dd89c8ccb990a800edb041cbc62
> ---
> gnu/packages/gps.scm | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
That looks better, I've pushed this to master as
46e54988057ece26b81cad20d33f39d383287e18.
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/gps.scm (gama): Update to 2.30
[source]: Remove deletion of embedded expat as expat
distributed in guix, 2.5, does not build for this version
of gama, which uses expat 1.2
Change-Id: I5ce4e291da1d56a660c1e3546ef8d9daf008b140
---
gnu/packages/gps.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 75197ad23c..565b05b211 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -141,7 +141,7 @@ (define-public gpscorrelate
(define-public gama
(package
(name "gama")
- (version "2.29")
+ (version "2.30")
(source
(origin
(method url-fetch)
@@ -149,12 +149,8 @@ (define-public gama
version ".tar.gz"))
(sha256
(base32
- "04dlh1pdaiq059ssrxa4yn24iqgjrzy2mq7s9n1pgrzlzz3a63y0"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- (delete-file-recursively "lib/expat")
- (for-each delete-file (find-files "doc/fig" "\\.pdf$"))))))
+ "0yph6q7a0dy2r2vsrkjg26q8v988pcvnaay5lk6q7k06plpr2x1m"))
+ (modules '((guix build utils)))))
(build-system gnu-build-system)
(arguments '(#:parallel-tests? #f)) ; race condition
(native-inputs
base-commit: 188d18fc47f0d38edfe06e3e5834fa8587bd300b
--
2.34.1
This bug report was last modified 1 year and 36 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.