From 3c3e6d756c4b507d5fb9d2da47d2c56527445111 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Sun, 19 Aug 2018 11:36:03 -0600 Subject: build_environment: build fixes for openimageio. disable testtex due to parameter alignment issues --- .../build_environment/patches/openimageio_static_libs.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'build_files') diff --git a/build_files/build_environment/patches/openimageio_static_libs.diff b/build_files/build_environment/patches/openimageio_static_libs.diff index ca3d913d027..6a2e58bd139 100644 --- a/build_files/build_environment/patches/openimageio_static_libs.diff +++ b/build_files/build_environment/patches/openimageio_static_libs.diff @@ -9,3 +9,14 @@ diff -Naur external_openimageio.orig/src/cmake/compiler.cmake external_openimage endif (MSVC) # Use ccache if found +--- external_openimageio.orig/CMakeLists.txt 2018-07-31 23:45:19 -0600 ++++ external_openimageio/CMakeLists.txt 2018-08-17 15:22:56 -0600 +@@ -169,7 +169,7 @@ + add_subdirectory (src/iinfo) + add_subdirectory (src/maketx) + add_subdirectory (src/oiiotool) +- add_subdirectory (src/testtex) ++# add_subdirectory (src/testtex) + add_subdirectory (src/iv) + endif () + -- cgit v1.2.3