[Bf-blender-cvs] [a79cfe64355] tmp-vfx-platform-2023: Fix missing OpenImageIO python bindings harvest on Linux/macOS

Brecht Van Lommel noreply at git.blender.org
Tue Dec 6 21:14:58 CET 2022


Commit: a79cfe643552342c6d76f2b08dd5ecbb51e3f901
Author: Brecht Van Lommel
Date:   Tue Dec 6 20:49:50 2022 +0100
Branches: tmp-vfx-platform-2023
https://developer.blender.org/rBa79cfe643552342c6d76f2b08dd5ecbb51e3f901

Fix missing OpenImageIO python bindings harvest on Linux/macOS

===================================================================

M	build_files/build_environment/cmake/harvest.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/harvest.cmake b/build_files/build_environment/cmake/harvest.cmake
index f11dc9b54a3..893042afa00 100644
--- a/build_files/build_environment/cmake/harvest.cmake
+++ b/build_files/build_environment/cmake/harvest.cmake
@@ -180,7 +180,7 @@ harvest(opencollada/include/opencollada opencollada/include "*.h")
 harvest(opencollada/lib/opencollada opencollada/lib "*.a")
 harvest(opencolorio/include opencolorio/include "*.h")
 harvest_rpath_lib(opencolorio/lib opencolorio/lib "*${SHAREDLIBEXT}*")
-harvest_rpath_python(opencolorio/lib/python${PYTHON_SHORT_VERSION} python/lib/python${PYTHON_SHORT_VERSION} "*PyOpenColorIO*")
+harvest_rpath_python(opencolorio/lib/python${PYTHON_SHORT_VERSION} python/lib/python${PYTHON_SHORT_VERSION} "*")
 harvest(openexr/include openexr/include "*.h")
 harvest_rpath_lib(openexr/lib openexr/lib "*${SHAREDLIBEXT}*")
 harvest_rpath_bin(openimageio/bin openimageio/bin "idiff")
@@ -188,6 +188,7 @@ harvest_rpath_bin(openimageio/bin openimageio/bin "maketx")
 harvest_rpath_bin(openimageio/bin openimageio/bin "oiiotool")
 harvest(openimageio/include openimageio/include "*")
 harvest_rpath_lib(openimageio/lib openimageio/lib "*${SHAREDLIBEXT}*")
+harvest_rpath_python(openimageio/lib/python${PYTHON_SHORT_VERSION} python/lib/python${PYTHON_SHORT_VERSION} "*")
 harvest(openimagedenoise/include openimagedenoise/include "*")
 harvest(openimagedenoise/lib openimagedenoise/lib "*.a")
 harvest(embree/include embree/include "*.h")



More information about the Bf-blender-cvs mailing list