[opencv] 01/01: Explicitly disable carotene support to fix FTBFS in arm*

Mattia Rizzolo mattia at debian.org
Fri Jul 14 14:01:46 UTC 2017


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

mattia pushed a commit to branch master
in repository opencv.

commit 6340e94906f6c4c76752e7c35d2683e6a99737e2
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Jul 14 15:59:13 2017 +0200

    Explicitly disable carotene support to fix FTBFS in arm*
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 6b32ba6..4e05e24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,6 +72,7 @@ CMAKE_FLAGS = \
 	-DWITH_CUDA=OFF \
 	-DENABLE_PRECOMPILED_HEADERS=OFF \
 	-DWITH_IPP=OFF \
+	-DWITH_CAROTENE=OFF \
 	-DOPENCL_INCLUDE_DIR:PATH="/usr/include/CL/" \
 	-DOPENCV_EXTRA_MODULES_PATH="$(CURDIR)/contrib/modules" \
 	$(CMAKE_ARCH_FLAGS)

-- 
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