From e15449623d13454f04292445539e5f77fdb258fc Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 17 Jan 2022 10:33:02 +0100 Subject: InstallDeps: Increase 'MEX' version of llvm to 14. llvm 13 is now default on debian testing, tried it quickly and it seems to work fine, so raising exclusive maximum value for it to 14. --- build_files/build_environment/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index bf24c3ef285..ce7a251bfba 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -492,7 +492,7 @@ OIIO_SKIP=false LLVM_VERSION="12.0.0" LLVM_VERSION_SHORT="12.0" LLVM_VERSION_MIN="11.0" -LLVM_VERSION_MEX="13.0" +LLVM_VERSION_MEX="14.0" LLVM_VERSION_FOUND="" LLVM_FORCE_BUILD=false LLVM_FORCE_REBUILD=false -- cgit v1.2.3