[Bf-blender-cvs] [e15449623d1] master: InstallDeps: Increase 'MEX' version of llvm to 14.

Bastien Montagne noreply at git.blender.org
Mon Jan 17 10:34:41 CET 2022


Commit: e15449623d13454f04292445539e5f77fdb258fc
Author: Bastien Montagne
Date:   Mon Jan 17 10:33:02 2022 +0100
Branches: master
https://developer.blender.org/rBe15449623d13454f04292445539e5f77fdb258fc

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.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

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



More information about the Bf-blender-cvs mailing list