Search Criteria
Package Details: clang15 15.0.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/clang15.git (read-only, click to copy) |
---|---|
Package Base: | clang15 |
Description: | C language family frontend for LLVM 15 |
Upstream URL: | https://clang.llvm.org/ |
Licenses: | custom:Apache 2.0 with LLVM Exception |
Submitter: | foutrelis |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 10 |
Popularity: | 1.82 |
First Submitted: | 2024-03-09 10:51 (UTC) |
Last Updated: | 2024-09-30 15:53 (UTC) |
Dependencies (10)
- compiler-rt15AUR
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- llvm15-libsAUR
- cmake (cmake-gitAUR) (make)
- llvm15AUR (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (check)
- llvm15AUR (optional) – referenced by some clang headers
- openmp (optional) – OpenMP support in clang with -fopenmp
Required by (11)
- pgpointcloud (make)
- pguri (make)
- pg_cjk_parser-git (make)
- pg_partman (make)
- postgresql-debversion (make)
- postgresql14 (make)
- postgresql14-docs (make)
- postgresql14-libs (make)
- python-clang15
- python-ocp
- repmgr (make)
Sources (9)
- clang15-linker-wrapper-tool-r1.patch
- enable-fstack-protector-strong-by-default.patch
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/clang-15.0.7.src.tar.xz
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/clang-15.0.7.src.tar.xz.sig
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/cmake-15.0.7.src.tar.xz
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/cmake-15.0.7.src.tar.xz.sig
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/llvm-15.0.7.src.tar.xz
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/llvm-15.0.7.src.tar.xz.sig
- lit16.patch
Latest Comments
Auerhuhn commented on 2024-09-24 23:46 (UTC)
@taba GitHub generates patch files on the fly, possibly using something like
git format-patch
. The exact configuration of command-line switches that GitHub uses can vary across releases of their web app, and so can the behavior ofgit format-patch
across Git versions (e.g. its diff algorithm).I recommend to always vendor patch files alongside the PKGBUILD to make sure they’re immutable.
arch-chicken commented on 2024-09-16 10:41 (UTC) (edited on 2024-09-16 10:41 (UTC) by arch-chicken)
For all who have the same problem with the patch not being validated, here is the correct checksum (7th line in the sha256sums array):
f82449f41c8258f9ae13bd0c311e940711430d2c979eeb8255b36e0e63cda18c
You can also use the following patch if you want:
taba commented on 2024-06-14 15:49 (UTC)
How is it possible for this commit patch to change checksum?
taba commented on 2024-06-14 15:24 (UTC)