Those are used by aur mesa-git to differentiate between this package and the one from lordheavy unofficial repo that also has a llvm-git package .
Search Criteria
Package Details: llvm-ocaml-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: | OCaml bindings for LLVM |
| Upstream URL: | https://llvm.org/ |
| Keywords: | clang git lld lldb llvm polly |
| Licenses: | custom:Apache 2.0 with LLVM Exception |
| Conflicts: | llvm-ocaml |
| Provides: | llvm-ocaml |
| Submitter: | yurikoles |
| Maintainer: | rjahanbakhshi |
| Last Packager: | rjahanbakhshi |
| Votes: | 123 |
| Popularity: | 0.114620 |
| First Submitted: | 2018-12-05 13:56 (UTC) |
| Last Updated: | 2024-04-17 08:17 (UTC) |
Dependencies (28)
- llvm-gitAUR
- ocaml (ocaml-gitAUR)
- ocaml-ctypes
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR) (make)
- libedit (make)
- libffi (libffi-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR) (make)
- lldb (llvm-gitAUR) (make)
- lua53 (make)
- ncurses (ncurses-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- ocaml (ocaml-gitAUR) (make)
- ocaml-ctypes (make)
- ocaml-findlib (make)
- ocaml-stdlib-shims (make)
- ocl-icd (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR) (make)
- opencl-headers (opencl-headers-gitAUR, adaptivecpp-gitAUR, adaptivecppAUR) (make)
- python (make)
- Show 8 more dependencies...
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 70 Next › Last »
Lone_Wolf commented on 2021-08-16 14:44 (UTC)
FabioLolix commented on 2021-08-16 11:30 (UTC)
This pkgbuild provide aur-llvm-git and aur-llvm-libs-git which is not needed
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 2021-08-16 11:18 (UTC)
llvm added to provides
weltio commented on 2021-08-15 22:48 (UTC) (edited on 2021-08-15 22:50 (UTC) by weltio)
https://github.com/actionless/pikaur/issues/586
Is a "provide llvm" missing? I get
New packages 'llvm' and 'llvm-git' are in conflict.
on update of kdevelop-git
Sinistar commented on 2021-08-01 14:56 (UTC)
yeah, I meant to edit my post after I cloned your git and compiled it, but it slipped my mind.
Lone_Wolf commented on 2021-08-01 14:35 (UTC) (edited on 2021-08-01 14:37 (UTC) by Lone_Wolf)
Without python-sphinx-automodapi build failed for documentation. after that was added lldb was found to be needed also.
Packages that don't build documentation (like llvm-minimal-git) have no need for either,
Sinistar commented on 2021-08-01 00:25 (UTC)
Why is lldb a makedepends, and when was it added, I do not see a commit for it here? maybe I'm missing something.
Lone_Wolf commented on 2021-07-31 11:04 (UTC)
lldb is a makedepend and requires llvm-libs, clang etc.
Once llvm-git building has finsihed those are no longer needed.
Building in a clean chroot solves this, makepkg also can separate build and install.
Is llvm-git already installed when you run pikaur ? If yes, try removing it.
If no, check pikaur documentation if it can separate build and install.
Lone_Wolf commented on 2021-07-31 10:51 (UTC) (edited on 2021-07-31 11:04 (UTC) by Lone_Wolf)
: CommandLine Error: Option 'polly-detect-profitability-min-per-loop-insts' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
upstream issue, will check if it has been reported after weekend.
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.