Rebuild with python 3.14

This commit is contained in:
2026-05-06 16:20:25 +03:00
parent 45e08e4aa9
commit a81f212b79
+4 -3
View File
@@ -1,7 +1,7 @@
name: llvm name: llvm
description: A collection of modular and reusable compiler and toolchain technologies description: A collection of modular and reusable compiler and toolchain technologies
version: 22.1.4 version: 22.1.4
revision: 1 revision: 2
url: https://llvm.org url: https://llvm.org
license: Apache2-with-llvm-exception license: Apache2-with-llvm-exception
maintainers: maintainers:
@@ -13,7 +13,7 @@ make_depends:
- libffi - libffi
- ncurses - ncurses
- ninja - ninja
- python3 - python3=3.14.*
- zlib - zlib
- zstd - zstd
downloads: downloads:
@@ -47,4 +47,5 @@ split_packages:
- gcc - gcc
- llvm-libs - llvm-libs
optional_depends: optional_depends:
- llvm - llvm:Required for some clang headers
- python3=3.14.*:For scan-view and git-clang-format