[PATCH] gnu: qhull: Update to 2019.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Ekaitz Zarraga
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 5 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
2bqbJHlxZ4vDKP7UKoQHLKck3W4GalO4NPDSByRwHcoLlWhFNwVhS0tp41iXzX5I_Dgn_rOqg5it6OybDaCBdzsejSzInQl5zr1sDU5A3TM=@elenq.tech
From da15cd46d8d61dab8fff3db91e2572b2ab3ac471 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@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(-)

Toggle diff (23 lines)
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
Ludovic Courtès wrote 5 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)(address . 41509-done@debbugs.gnu.org)
871rn7vkgj.fsf@gnu.org
Hi,

Ekaitz Zarraga <ekaitz@elenq.tech> skribis:

Toggle quote (7 lines)
>>From da15cd46d8d61dab8fff3db91e2572b2ab3ac471 Mon Sep 17 00:00:00 2001
> From: Ekaitz Zarraga <ekaitz@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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41509@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41509
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help