[packages/OpenImageIO] - disable tbb on i486 again as upstream doesn't support threads on old chips

arekm arekm at pld-linux.org
Tue Nov 5 22:40:17 CET 2013


commit bfa62346adfe289ba41358bf7b23682226e6c779
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Nov 5 22:40:14 2013 +0100

    - disable tbb on i486 again as upstream doesn't support threads on old chips

 OpenImageIO.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/OpenImageIO.spec b/OpenImageIO.spec
index 8f62b95..e4e23d4 100644
--- a/OpenImageIO.spec
+++ b/OpenImageIO.spec
@@ -5,6 +5,11 @@
 %bcond_without	static_libs	# don't build static libraries
 %bcond_without	tbb		# Threading Building Blocks
 #
+%ifarch i486
+# https://github.com/OpenImageIO/oiio/issues/583
+%undefine	with_tbb
+%endif
+#
 Summary:	Library for reading and writing images
 Summary(pl.UTF-8):	Biblioteka do odczytu i zapisu obrazów
 Name:		OpenImageIO
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/OpenImageIO.git/commitdiff/bfa62346adfe289ba41358bf7b23682226e6c779



More information about the pld-cvs-commit mailing list