mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02: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 @@ programming languages.")
|
||||||
"0zlbhg0lb6j60188c2xhcrvviskr079552icjldqhy1jhgmxghmm"))))
|
"0zlbhg0lb6j60188c2xhcrvviskr079552icjldqhy1jhgmxghmm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(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")
|
(synopsis "Calculate convex hulls and related structures")
|
||||||
(description
|
(description
|
||||||
"@code{Qhull} computes the convex hull, Delaunay triangulation, Voronoi
|
"@code{Qhull} computes the convex hull, Delaunay triangulation, Voronoi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue