mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: qhull: Build position independent.
* gnu/packages/maths.scm (qhull)[arguments]: Add configure-flag to build code position independent.
This commit is contained in:
parent
d2a8b72b2f
commit
0ffac75ece
1 changed files with 2 additions and 1 deletions
|
@ -248,7 +248,8 @@ (define-public qhull
|
|||
"0zlbhg0lb6j60188c2xhcrvviskr079552icjldqhy1jhgmxghmm"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-DLINK_APPS_SHARED=ON")))
|
||||
`(#:configure-flags '("-DLINK_APPS_SHARED=ON"
|
||||
"-DCMAKE_POSITION_INDEPENDENT_CODE=ON")))
|
||||
(synopsis "Calculate convex hulls and related structures")
|
||||
(description
|
||||
"@code{Qhull} computes the convex hull, Delaunay triangulation, Voronoi
|
||||
|
|
Loading…
Reference in a new issue