summaryrefslogtreecommitdiff
path: root/recipes/qhull
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/qhull')
-rw-r--r--recipes/qhull/qhull_2003.1.bb10
-rw-r--r--recipes/qhull/tetgen_1.4.2.bb18
2 files changed, 28 insertions, 0 deletions
diff --git a/recipes/qhull/qhull_2003.1.bb b/recipes/qhull/qhull_2003.1.bb
new file mode 100644
index 0000000000..9e19749ce1
--- /dev/null
+++ b/recipes/qhull/qhull_2003.1.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. "
+LICENSE = "unknown"
+
+SRC_URI = "http://www.qhull.org/download/qhull-${PV}.tar.gz"
+
+inherit autotools_stage lib_package
+
+
+
+
diff --git a/recipes/qhull/tetgen_1.4.2.bb b/recipes/qhull/tetgen_1.4.2.bb
new file mode 100644
index 0000000000..ce6feb54e7
--- /dev/null
+++ b/recipes/qhull/tetgen_1.4.2.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "A Quality Tetrahedral Mesh Generator and Three-Dimensional Delaunay Triangulator."
+LICENSE = "MIT"
+
+SRC_URI = "http://www.wias-berlin.de/people/si/tetgen${PV}.tar.gz"
+
+S = "${WORKDIR}/tetgen${PV}"
+
+CXX += " ${LDFLAGS}"
+
+do_configure() {
+ sed -i -e s:ar\ :'${AR}'\ :g makefile
+}
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 tetgen ${D}${bindir}/
+}
+