... and here's the patch. Thank you very much, DS
-- http://www.danielstender.com/blog/ 4096R/DF5182C8 46CB 1CA8 9EA3 B743 7676 1DB9 15E0 9AF4 DF51 82C8
Description: disable hdf5 for libvigraimpex-dev >= 1.10.0 originally authored by Adam Conrad <[email protected]> Origin: https://patches.ubuntu.com/s/saga/saga_2.1.4+dfsg-1ubuntu2.patch Bug: https://bugs.debian.org/792696 Author: Daniel Stender <[email protected]> Forwarded: not-needed Last-Update: 2015-07-17 --- a/src/modules/imagery/imagery_vigra/vigra_random_forest.cpp +++ b/src/modules/imagery/imagery_vigra/vigra_random_forest.cpp @@ -91,7 +91,7 @@ //--------------------------------------------------------- #include <vigra/random_forest.hxx> -#define WITH_HDF5 +#undef WITH_HDF5 #if defined(WITH_HDF5) #include <vigra/random_forest_hdf5_impex.hxx> #endif

