Commit Graph

7 Commits

Author SHA1 Message Date
jasper
36483cf64f mark broken on mips64 due to missing atomic ops. 2013-01-18 08:12:33 +00:00
sthen
4ecdcf7502 mark conflict: textproc/idiff, graphics/openimageio 2013-01-09 23:24:08 +00:00
landry
75570c26da Mark as BROKEN-hppa: it never built there.
Probably missing atomic ops ?
src/include/tbb/machine/gcc_generic.h:97: error: '__TBB_atomic' does not name a type
src/include/tbb/machine/gcc_generic.h:99: error: '__TBB_machine_try_lock_byte' declared as an 'inline' variable
src/include/tbb/machine/gcc_generic.h:99: error: '__TBB_atomic_flag' was not declared in this scope
etc etc
2012-12-21 17:59:00 +00:00
pascal
05ae52ae22 Fix openimageio on sparc64 (and hopefully other architectures) by providing
slightly modified header files from upstream TBB for sparc as well as generic
architectures.

tested by and ok landry@
2012-06-13 11:32:39 +00:00
pascal
338838e92d Fix build on powerpc.
ok aja@
2012-05-26 11:01:55 +00:00
sthen
b5108d586d In openimageio, only use GCC 64-bit atomics on amd64. Other arch use TBB
as was already done for FreeBSD. Fixes build for i386. ok pascal@
2012-05-16 12:09:35 +00:00
pascal
1258c37e66 OpenImageIO is a library for reading and writing images, and a bunch
of related classes, utilities, and applications.  There is a
particular emphasis on formats and functionality used in professional,
large-scale animation and visual effects work for film.  OpenImageIO
is used extensively in animation and VFX studios all over the world,
and is also incorporated into several commercial products.

ok ajacoutot@
2012-05-09 12:42:06 +00:00