[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: qhull: Build position independent.
From: |
guix-commits |
Subject: |
branch master updated: gnu: qhull: Build position independent. |
Date: |
Tue, 25 May 2021 10:25:51 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0ffac75 gnu: qhull: Build position independent.
0ffac75 is described below
commit 0ffac75ece4f22a8595e19b8a375791e87d365aa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 25 16:25:35 2021 +0300
gnu: qhull: Build position independent.
* gnu/packages/maths.scm (qhull)[arguments]: Add configure-flag to build
code position independent.
---
gnu/packages/maths.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d0ca2f4..3d72484 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -248,7 +248,8 @@ programming languages.")
"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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: qhull: Build position independent.,
guix-commits <=