@wackbyte I'll add the gcc8 fixes.
Is there anyone need the llvm8-ocaml package?
Git Clone URL: | https://aur.archlinux.org/llvm8.git (read-only, click to copy) |
---|---|
Package Base: | llvm8 |
Description: | Collection of modular and reusable compiler and toolchain technologies (8.x) |
Upstream URL: | https://llvm.org/ |
Licenses: | custom:University of Illinois/NCSA Open Source License |
Conflicts: | llvm |
Provides: | llvm |
Submitter: | petronny |
Maintainer: | None |
Last Packager: | petronny |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-29 08:32 (UTC) |
Last Updated: | 2020-12-15 07:08 (UTC) |
@wackbyte I'll add the gcc8 fixes.
Is there anyone need the llvm8-ocaml package?
Could you add ftschindler's changes to this package?
A working PKGBUILD (taken from the 8.0.1 snapshot of the official arch llvm package) can be found here: https://github.com/ftschindler-work/aur-llvm8
Doesn't compile with up-to-date gcc. (Workaround is to install gcc8 and add export CC=cc-8; export CXX=c++-8
in makepkg.conf)
Pre-built binaries of this package can be found in arch4edu.
@xantares Sure.
hello,
could we use "mkdir -p build" in the prepare section ?
that would adoid throwing an error if the build is interrupted and restart from the current state
thank you
If you just built the packages and they don’t install:
# install llvm8-libs not providing llvm-libs while ignoring packages that depend on llvm-libs
yay -U --assume-installed 'llvm-libs=8.0' /tmp/yaytmp-1000/llvm8/llvm8-8.0.1-2-x86_64.pkg.tar.xz /tmp/yaytmp-1000/llvm8/llvm8-libs-8.0.1-2-x86_64.pkg.tar.xz
# install llvm-libs for those packages
yay -S --asdeps llvm-libs
This should do provides=("llvm==$pkgver")
Pinned Comments
petronny commented on 2020-03-22 04:08 (UTC)
Pre-built binaries of this package can be found in arch4edu.