[Lunar-commits] <moonbase> qhull: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Jan 2 20:15:01 CET 2010
commit b93a4a5a59bada518757124f670c05b1ac03cfa7
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Jan 2 14:15:01 2010 -0500
qhull: Adding to moonbase.
---
science/qhull/BUILD | 7 +++++++
science/qhull/DETAILS | 18 ++++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/science/qhull/BUILD b/science/qhull/BUILD
new file mode 100644
index 0000000..0daade2
--- /dev/null
+++ b/science/qhull/BUILD
@@ -0,0 +1,7 @@
+(
+
+ CFLAGS+=" -fno-strict-aliasing"
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/science/qhull/DETAILS b/science/qhull/DETAILS
new file mode 100644
index 0000000..e4c8f6d
--- /dev/null
+++ b/science/qhull/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=qhull
+ VERSION=2003.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.qhull.org/download/
+ SOURCE_VFY=sha1:2e783b5e45cecc053b1dc08c682b871dfbb59dd2
+ WEB_SITE=http://www.qhull.org/
+ ENTERED=20100102
+ UPDATED=20100102
+ 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