public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Disable intrinsincs for ppc64le
@ 2026-08-28 13:31 Nicolas Chauvet
0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-08-28 13:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : dcd968ae9973755bd9d772328cfcffae00d473c9
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2020-01-28T08:49:11+01:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/dcd968ae9973755bd9d772328cfcffae00d473c9?branch=opencv5
Log:
Disable intrinsincs for ppc64le
Upstream report
https://github.com/opencv/opencv/issues/16448
---
diff --git a/opencv.spec b/opencv.spec
index 036ba89..d304a83 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -291,6 +291,9 @@ popd
%ifarch x86_64 %{ix86}
-DCPU_BASELINE=SSE2 \
%endif
+%ifarch ppc64le
+ -DCV_ENABLE_INTRINSICS=OFF \
+%endif
-DENABLE_PRECOMPILED_HEADERS=OFF \
-DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
%{?with_java: -DBUILD_opencv_java=ON \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:31 [rpms/opencv] opencv5: Disable intrinsincs for ppc64le Nicolas Chauvet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox