Out of curiosity, why is Git Clone URL ending with llvm-svn? Is this package clang or just llvm?
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: | 118 |
Popularity: | 0.012588 |
First Submitted: | 2018-12-05 13:56 (UTC) |
Last Updated: | 2024-04-17 08:17 (UTC) |
Dependencies (28)
- llvm-gitAUR
- ocaml
- ocaml-ctypes
- 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)
- ocaml-findlib (make)
- ocaml-stdlib-shims (make)
- ocl-icd (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR) (make)
- opencl-headers (opencl-headers-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-myst-parser (python-myst-parser018AUR) (make)
- python-recommonmark (make)
- python-setuptools (make)
- python-six (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- swig (swig-gitAUR) (make)
- z3 (z3-gitAUR) (make)
- python-psutil (check)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 46 47 48 .. 70 Next › Last »
wolf commented on 2016-04-20 20:15 (UTC)
kerberizer commented on 2016-03-16 17:36 (UTC)
[NOTICE] The D18035 patch has been updated to the latest revision: http://reviews.llvm.org/D18035
comgunner commented on 2016-03-16 15:39 (UTC)
kerberizer | Lone_Wolf
Thank you very much, is already working, having nice day and congratulations on your work
kerberizer commented on 2016-03-16 15:26 (UTC) (edited on 2016-03-16 15:27 (UTC) by kerberizer)
@comgunner, you need to add the PGP key to the Pacman's keyring as described here:
* https://wiki.archlinux.org/index.php/Unofficial_user_repositories
* https://wiki.archlinux.org/index.php/Pacman/Package_signing#Adding_unofficial_keys
1) Fetch the key from a keyserver...
$ sudo pacman-key -r 0x76563F75679E4525
2) Verify the key fingerprint: it must be __exactly__ "D16C F22D 27D1 091A 841C 4BE9 7656 3F75 679E 4525"...
$ pacman-key -f 0x76563F75679E4525
3) If the fingerprint matches, sign the key locally...
$ sudo pacman-key --lsign-key 0x76563F75679E4525
@Lone_Wolf, thanks for answering this one, mate!
comgunner commented on 2016-03-16 14:55 (UTC)
Good day , from the repository me indicates the following
error: llvm-svn: signature from "Luchesar V. ILIEV (Arch Linux package signing key) <luchesar.iliev@gmail.com>" is unknown trust
error: la base de datos «llvm-svn» no es válida (base de datos no válida o dañada (firma PGP))
Lone_Wolf commented on 2016-03-16 09:53 (UTC)
la opción no es válida '--pkg'
That option was removed in pacman 5.x .
It seems your aur helper needs to be updated.
Switch to makepkg without a helper,or use kerberizer unofficial repo.
comgunner commented on 2016-03-16 00:03 (UTC)
I can not install, could help
==> ¿Instalar únicamente llvm-svn ? [S/n]
==> -------------------------------------
==>
makepkg: la opción no es válida '--pkg'
==> ERROR: Makepkg no ha podido compilar llvm-svn.
==> ¿Reiniciar la compilación de llvm-svn? [s/N]
==> --------------------------------------------
kerberizer commented on 2016-03-10 13:37 (UTC)
[NOTICE] The Sema part of D12834 has already been incorporated upstream with r263015. For this reason, it's been replaced in the PKGBUILD with the respective mangler part from D18035 that's yet to be committed upstream.
References:
https://llvm.org/bugs/show_bug.cgi?id=23529
http://reviews.llvm.org/D12834
http://reviews.llvm.org/D17567
http://reviews.llvm.org/D18035
kerberizer commented on 2016-03-09 01:22 (UTC)
[NOTICE] The D12834 patch has been rebased again and should apply cleanly now.
kerberizer commented on 2016-02-27 15:01 (UTC)
[NOTICE] Regarding the lto.h problem: it was caused by r262066 and should be fixed now.
Ref: https://github.com/llvm-mirror/llvm/commit/995ce72c1218ac534e4cd3619aec2da148b615a9
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.