[saga] 02/02: Add patch to work with recent versions of libvigraimpex

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Mar 18 23:16:26 UTC 2015


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

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

commit 029a73cbb28401ccdbe1aeb8efae1704cf626ea3
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Thu Mar 19 00:15:39 2015 +0100

    Add patch to work with recent versions of libvigraimpex
    
    Patch provided by Adam Conrad (Ubuntu)
---
 debian/patches/0099-no-hdf5.patch | 13 +++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/0099-no-hdf5.patch b/debian/patches/0099-no-hdf5.patch
new file mode 100644
index 0000000..fb48d79
--- /dev/null
+++ b/debian/patches/0099-no-hdf5.patch
@@ -0,0 +1,13 @@
+Description: Disable hdf5 to match libvigraimpex.
+Author: Adam Conrad <adconrad at ubuntu.com>
+
+--- saga-2.1.4+dfsg.orig/src/modules/imagery/imagery_vigra/vigra_random_forest.cpp
++++ saga-2.1.4+dfsg/src/modules/imagery/imagery_vigra/vigra_random_forest.cpp
+@@ -92,6 +92,7 @@ int                       CViGrA_Random_
+ #include <vigra/random_forest.hxx>
+ 
+ #define WITH_HDF5
++#undef WITH_HDF5
+ #if defined(WITH_HDF5)
+ #include <vigra/random_forest_hdf5_impex.hxx>
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index a6abd65..caa9b69 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Use-debian-version-of-grib2.patch
 0003-Use-qhull-instead-of-triangle.patch
 0004-Use-debian-version-of-libsvm.patch
+0099-no-hdf5.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