[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: qhull: Link binaries to shared library.
From: |
guix-commits |
Subject: |
branch master updated: gnu: qhull: Link binaries to shared library. |
Date: |
Tue, 25 May 2021 08:51:56 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c942e17 gnu: qhull: Link binaries to shared library.
c942e17 is described below
commit c942e17c296c319704d0a78698a1987583250c68
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 25 15:37:05 2021 +0300
gnu: qhull: Link binaries to shared library.
This drops the package size by nearly 60%.
* gnu/packages/maths.scm (qhull)[arguments]: Add configure-flag to link
binaries to shared library.
---
gnu/packages/maths.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ee0a69b..d0ca2f4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -247,6 +247,8 @@ programming languages.")
(base32
"0zlbhg0lb6j60188c2xhcrvviskr079552icjldqhy1jhgmxghmm"))))
(build-system cmake-build-system)
+ (arguments
+ `(#:configure-flags '("-DLINK_APPS_SHARED=ON")))
(synopsis "Calculate convex hulls and related structures")
(description
"@code{Qhull} computes the convex hull, Delaunay triangulation, Voronoi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: qhull: Link binaries to shared library.,
guix-commits <=