]> git.pld-linux.org Git - packages/OpenImageIO.git/commitdiff
- disable tbb on i486 again as upstream doesn't support threads on old chips
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 5 Nov 2013 21:40:14 +0000 (22:40 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 5 Nov 2013 21:40:14 +0000 (22:40 +0100)
OpenImageIO.spec

index 8f62b95cbcf1413cb3b54673f0e8c0f88ac61a99..e4e23d45743a36dcfe1617d5975b771869969fc2 100644 (file)
@@ -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
This page took 0.137305 seconds and 4 git commands to generate.