From dcd968ae9973755bd9d772328cfcffae00d473c9 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 28 Jan 2020 08:49:09 +0100 Subject: [PATCH] Disable intrinsincs for ppc64le Upstream report https://github.com/opencv/opencv/issues/16448 --- opencv.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opencv.spec b/opencv.spec index 036ba89..d304a83 100644 --- a/opencv.spec +++ b/opencv.spec @@ -290,6 +290,9 @@ popd -DWITH_CAROTENE=OFF \ %ifarch x86_64 %{ix86} -DCPU_BASELINE=SSE2 \ +%endif +%ifarch ppc64le + -DCV_ENABLE_INTRINSICS=OFF \ %endif -DENABLE_PRECOMPILED_HEADERS=OFF \ -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \