| |
@@ -0,0 +1,72 @@
|
| |
+ From b3f9da219e3a702a52ca81fc2fea8ce504b83e40 Mon Sep 17 00:00:00 2001
|
| |
+ From: Brad Barber <bradb@shore.net>
|
| |
+ Date: Wed, 14 Oct 2015 23:24:17 -0400
|
| |
+ Subject: [PATCH] Qhull 2015.0.5 2015/10/12 (7.0.5.1995)
|
| |
+
|
| |
+ - build/qhull*.pc.in: Add templates for pkg-config (derived from Fedorra) [P. McMunn]
|
| |
+ https://bitbucket.org/mgorny/pkg-config-spec/src/c1bf12afe0df6d95f2fe3f5e1ffb4c50f018825d/pkg-config-spec.txt?at=master&fileviewer=file-view-default
|
| |
+ ---
|
| |
+ build/qhull.pc.in | 14 +++++++
|
| |
+ build/qhull_p.pc.in | 14 +++++++
|
| |
+ build/qhull_r.pc.in | 11 ++++++
|
| |
+ create mode 100644 build/qhull.pc.in
|
| |
+ create mode 100644 build/qhull_p.pc.in
|
| |
+ create mode 100644 build/qhull_r.pc.in
|
| |
+
|
| |
+ diff --git a/build/qhull.pc.in b/build/qhull.pc.in
|
| |
+ new file mode 100644
|
| |
+ index 0000000..0e1122e
|
| |
+ --- /dev/null
|
| |
+ +++ b/build/qhull.pc.in
|
| |
+ @@ -0,0 +1,14 @@
|
| |
+ +prefix=@prefix@
|
| |
+ +exec_prefix=@exec_prefix@
|
| |
+ +includedir=@includedir@
|
| |
+ +libdir=@libdir@
|
| |
+ +
|
| |
+ +Name: qhull
|
| |
+ +Description: Non-reentrant library (global struct) for convex hull, Delaunay triangulation, Voronoi diagram, and halfspace intersection about a point
|
| |
+ +# qh_QHpointer==0
|
| |
+ +Version: @VERSION@
|
| |
+ +URL: http://www.qhull.org
|
| |
+ +Requires:
|
| |
+ +Conflicts:
|
| |
+ +Libs: -L${libdir} -lqhull -lm
|
| |
+ +Cflags: -I${includedir}
|
| |
+ diff --git a/build/qhull_p.pc.in b/build/qhull_p.pc.in
|
| |
+ new file mode 100644
|
| |
+ index 0000000..09601bc
|
| |
+ --- /dev/null
|
| |
+ +++ b/build/qhull_p.pc.in
|
| |
+ @@ -0,0 +1,14 @@
|
| |
+ +prefix=@prefix@
|
| |
+ +exec_prefix=@exec_prefix@
|
| |
+ +includedir=@includedir@
|
| |
+ +libdir=@libdir@
|
| |
+ +
|
| |
+ +Name: qhull_p
|
| |
+ +Description: Non-reentrant library (global pointer) for convex hull, Delaunay triangulation, Voronoi diagram, and halfspace intersection about a point
|
| |
+ +# qh_QHpointer==1
|
| |
+ +Version: @VERSION@
|
| |
+ +URL: http://www.qhull.org
|
| |
+ +Requires:
|
| |
+ +Conflicts:
|
| |
+ +Libs: -L${libdir} -lqhull_p -lm
|
| |
+ +Cflags: -I${includedir}
|
| |
+ diff --git a/build/qhull_r.pc.in b/build/qhull_r.pc.in
|
| |
+ new file mode 100644
|
| |
+ index 0000000..c3fde9d
|
| |
+ --- /dev/null
|
| |
+ +++ b/build/qhull_r.pc.in
|
| |
+ @@ -0,0 +1,11 @@
|
| |
+ +prefix=@prefix@
|
| |
+ +exec_prefix=@exec_prefix@
|
| |
+ +includedir=@includedir@
|
| |
+ +libdir=@libdir@
|
| |
+ +
|
| |
+ +Name: qhull_r
|
| |
+ +Description: Reentrant library for convex hull, Delaunay triangulation, Voronoi diagram, and halfspace intersection about a point
|
| |
+ +Version: @VERSION@
|
| |
+ +Requires:
|
| |
+ +Libs: -L${libdir} -lqhull_r -lm
|
| |
+ +Cflags: -I${includedir}
|
| |
These exist in GitHub, but not the tarball for unknown reasons.