install_linux_packages: Raise LLVM default version to 15.0.7.

Following specs from #109244 for Blender 4.0.
This commit is contained in:
Bastien Montagne 2023-08-24 22:55:56 +02:00
parent 584d5dbb20
commit 607adbca47
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ PACKAGES_ALL = (
DISTRO_ID_ARCH: "openimageio",
},
),
Package(name="LLVM Library", is_mandatory=False, version="12.0.0", version_short="12.0", version_min="11.0", version_mex="16.0",
Package(name="LLVM Library", is_mandatory=False, version="15.0.7", version_short="15.0", version_min="11.0", version_mex="16.0",
sub_packages=(
Package(name="Clang Compiler", is_mandatory=False,
distro_package_names={DISTRO_ID_DEBIAN: "clang",