[saga] 01/05: Add hdf5 include path to configure

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Feb 25 21:59:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository saga.

commit dd654be09631a3dc6955dda9b86043f7ac740bb2
Author: Johan Van de Wauw <johan at vandewauw.be>
Date:   Thu Feb 25 19:22:17 2016 +0100

    Add hdf5 include path to configure
---
 debian/patches/0001-vigra-hdf5-include.patch | 11 +++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/0001-vigra-hdf5-include.patch b/debian/patches/0001-vigra-hdf5-include.patch
new file mode 100644
index 0000000..d8f94a1
--- /dev/null
+++ b/debian/patches/0001-vigra-hdf5-include.patch
@@ -0,0 +1,11 @@
+--- a/src/modules/imagery/imagery_vigra/Makefile.am
++++ b/src/modules/imagery/imagery_vigra/Makefile.am
+@@ -9,7 +9,7 @@
+ endif
+ if HAVE_VIGRA
+ DEF_SAGA           = -D_SAGA_LINUX -D_TYPEDEF_BYTE -D_TYPEDEF_WORD
+-CXX_INCS           = -I$(top_srcdir)/src/saga_core
++CXX_INCS           = -I$(top_srcdir)/src/saga_core -I/usr/include/hdf5/serial
+ AM_CXXFLAGS        = -fPIC $(CXX_INCS) $(DEF_SAGA) $(UC_DEFS) $(DBGFLAGS) $(GOMPFLAGS)
+ AM_LDFLAGS         = -fPIC -shared -avoid-version -lvigraimpex -lfftw3
+ pkglib_LTLIBRARIES = libimagery_vigra.la
diff --git a/debian/patches/series b/debian/patches/series
index 21ba47f..88353bc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0004-Use-debian-version-of-libsvm.patch
+0001-vigra-hdf5-include.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git



More information about the Pkg-grass-devel mailing list