[csw-devel] SF.net SVN: gar:[7088] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Nov 3 15:52:57 CET 2009
Revision: 7088
http://gar.svn.sourceforge.net/gar/?rev=7088&view=rev
Author: dmichelsen
Date: 2009-11-03 14:52:56 +0000 (Tue, 03 Nov 2009)
Log Message:
-----------
qhull: Initial commit
Added Paths:
-----------
csw/mgar/pkg/libqhull/
csw/mgar/pkg/libqhull/branches/
csw/mgar/pkg/libqhull/tags/
csw/mgar/pkg/libqhull/trunk/
csw/mgar/pkg/libqhull/trunk/Makefile
csw/mgar/pkg/libqhull/trunk/checksums
csw/mgar/pkg/libqhull/trunk/files/
Property changes on: csw/mgar/pkg/libqhull/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/libqhull/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libqhull/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libqhull/trunk/Makefile 2009-11-03 14:52:56 UTC (rev 7088)
@@ -0,0 +1,43 @@
+GARNAME = qhull
+GARVERSION = 2003.1
+CATEGORIES = lib
+
+DESCRIPTION = Qhull computes the convex hull and other hulls
+define BLURB
+ Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram,
+ halfspace intersection about a point, furthest-site Delaunay triangulation,
+ and furthest-site Voronoi diagram. The source code runs in 2-d, 3-d, 4-d,
+ and higher dimensions. Qhull implements the Quickhull algorithm for computing
+ the convex hull. It handles roundoff errors from floating point arithmetic.
+ It computes volumes, surface areas, and approximations to the convex hull.
+ Qhull does not support constrained Delaunay triangulations, triangulation
+ of non-convex surfaces, mesh generation of non-convex objects, or
+ medium-sized inputs in 9-D and higher.
+endef
+
+MASTER_SITES = http://www.qhull.org/download/
+DISTFILES = $(DISTNAME).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWqhull CSWqhullrt
+
+CATALOGNAME_CSWqhull = qhull
+CATALOGNAME_CSWqhullrt = qhull_rt
+
+SPKG_DESC_CSWqhull = Qhull computes the convex hull and other hulls
+SPKG_DESC_CSWqhullrt = Qhull runtime libraries
+
+PKGFILES_CSWqhullrt = $(PKGFILES_RT)
+
+REQUIRED_PKGS_CSWqhull = CSWqhullrt
+
+SPKG_SOURCEURL = http://www.qhull.org/
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
Added: csw/mgar/pkg/libqhull/trunk/checksums
===================================================================
--- csw/mgar/pkg/libqhull/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libqhull/trunk/checksums 2009-11-03 14:52:56 UTC (rev 7088)
@@ -0,0 +1 @@
+48228e26422bff85ef1f45df5b6e3314 qhull-2003.1.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list