Hi! Sorry for the late reply.
On 2019-09-09 at 17:05 (-07), Larry Gritz wrote: > Just pushed an update. Maybe try now? > > If that doesn't work, I'm not sure what else to try. I think that to > get this fixed on these two niche architectures, it's going to take a > contribution from somebody who has access to and expertise on that > platform and knows what they're doing. I'm just making blind guesses. The solution was even easier. Attached, you'll find a one-line change provided by my fellow DD Mattia (Cc-ed) which I'd like you could merge to master branch so I can remove the patching on next release. It's already part of Debian OIIO package and it has been verified to build fine on amd64/i386/armel/mipsel, actually. Thanks a lot. -- Matteo F. Vescovi
From ac8fe42f61ceefc648f62c9aac947d9c46840092 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo <mat...@debian.org> Date: Fri, 4 Oct 2019 10:35:22 +0200 Subject: Fix_FTBFS_on_armel+mipsel --- src/libutil/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/CMakeLists.txt b/src/libutil/CMakeLists.txt index bb38d38..5cd2347 100644 --- a/src/libutil/CMakeLists.txt +++ b/src/libutil/CMakeLists.txt @@ -51,7 +51,7 @@ if (OIIO_BUILD_TESTS) add_executable (atomic_test atomic_test.cpp) set_target_properties (atomic_test PROPERTIES FOLDER "Unit Tests") - target_link_libraries (atomic_test OpenImageIO_Util ${Boost_LIBRARIES} ${CMAKE_DL_LIBS}) + target_link_libraries (atomic_test OpenImageIO_Util ${Boost_LIBRARIES} ${CMAKE_DL_LIBS} atomic) add_test (unit_atomic atomic_test) add_executable (span_test span_test.cpp) -- 2.23.0
signature.asc
Description: PGP signature
_______________________________________________ Oiio-dev mailing list Oiio-dev@lists.openimageio.org http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org