[gdal] 07/16: Enable QHull support.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Apr 2 16:11:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental-2.1
in repository gdal.
commit ac53faddfeab36157206fa76b94ff02934457a42
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 2 11:44:23 2016 +0200
Enable QHull support.
---
debian/changelog | 1 +
debian/control | 2 ++
debian/rules | 1 +
3 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e467b97..b067ccc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ gdal (2.1.0~beta1+dfsg-1) UNRELEASED; urgency=medium
- Update copyright years for Free Software Foundation, Inc.
- Switch from GPL-2+ to GPL-3+ for config.{sub,guess}
- Add license & copyright for Qhull
+ * Enable QHull support.
-- Bas Couwenberg <sebastic at debian.org> Sat, 02 Apr 2016 11:15:12 +0200
diff --git a/debian/control b/debian/control
index 0ff2b75..76dcd0d 100644
--- a/debian/control
+++ b/debian/control
@@ -43,6 +43,7 @@ Build-Depends: debhelper (>= 9),
libxml2-dev,
libspatialite-dev (>= 4.3.0-3~),
libepsilon-dev (>= 0.9.1-1~),
+ libqhull-dev,
libpoppler-private-dev,
liblzma-dev,
libopenjp2-7-dev,
@@ -109,6 +110,7 @@ Depends: libgdal20 (= ${binary:Version}),
libcurl4-gnutls-dev | libcurl-ssl-dev,
libspatialite-dev,
libdap-dev,
+ libqhull-dev,
${misc:Depends}
Suggests: libgdal-doc
Description: Geospatial Data Abstraction Library - Development files
diff --git a/debian/rules b/debian/rules
index 9975cc0..d20c804 100755
--- a/debian/rules
+++ b/debian/rules
@@ -124,6 +124,7 @@ override_dh_auto_configure:
--with-armadillo=yes \
--with-liblzma=yes \
--with-epsilon=/usr \
+ --with-qhull=yes \
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)"; \
mv GDALmake.opt GDALmake.opt-$$V; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git
More information about the Pkg-grass-devel
mailing list