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:
parent
dc85100481
commit
c942e17c29
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue