67 lines
2.2 KiB
YAML
67 lines
2.2 KiB
YAML
name: llvm21
|
|
description: A collection of modular and reusable compiler and toolchain technologies
|
|
version: 21.1.8
|
|
revision: 2
|
|
url: https://llvm.org
|
|
license: Apache2-with-llvm-exception
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
make_depends:
|
|
- cmake
|
|
- libffi
|
|
- ncurses
|
|
- ninja
|
|
- python3
|
|
- zlib
|
|
- zstd
|
|
downloads:
|
|
- url: https://github.com/llvm/llvm-project/releases/download/llvmorg-${BPM_PKG_VERSION}/llvm-${BPM_PKG_VERSION}.src.tar.xz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: d9022ddadb40a15015f6b27e6549a7144704ded8828ba036ffe4b8165707de21
|
|
- url: https://github.com/llvm/llvm-project/releases/download/llvmorg-${BPM_PKG_VERSION}/clang-${BPM_PKG_VERSION}.src.tar.xz
|
|
extract_to: ${BPM_SOURCE}/tools/clang
|
|
extract_strip_components: 1
|
|
checksum: 6090e3f23720d003cdd84483a47d0eec6d01adbb5e0c714ac0c8b58de546aa62
|
|
- url: https://github.com/llvm/llvm-project/releases/download/llvmorg-${BPM_PKG_VERSION}/compiler-rt-${BPM_PKG_VERSION}.src.tar.xz
|
|
extract_to: ${BPM_SOURCE}/projects/compiler-rt
|
|
extract_strip_components: 1
|
|
checksum: dd54ae21aee1780fac59445b51ebff601ad016b31ac3a7de3b21126fd3ccb229
|
|
- url: https://github.com/llvm/llvm-project/releases/download/llvmorg-${BPM_PKG_VERSION}/cmake-${BPM_PKG_VERSION}.src.tar.xz
|
|
extract_to: cmake
|
|
extract_strip_components: 1
|
|
checksum: 85735f20fd8c81ecb0a09abb0c267018475420e93b65050cc5b7634eab744de9
|
|
- url: https://github.com/llvm/llvm-project/releases/download/llvmorg-${BPM_PKG_VERSION}/third-party-${BPM_PKG_VERSION}.src.tar.xz
|
|
extract_to: third-party
|
|
extract_strip_components: 1
|
|
checksum: 7fe99424384aea529ffaeec9cc9dfb8b451fd1852c03fc109e426fe208a1f1a7
|
|
split_packages:
|
|
- name: llvm21
|
|
depends:
|
|
- llvm21-libs
|
|
- perl
|
|
- name: llvm21-libs
|
|
description: Runtime libraries for LLVM
|
|
depends:
|
|
- gcc-libs
|
|
- libedit
|
|
- libffi
|
|
- libxml2
|
|
- zlib
|
|
- zstd
|
|
- name: compiler-rt21
|
|
description: Compiler runtime libraries for clang
|
|
depends:
|
|
- gcc-libs
|
|
- name: clang21
|
|
description: C language family frontend for LLVM
|
|
url: https://clang.llvm.org/
|
|
depends:
|
|
- compiler-rt21
|
|
- gcc
|
|
- llvm21-libs
|
|
optional_depends:
|
|
- llvm21
|