[otb] 06/13: Enable SVM support.
Bas Couwenberg
sebastic at debian.org
Sat May 13 13:01:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository otb.
commit dd01b5c9e5fe229479d5fffc52aa466527e4612d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat May 13 10:14:14 2017 +0200
Enable SVM support.
---
debian/changelog | 1 +
debian/control | 2 ++
debian/control.in | 2 ++
debian/rules | 2 +-
4 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a290439..026f029 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ otb (6.0.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Re-enable OpenCV support, 3.1 should be supported now.
* Enable shark support.
+ * Enable SVM support.
-- Bas Couwenberg <sebastic at debian.org> Sat, 13 May 2017 09:40:57 +0200
diff --git a/debian/control b/debian/control
index 80d100c..2551ecd 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,7 @@ Build-Depends: debhelper (>= 9),
libqt4-opengl-dev,
libqwt5-qt4-dev,
libshark-dev,
+ libsvm-dev,
libtinyxml-dev,
libtool,
pkg-kde-tools,
@@ -105,6 +106,7 @@ Depends: cmake (>= 2.8.3),
libotbwavelet-6.0-1 (= ${binary:Version}),
libqwt5-qt4-dev,
libshark-dev,
+ libsvm-dev,
monteverdi (= ${binary:Version}),
otb-testdriver (= ${binary:Version}),
${misc:Depends}
diff --git a/debian/control.in b/debian/control.in
index 3a5d2d2..a30dcf4 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -31,6 +31,7 @@ Build-Depends: debhelper (>= 9),
libqt4-opengl-dev,
libqwt5-qt4-dev,
libshark-dev,
+ libsvm-dev,
libtinyxml-dev,
libtool,
pkg-kde-tools,
@@ -105,6 +106,7 @@ Depends: cmake (>= 2.8.3),
libotbwavelet- at SOVERSION@ (= ${binary:Version}),
libqwt5-qt4-dev,
libshark-dev,
+ libsvm-dev,
monteverdi (= ${binary:Version}),
otb-testdriver (= ${binary:Version}),
${misc:Depends}
diff --git a/debian/rules b/debian/rules
index 5382b45..6aa5942 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ CMAKE_FLAGS = \
-DOTB_USE_GLEW:BOOL=ON \
-DOTB_USE_GLFW:BOOL=ON \
-DOTB_USE_LIBKML:BOOL=ON \
- -DOTB_USE_LIBSVM:BOOL=OFF \
+ -DOTB_USE_LIBSVM:BOOL=ON \
-DOTB_USE_MAPNIK:BOOL=OFF \
-DOTB_USE_MUPARSER:BOOL=ON \
-DOTB_USE_MUPARSERX:BOOL=OFF \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git
More information about the Pkg-grass-devel
mailing list