Please, add in provides clang-opencl-headers-git for spirv-llvm-translator-git. Also, can you add to compiled projects openmp? There is only openmp package in official repo and no openmp-git version.
Search Criteria
Package Details: llvm-libs-git 18.0.0_r484887.953ae94149f0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/llvm-git.git (read-only, click to copy) |
---|---|
Package Base: | llvm-git |
Description: | runtime libraries for llvm-git |
Upstream URL: | https://llvm.org/ |
Keywords: | clang git lld lldb llvm polly |
Licenses: | custom:Apache 2.0 with LLVM Exception |
Conflicts: | llvm-libs |
Provides: | aur-llvm-libs-git, llvm-libs |
Submitter: | yurikoles |
Maintainer: | rjahanbakhshi |
Last Packager: | rjahanbakhshi |
Votes: | 118 |
Popularity: | 0.012336 |
First Submitted: | 2018-12-05 13:56 (UTC) |
Last Updated: | 2024-04-17 08:17 (UTC) |
Dependencies (33)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libedit
- libffi (libffi-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- lua53
- ncurses (ncurses-gitAUR)
- z3 (z3-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR) (make)
- libedit (make)
- libffi (libffi-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- lldb (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- lua53 (make)
- ncurses (ncurses-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- ocaml (make)
- ocaml-ctypes (make)
- Show 13 more dependencies...
Required by (125)
- adaptivecpp (requires llvm-libs)
- adaptivecpp-common-git (requires llvm-libs) (make)
- adaptivecpp-cpu-git (requires llvm-libs)
- adaptivecpp-cpu-git (requires llvm-libs) (make)
- adaptivecpp-git (requires llvm-libs)
- adaptivecpp-opencl-git (requires llvm-libs)
- adaptivecpp-opencl-git (requires llvm-libs) (make)
- adaptivecpp-rocm-git (requires llvm-libs)
- adaptivecpp-rocm-git (requires llvm-libs) (make)
- amdonly-gaming-libva-mesa-driver-git (requires llvm-libs)
- amdonly-gaming-mesa-git (requires llvm-libs)
- amdonly-gaming-mesa-vdpau-git (requires llvm-libs)
- amdonly-gaming-vulkan-radeon-git (requires llvm-libs)
- amdonly-gaming-vulkan-swrast-git (requires llvm-libs)
- bpftrace-git (requires llvm-libs)
- bpftune-git (requires llvm-libs) (make)
- brain (requires llvm-libs) (make)
- ccls-clang-git (requires llvm-libs)
- ccls-git (requires llvm-libs)
- cemu (requires llvm-libs)
- Show 105 more...
Sources (2)
QTaKs commented on 2024-06-04 14:16 (UTC)
MarsSeed commented on 2024-05-02 07:38 (UTC) (edited on 2024-05-02 07:38 (UTC) by MarsSeed)
Hi,
The formerly existing separate pkgbase named clang-git
has been deleted ([PRQ#58222]).
You can consider creating a split sub-package named clang-git inside the llvm-git PKGBUILD.
rjahanbakhshi commented on 2024-04-17 08:19 (UTC)
@sir_randomuser,
Thanks, PKGBUILD updated accordingly.
sir_randomuser commented on 2024-04-09 21:05 (UTC)
@asgard see my comment, this resolves the error
asgard commented on 2024-04-09 10:16 (UTC)
error in pkgver:
==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version:
._r495131.0bbe953aa328
sir_randomuser commented on 2024-03-16 16:13 (UTC) (edited on 2024-03-16 16:18 (UTC) by sir_randomuser)
LLVM version has been moved to llvm-project/cmake/Modules/LLVMVersion.cmake
upstream.
pkgver
needs to be changed to work correctly.
New pkgver
needs to be:
pkgver() {
cd "$srcdir"/llvm-project/cmake/Modules
# This will almost match the output of `llvm-config --version` when the
# LLVM_APPEND_VC_REV cmake flag is turned on. The only difference is
# dash being replaced with underscore because of Pacman requirements.
local _pkgver=$(awk -F 'MAJOR |MINOR |PATCH |)' \
'BEGIN { ORS="." ; i=0 } \
/set\(LLVM_VERSION_/ { print $2 ; i++ ; if (i==2) ORS="" } \
END { print "\n" }' \
LLVMVersion.cmake)_r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
echo "$_pkgver"
}
Niinu commented on 2024-03-08 18:49 (UTC) (edited on 2024-03-08 18:50 (UTC) by Niinu)
Shouldn't extra/python-pexpect
be marked as a dependency?
-- Could NOT find Python module 'pexpect'
CMake Error at /home/user/.cache/yay/llvm-git/src/llvm-project/lldb/test/CMakeLists.txt:43 (message):
Python module 'pexpect' not found. Please install it via pip or via your
operating system's package manager. For a temporary workaround, use a
version from the LLDB tree with `LLDB_TEST_USE_VENDOR_PACKAGES=ON`
AskAlice commented on 2024-02-22 11:14 (UTC) (edited on 2024-02-22 11:14 (UTC) by AskAlice)
llvm-git: /usr/bin/amdgpu-arch exists in filesystem (owned by clang)
llvm-git: /usr/bin/nvptx-arch exists in filesystem (owned by clang)
rjahanbakhshi commented on 2023-12-29 10:42 (UTC)
@mdupont,
Can you try to build it in a clean chroot and install the built package using pacman -U? Both convenience and classic ways should work.
https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
Pinned Comments
Lone_Wolf commented on 2021-08-16 11:26 (UTC)
When you have this package installed applications that are built against repo-llvm/clang WILL fail unless they are rebuild against this package.
This includes QTCreator, kdevelop , mesa, intel-compute-runtime, gnome-builder to name a few.
Lone_Wolf commented on 2020-08-22 12:18 (UTC) (edited on 2021-02-06 12:51 (UTC) by Lone_Wolf)
Archlinux currently has 3 llvm git implementations
This package
llvm-minimal-git
packages created & maintained by Lordheavy, an arch developer
Lone_Wolf commented on 2019-04-12 20:41 (UTC) (edited on 2019-12-16 22:45 (UTC) by Lone_Wolf)
I've looked good at clang-trunk , llvm-svn, repo llvm/clang packages and think this package is now on route to become a worthy successor to llvm-svn .
llvm-libs-git holds the runtime libraries.
llvm-git
The Package now uses a new environment variable to make ninja behave, NINJAFLAGS. If you want to use it adjust the snippet below to your desired values and add it to makepkg.conf.
Incase you are satisfied with ninja defaults you don't need to do anything.
The check() function fails rather often, but I do suggest to build with them. If build fails due to test failure you can add --nocheck to skip the tests.