[opencv] 02/26: Adding cuda support
Leopold Palomo-Avellaneda
leo at alaxarxa.net
Thu Sep 7 12:48:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
lepalom-guest pushed a commit to branch debian-robotics
in repository opencv.
commit a2acbe4ac4f9900208f00ef0e791f7c53c1e73bd
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date: Mon Jul 14 14:37:38 2014 +0200
Adding cuda support
---
debian/changelog | 1 +
debian/control | 2 ++
debian/rules | 2 +-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9a6e159..fb4c5ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
opencv (2.4.9+dfsg-1~bpo70+1) wheezy-backports; urgency=low
* Rebuild for wheezy-backports.
+ * Added cuda support: nvidia-cuda-toolkit as dependency and cmake set ON.
-- Leopold Palomo-Avellaneda <leo at alaxarxa.net> Mon, 14 Jul 2014 13:02:07 +0200
diff --git a/debian/control b/debian/control
index 703b58b..30f4a71 100644
--- a/debian/control
+++ b/debian/control
@@ -25,10 +25,12 @@ Build-Depends: debhelper (>= 9),
python-support (>= 0.4.1),
python-numpy,
python-sphinx,
+ nvidia-cuda-toolkit,
ant, default-jdk, javahelper,
texlive-fonts-extra, texlive-latex-extra, texlive-latex-recommended,
latex-xcolor, texlive-fonts-recommended
Standards-Version: 3.9.5
+X-Python-Version: >= 2.5
Vcs-Git: git://anonscm.debian.org/debian-science/packages/opencv.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/opencv.git;a=summary
Homepage: http://opencv.org/
diff --git a/debian/rules b/debian/rules
index 0aa0402..f6c112c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ CMAKE_FLAGS = \
-DWITH_XINE=OFF \
-DBUILD_TESTS=OFF \
-DCMAKE_SKIP_RPATH=ON \
- -DWITH_CUDA=OFF \
+ -DWITH_CUDA=ON \
$(CMAKE_ARCH_FLAGS)
# -DOPENCL_INCLUDE_DIR:PATH="/usr/include/CL/"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list