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")))) | ||||
|     (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 | ||||
|  |  | |||
		Reference in a new issue