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.6
|
|
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: 908bce97be0275943414b45af2e2b20e8f6d5d9266fdc120bd59f096ebc547ad
|
|
- 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: 348ace5d715c4caa6fb89b4c6fe07c21650e10b2fac37d8b0db75c0b11be9011
|
|
- 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: bdd904f3aac9f4c4424f3440aff498cc04d66f243e37156b6d167ffb7b599f89
|
|
- 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: e364f135fa14c343d70cac96f577f44e8e20bf026682f647f8c3c5687a0bebd1
|
|
- 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: 8d09dc219cdb3da7dafd2161836aacdd6e02c1a113498ab5f37688599406dc8a
|
|
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
|