@Lone_Wolf done
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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 70 Next › Last »
yurikoles commented on 2019-03-29 21:00 (UTC)
Lone_Wolf commented on 2019-03-29 20:56 (UTC) (edited on 2019-03-29 20:56 (UTC) by Lone_Wolf)
Please add me as co-maintainer.
Lone_Wolf commented on 2019-03-29 20:54 (UTC)
Bearoso,
At first glimpse those look a lot like the ones I was working on locally. (well, i hadn't started on lib32 or lld/lldb )
Thank you.
bearoso commented on 2019-03-29 19:57 (UTC) (edited on 2019-03-29 19:58 (UTC) by bearoso)
I was annoyed that LordHeavy's llvm builds didn't include the linker plugin OR lld to do LTO, so yesterday I took the mainline LLVM stuff and a version function from yurikoles' non-working file and turned it into llvm-git PKGBUILDs: https://sites.google.com/site/bearoso/misc/llvm-project-git.tar.xz
Everything is identical to the base arch 8.0 builds, but adapted to pull 9.0 master from LLVM's new git repository. Named *-git, but provides the base and *-svn packages. Everything tested and works well with mesa-git. Feel free to take and do whatever with it.
PedroHLC commented on 2019-03-29 18:42 (UTC)
@yurikoles last commit seems to have all deps right!
yurikoles commented on 2019-03-29 14:48 (UTC)
@PedroHLC thanks for report, I already fixed some errors while building in clean chroot. But I still can't find what else missing. Help is appreciated.
PedroHLC commented on 2019-03-29 14:15 (UTC)
@yurikoles, this is a log from a clean chroot building, I'm getting a lot of repetitive warnings, some erros with missing binaries and then it fails: https://lonewolf.pedrohlc.com/chaotic-aur/makepkglogs/_experiments/llvm-git.log Seems like there're a few missing dependencies, could you take a look?
cdkitching commented on 2019-03-29 05:23 (UTC)
Since the Arch bug that motivated me to make this package in the first place was fixed years ago, I no longer care.
Anyone who wants to take it on is welcome to do so.
yurikoles commented on 2019-03-18 12:07 (UTC)
@zor1984qq
This is known issue, I had updated pinned message.
P.S. Сергей, я то знаю русский, но на будущее, не забывайте про export LC_ALL=C
перед выполнением команды, с которой у вас проблема.
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.