65 lines
2.2 KiB
Plaintext
65 lines
2.2 KiB
Plaintext
name: llvm
|
|
description: A collection of modular and reusable compiler and toolchain technologies
|
|
version: 21.1.7
|
|
revision: 1
|
|
url: https://llvm.org
|
|
license: Apache2-with-llvm-exception
|
|
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: 8657ee188b673a3285b991131abe905b4129a18d52d334f9d122463164ecd000
|
|
- 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: eeb5296f46eacc0a1fe6c47a1af9e8d4eb2a5da7254fd8dbc4fc1f1be74315a1
|
|
- 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: 4358e4476ab89b6ca9e4174f05f4a2c2c10e4a41c3c7febd25afe96bc27b5758
|
|
- 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: f25ca011e4453ac035e940aa729d482d08eb83a91b4aaf1f230dc9ea28cadfa4
|
|
- 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: 5fe212feb27f325fa29530eb38e746a73d18205bf6a36d9800778a94108d2ee5
|
|
split_packages:
|
|
- name: llvm
|
|
depends:
|
|
- llvm-libs
|
|
- perl
|
|
- name: llvm-libs
|
|
description: Runtime libraries for LLVM
|
|
depends:
|
|
- gcc-libs
|
|
- libedit
|
|
- libffi
|
|
- libxml2
|
|
- zlib
|
|
- zstd
|
|
- name: compiler-rt
|
|
description: Compiler runtime libraries for clang
|
|
depends:
|
|
- gcc-libs
|
|
- name: clang
|
|
description: C language family frontend for LLVM
|
|
url: https://clang.llvm.org/
|
|
depends:
|
|
- compiler-rt
|
|
- gcc
|
|
- llvm-libs
|
|
optional_depends:
|
|
- llvm
|