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.
This commit is contained in:
Efraim Flashner 2021-05-25 15:37:05 +03:00
parent dc85100481
commit c942e17c29
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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