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 @@ (define-public qhull (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