install_deps: Update OSL to 1.11.17.0 for llvm13 compatibility.

While install_deps tries to stay as close as possible from official
Blender versions of the libraries, it also strives to use as many distro
packages as possible.

OSL 1.11.16.0 is the minimal version that builds with llvm13, which is
the default llvm/clang version in e.g. Debian testing.
This commit is contained in:
Bastien Montagne 2022-01-27 09:03:59 +01:00
parent a99e43b2b7
commit cf31c4ba18
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ LLVM_FORCE_REBUILD=false
LLVM_SKIP=false
# OSL needs to be compiled for now!
OSL_VERSION="1.11.14.1"
OSL_VERSION="1.11.17.0"
OSL_VERSION_SHORT="1.11"
OSL_VERSION_MIN="1.11"
OSL_VERSION_MEX="2.0"