[packages/OpenImageIO] Release 2 tbb requires instructions not present on i486
baggins
baggins at pld-linux.org
Thu Jul 12 00:28:25 CEST 2012
commit 644b99fc8130c41ea9767a6f067cf6c3b488a5e8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Jul 12 00:26:20 2012 +0200
Release 2
tbb requires instructions not present on i486
OpenImageIO.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/OpenImageIO.spec b/OpenImageIO.spec
index 4f90f13..492d661 100644
--- a/OpenImageIO.spec
+++ b/OpenImageIO.spec
@@ -2,11 +2,16 @@
%bcond_without static_libs # don't build static libraries
%bcond_without tbb # Threading Building Blocks
#
+
+%ifarch i486
+%undefine with_tbb
+%endif
+
Summary: Library for reading and writing images
Summary(pl.UTF-8): Biblioteka do odczytu i zapisu obrazów
Name: OpenImageIO
Version: 1.0.7
-Release: 1
+Release: 2
License: BSD
Group: Libraries
Source0: https://github.com/OpenImageIO/oiio/tarball/Release-%{version}#/%{name}-%{version}.tar.gz
More information about the pld-cvs-commit
mailing list