From c942e17c296c319704d0a78698a1987583250c68 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 25 May 2021 15:37:05 +0300 Subject: 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(+) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index ee0a69bbd7..d0ca2f4647 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 -- cgit v1.2.3