Steve Pham 74479cff09 Fixes for the openimageio package on aarch64 (#189) 2 lat temu
..
custom_find_files 35e36e4f16 Updated OIIO/OCIO build to be shared instead of static and several other packaging changes 3 lat temu
distribution 74479cff09 Fixes for the openimageio package on aarch64 (#189) 2 lat temu
test 70aed4dedc Opencolorio/openimageio windows linkage fix (#175) 2 lat temu
LICENSE.TXT 8c8aa3fc49 Temp WIP - openimageIO and OpenColorIO build scripts 3 lat temu
build_openimageio.py 74479cff09 Fixes for the openimageio package on aarch64 (#189) 2 lat temu
disable_boost_stacktrace.patch 0385959423 Updated OIIO build script to disable boost stacktrace usage on windows 3 lat temu
disable_rpath_use_link_path.patch e7336aade8 Added patches to OIIO source to fix rpaths and pthreads linking, and fixed up tests to account for rpaths being correct now 3 lat temu
linux_pthreads_fix.patch e7336aade8 Added patches to OIIO source to fix rpaths and pthreads linking, and fixed up tests to account for rpaths being correct now 3 lat temu
readme.md 8c8aa3fc49 Temp WIP - openimageIO and OpenColorIO build scripts 3 lat temu

readme.md

OpenImageIO and OpenColorIO

These packages are lumped together because they are interdependent - to build a python-supported OpenColorIO and OpenImageIO you need both of them already compiled and they have circular depdencies on each other.

Thus, they are placed in the same package. To build them we'll do the following

  1. build OpenImageIO without OpenColorIO or python
  2. build OpenColorIO without python
  3. (re)build OpenImageIO with python and OpenColorIO dependency
  4. (re)build OpenColorIO with python and OpenImageIO dependency
  5. Copy to temp dir and finish