]> git.pld-linux.org Git - packages/OpenImageIO.git/commitdiff
- more complete (non-tbb, non-threads) archs lists
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 Nov 2013 14:58:52 +0000 (15:58 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 Nov 2013 14:58:52 +0000 (15:58 +0100)
OpenImageIO.spec

index 5295570651d8511480b9ba37f69ff904e547b280..24d6920922db6f9b8b655789a31cee7f51a35662 100644 (file)
@@ -5,10 +5,13 @@
 %bcond_without static_libs     # don't build static libraries
 %bcond_without tbb             # Threading Building Blocks
 #
-%ifarch i486
+%ifarch i386 i486
 # https://github.com/OpenImageIO/oiio/issues/583
 %undefine      with_tbb
 %endif
+%ifnarch %{ix86} %{x8664} %{arm} ia64 ppc ppc64
+%undefine      with_tbb
+%endif
 #
 Summary:       Library for reading and writing images
 Summary(pl.UTF-8):     Biblioteka do odczytu i zapisu obrazów
@@ -319,7 +322,7 @@ Wiązanie Pythona do biblioteki OpenImageIO.
 install -d build
 cd build
 %cmake ../src \
-%ifarch i486
+%ifarch i386 i486
        -DNOTHREADS=1 \
 %endif
        -DEMBEDPLUGINS=OFF \
This page took 0.040593 seconds and 4 git commands to generate.