aboutsummaryrefslogtreecommitdiff
path: root/alternatives
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-12-08 17:59:39 +0100
committerCem Keylan <cem@ckyln.com>2022-12-08 17:59:39 +0100
commit773c508f85847395c90c4c93b3355b1d0f56dba4 (patch)
treee494c8789af0e3e8fa9c281a655ca491c0ffd5e2 /alternatives
parent13247c931a3088db6e93a636e9f54df305ccca13 (diff)
downloadrepository-773c508f85847395c90c4c93b3355b1d0f56dba4.tar.gz
clang, llvm: merge packages and drop llvm-huge repo
Diffstat (limited to 'alternatives')
-rw-r--r--alternatives/llvm-huge/README.md7
-rwxr-xr-xalternatives/llvm-huge/llvm/build19
-rw-r--r--alternatives/llvm-huge/llvm/checksums2
-rw-r--r--alternatives/llvm-huge/llvm/depends3
-rw-r--r--alternatives/llvm-huge/llvm/meta3
-rw-r--r--alternatives/llvm-huge/llvm/sources1
-rw-r--r--alternatives/llvm-huge/llvm/version1
7 files changed, 0 insertions, 36 deletions
diff --git a/alternatives/llvm-huge/README.md b/alternatives/llvm-huge/README.md
deleted file mode 100644
index 9696d82e..00000000
--- a/alternatives/llvm-huge/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-llvm-huge
-=========
-
-This alternative repository provides a "huge" version of LLVM. This build
-includes Clang, LLD, and all targets are enabled. You do not need this in most
-cases, so it's provided as an alternative package. If you're using this package
-you don't need to install the `clang` package
diff --git a/alternatives/llvm-huge/llvm/build b/alternatives/llvm-huge/llvm/build
deleted file mode 100755
index f57f3451..00000000
--- a/alternatives/llvm-huge/llvm/build
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh -e
-
-export DESTDIR="$1"
-
-cmake -S llvm -B build \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DLIBCXX_HAS_MUSL_LIBC=YES \
- -DLLVM_BUILD_LLVM_DYLIB=ON \
- -DLLVM_LINK_LLVM_DYLIB=ON \
- -DLLVM_ENABLE_PROJECTS="clang;lld" \
- -DLLVM_ENABLE_RTTI=ON \
- -DLLVM_BUILD_EXAMPLES=OFF \
- -DLLVM_BUILD_DOCS=OFF \
- -DLLVM_BUILD_TESTS=OFF \
- -Wno-dev
-
-cmake --build build
-cmake --install build
diff --git a/alternatives/llvm-huge/llvm/checksums b/alternatives/llvm-huge/llvm/checksums
deleted file mode 100644
index 64253619..00000000
--- a/alternatives/llvm-huge/llvm/checksums
+++ /dev/null
@@ -1,2 +0,0 @@
-%BLAKE3
-e17d3fc1b86285ccafca462c884b319de15dc6cd938376aed79b077a060279c0 llvm-project-15.0.6.src.tar.xz
diff --git a/alternatives/llvm-huge/llvm/depends b/alternatives/llvm-huge/llvm/depends
deleted file mode 100644
index 126422ec..00000000
--- a/alternatives/llvm-huge/llvm/depends
+++ /dev/null
@@ -1,3 +0,0 @@
-cmake make
-python make
-zlib
diff --git a/alternatives/llvm-huge/llvm/meta b/alternatives/llvm-huge/llvm/meta
deleted file mode 100644
index 26ff2b56..00000000
--- a/alternatives/llvm-huge/llvm/meta
+++ /dev/null
@@ -1,3 +0,0 @@
-description: Low Level Virtual Machine
-license: Apache-2.0
-maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/alternatives/llvm-huge/llvm/sources b/alternatives/llvm-huge/llvm/sources
deleted file mode 100644
index 63116538..00000000
--- a/alternatives/llvm-huge/llvm/sources
+++ /dev/null
@@ -1 +0,0 @@
-https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.6/llvm-project-15.0.6.src.tar.xz
diff --git a/alternatives/llvm-huge/llvm/version b/alternatives/llvm-huge/llvm/version
deleted file mode 100644
index 05e06c48..00000000
--- a/alternatives/llvm-huge/llvm/version
+++ /dev/null
@@ -1 +0,0 @@
-15.0.6 1