@@ -24,18 +24,18 @@ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$DEP_DIR/lib:$VCPKG_INSTALLATION_ROOT/i
2424# ls -l "C:/Program Files (x86)/Microsoft Visual Studio" && true
2525
2626
27- if [[ " $PYTHON_VERSION " == " 3.7" ]] ; then
28- export CMAKE_PREFIX_PATH=" $CMAKE_PREFIX_PATH ;/c/hostedtoolcache/windows/Python/3.7.9/x64"
29- export Python_EXECUTABLE=" /c/hostedtoolcache/windows/Python/3.7.9/x64/python.exe"
30- export PYTHONPATH=$OpenImageIO_ROOT /lib/python${PYTHON_VERSION} /site-packages
31- elif [[ " $PYTHON_VERSION " == " 3.9" ]] ; then
27+ if [[ " $PYTHON_VERSION " == " 3.9" ]] ; then
3228 export CMAKE_PREFIX_PATH=" $CMAKE_PREFIX_PATH ;/c/hostedtoolcache/windows/Python/3.9.13/x64"
3329 export Python_EXECUTABLE=" /c/hostedtoolcache/windows/Python/3.9.13/x64/python3.exe"
3430 export PYTHONPATH=$OpenImageIO_ROOT /lib/python${PYTHON_VERSION} /site-packages
3531elif [[ " $PYTHON_VERSION " == " 3.12" ]] ; then
3632 export CMAKE_PREFIX_PATH=" $CMAKE_PREFIX_PATH ;/c/hostedtoolcache/windows/Python/3.12.10/x64"
3733 export Python_EXECUTABLE=" /c/hostedtoolcache/windows/Python/3.12.10/x64/python3.exe"
3834 export PYTHONPATH=$OpenImageIO_ROOT /lib/python${PYTHON_VERSION} /site-packages
35+ elif [[ " $PYTHON_VERSION " == " 3.14" ]] ; then
36+ export CMAKE_PREFIX_PATH=" $CMAKE_PREFIX_PATH ;/c/hostedtoolcache/windows/Python/3.14.3/x64"
37+ export Python_EXECUTABLE=" /c/hostedtoolcache/windows/Python/3.14.3/x64/python3.exe"
38+ export PYTHONPATH=$OpenImageIO_ROOT /lib/python${PYTHON_VERSION} /site-packages
3939fi
4040pip install numpy
4141
@@ -77,6 +77,13 @@ if [[ "$OPENEXR_VERSION" != "" ]] ; then
7777 # the above line is admittedly sketchy
7878fi
7979
80+ echo " OPENCOLORIO_VERSION='${OPENCOLORIO_VERSION} '"
81+ if [[ " $OPENCOLORIO_VERSION " != " " ]] ; then
82+ OPENCOLORIO_INSTALL_DIR=$DEP_DIR
83+ source src/build-scripts/build_opencolorio.bash
84+ export PATH=" $OPENCOLORIO_INSTALL_DIR /bin:$OPENCOLORIO_INSTALL_DIR /lib:$PATH "
85+ fi
86+
8087cp $DEP_DIR /lib/* .lib $DEP_DIR /bin || true
8188cp $DEP_DIR /bin/* .dll $DEP_DIR /lib || true
8289echo " DEP_DIR $DEP_DIR :"
0 commit comments