[Lunar-commits] <moonbase-other> qhull: resurrected and version bumped

v4hn me at v4hn.de
Mon Jul 9 19:50:25 CEST 2012


commit 87fb4242b975a4b082b143b9ccca3cbd9dc28727
Author: v4hn <me at v4hn.de>
Date: Mon, 09 Jul 2012 10:50:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/87fb4242b975a4b082b143b9ccca3cbd9dc28727

qhull: resurrected and version bumped
---
  science/qhull/BUILD                                          +5/-0     
  science/qhull/DEPENDS                                        +1/-0     
  science/qhull/DETAILS                                        +18/-0    
  3 files changed, 24 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/science/qhull/BUILD
@@ -0,0 +1,5 @@
+(
+
+  default_cmake_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/science/qhull/DEPENDS
@@ -0,0 +1 @@
+depends cmake
--- /dev/null
+++ b/science/qhull/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=qhull
+         VERSION=2012.1
+          SOURCE=$MODULE-$VERSION-src.tgz
+      SOURCE_URL=http://www.qhull.org/download/
+      SOURCE_VFY=sha1:60f61580e1d6fbbd28e6df2ff625c98d15b5fbc6
+        WEB_SITE=http://www.qhull.org/
+         ENTERED=20100125
+         UPDATED=20120708
+           SHORT="computing convex hulls"
+
+cat << EOF
+Qhull is a general dimension code for computing convex hulls, Delaunay
+triangulations, halfspace intersections about a point, Voronoi diagrams,
+furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams.
+These structures have applications in science, engineering, statistics, and
+mathematics. For a detailed introduction, see O'Rourke ['94], Computational
+Geometry in C.
+EOF




More information about the Lunar-commits mailing list