GNU bug report logs -
#41509
[PATCH] gnu: qhull: Update to 2019.1
Previous Next
Reported by: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Date: Sun, 24 May 2020 15:27:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 25 May 2020 22:16:44 +0200
with message-id <871rn7vkgj.fsf <at> gnu.org>
and subject line Re: [bug#41509] [PATCH] gnu: qhull: Update to 2019.1
has caused the debbugs.gnu.org bug report #41509,
regarding [PATCH] gnu: qhull: Update to 2019.1
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
41509: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41509
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From da15cd46d8d61dab8fff3db91e2572b2ab3ac471 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Date: Sun, 24 May 2020 17:23:59 +0200
Subject: [PATCH] gnu: qhull: Update to 2019.1
* gnu/packages/maths.scm (qhull): update to 2019.1
---
gnu/packages/maths.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e62fb38086..dfc3729e48 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -227,15 +227,15 @@ programming languages.")
(define-public qhull
(package
(name "qhull")
- (version "2015.2")
+ (version "2019.1")
(source (origin
(method url-fetch)
(uri (string-append "http://www.qhull.org/download/qhull-"
(car (string-split version #\.))
- "-src-7.2.0.tgz"))
+ "-src-7.3.2.tgz"))
(sha256
(base32
- "0dm4b2xr3asy6w74khq2zg4gf26zsy3qf9sq7pf7lmrvbj911c3q"))))
+ "1ys3vh3qq0v9lh452xb932vp63advds1pxk42lk7cc1niiar0y9b"))))
(build-system cmake-build-system)
(synopsis "Calculate convex hulls and related structures")
(description
--
2.26.2
[Message part 3 (message/rfc822, inline)]
Hi,
Ekaitz Zarraga <ekaitz <at> elenq.tech> skribis:
>>From da15cd46d8d61dab8fff3db91e2572b2ab3ac471 Mon Sep 17 00:00:00 2001
> From: Ekaitz Zarraga <ekaitz <at> elenq.tech>
> Date: Sun, 24 May 2020 17:23:59 +0200
> Subject: [PATCH] gnu: qhull: Update to 2019.1
>
> * gnu/packages/maths.scm (qhull): update to 2019.1
Applied, thanks!
Ludo’.
This bug report was last modified 4 years and 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.