public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: - TBB is available only on x86/x86_64 and ia64
@ 2026-08-28 13:29 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-28 13:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : 7d8e7064536c45966966e85c8456087462ca8cd8
Author : Dan Horák <sharkcz@fedoraproject.org>
Date   : 2010-07-22T13:30:24+00:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/7d8e7064536c45966966e85c8456087462ca8cd8?branch=opencv5

Log:
- TBB is available only on x86/x86_64 and ia64

---
diff --git a/opencv.spec b/opencv.spec
index 7ef0aef..1c6329d 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -4,7 +4,7 @@
 
 Name:           opencv
 Version:        2.1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
@@ -39,7 +39,9 @@ BuildRequires:  libpng-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  OpenEXR-devel
+%ifarch %{ix86} x86_64 ia64
 BuildRequires:  tbb-devel
+%endif
 BuildRequires:  zlib-devel, pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  python-imaging, numpy, swig >= 1.3.24
@@ -209,6 +211,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 22 2010 Dan Horák <dan[at]danny.cz> - 2.1.0-4
+- TBB is available only on x86/x86_64 and ia64
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-28 13:29 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:29 [rpms/opencv] opencv5: - TBB is available only on x86/x86_64 and ia64 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox