Search Criteria
Package Details: c2ffi-git r205.618f49f-1
Git Clone URL: | https://aur.archlinux.org/c2ffi-git.git (read-only, click to copy) |
---|---|
Package Base: | c2ffi-git |
Description: | Clang-based FFI wrapper generator |
Upstream URL: | https://github.com/rpav/c2ffi |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | VanLaser |
Maintainer: | VanLaser |
Last Packager: | VanLaser |
Votes: | 1 |
Popularity: | 0.002069 |
First Submitted: | 2019-03-19 12:10 |
Last Updated: | 2021-02-05 17:46 |
Dependencies (14)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git)
- icu (icu-git, icu-git-static)
- libedit
- libffi (libffi-git, libffi-minimal-git, fedora-firefox-wayland-bin)
- libxml2 (libxml2-linenum, libxml2-git)
- llvm (llvm-pypy-stm, llvm39, llvm-asserts, llvm38, llvm-tce, llvm11, llvm11-libs, llvm11-ocaml, llvm-minimal-git, llvm8, llvm-toolchain-nightly-bin)
- ncurses (ncurses-nohex, ncurses-git)
- xz (xz-git, xz-static-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- cmake (cmake-git) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- make (make3, make-git, make-without-guile) (make)
Latest Comments
VanLaser commented on 2021-02-05 17:47
Updated, thanks @will4n :)
will4n commented on 2021-02-05 17:12
llvm 11.0 is default now! 2 updates to the package to build:
source=('git+https://github.com/rpav/c2ffi#branch=llvm-11.0.0') cmake -DBUILD_CONFIG=Release -DCMAKE_INSTALL_PREFIX=/usr .
VanLaser commented on 2020-09-08 11:48
Build file updated, thanks @dieslie ! :)
dleslie commented on 2020-09-03 19:31
Just got this working: it needs
llvm
added as a dependency in order to build, and it builds and runs fine onaarch64
, which can be added as an architecture.VanLaser commented on 2020-05-29 12:42
Updated - Jarhmander, thanks for your actual work (i.e. your role in fixing the build)
Jarhmander commented on 2020-04-27 16:58
EDIT: no longer relevant.
~Since the update of the LLVM package, this no longer builds. I've submitted a pull-request upstream to support LLVM 10, but meanwhile, you can change the
source
field of the PKGBUILD to use my fork:~source=('git+https://github.com/Jarhmander/c2ffi#branch=llvm-10.0.0')
I do not suggest the maintainer of this AUR package to edit its PKGBUILD however, because as stated, this is just my fork and is non-official.