Skip to content

OpenColorIO rez package

python
name = "opencolorio"

version = "2.3.0"

authors = [
    "Sony Imageworks"
]

requires = [
    "cmake-3+",
    "gcc-6+",
    "pystring-1.1.3+",
    "zlib-1.2+",
    "boost-1.73+",
    "openimageio-2.2+",
    "libjpegturbo-2+",
    "libtiff-4+",
    "openexr-2+",
    "openssl-1.1+",
    "curl-7+",
    "git-2+"
]

def commands():
    env.PATH.prepend("{root}/bin")
    env.LD_LIBRARY_PATH.prepend("{root}/lib64")
    env.PYTHONPATH.prepend("{root}/lib64/python3.10/site-packages")