Search Criteria
Package Details: libgccjit 10.2.0-2
Git Clone URL: | https://aur.archlinux.org/libgccjit.git (read-only, click to copy) |
---|---|
Package Base: | libgccjit |
Description: | Just-In-Time Compilation using GCC. |
Upstream URL: | https://gcc.gnu.org/wiki/JIT |
Licenses: | |
Submitter: | rubdos |
Maintainer: | flatwhatson (ZenTauro) |
Last Packager: | flatwhatson |
Votes: | 13 |
Popularity: | 1.07 |
First Submitted: | 2015-10-20 13:34 |
Last Updated: | 2020-08-25 09:17 |
Dependencies (10)
- glibc (glibc-git)
- libmpc (libmpc-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- gcc-libs=10.2.0 (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- dejagnu (dejagnu-git) (check)
- binutils (binutils-tune-bfd-hash, binutils-git) (make)
- gcc-ada (gcc-ada-multilib-x32, gcc-ada-git) (make)
- libmpc>=0.8.1 (libmpc-git) (make)
- mpfr>=2.4.2 (mpfr-svn) (make)
- gmp>=4.3.2 (gmp-hg, scipoptsuite, scipoptsuite-bin) (make)
Latest Comments
« First ‹ Previous 1 2 3 4
rubdos commented on 2019-07-24 07:17
FWIW, just updating the versions didn't seem to be enough here at first. makepkg -cC seems to help.
Feel free to let me know if there ar estill errors. If someone that actually uses libgccjit would want to take over this package, be my guest! I don't even recall for what I used it...
zyzzyxdonta commented on 2019-07-23 22:20
Hi!
Since GCC has been updated to 9.1.0, this package can be updated as well. Here is the new checksum: https://gcc.gnu.org/pub/gcc/releases/gcc-9.1.0/sha512.sum
From what I've tried, updating _gccver and _gccmajor to 9.1.0 seems to work. I haven't checked the dependencies, though.
pmatos commented on 2019-02-20 14:34
@adsun not sure why you flagged this out-of-date. There's no such thing as gcc 8.2.1 at the moment: ftp://gcc.gnu.org/pub/gcc/releases/ Not officially at least!
edit: STRIKE THAT!
OK, I know what's happening now. arch updated it's 8.2 version to 8.2.1 and gcc is installed as /usr/bin/x86_64-pc-linux-gnu-gcc-8.2.1. Since this package installs as 8.2.0, it looks for /usr/bin/x86_64-pc-linux-gnu-gcc-8.2.0 for compilation. Since it can't find it, it doesn't work failing with:
So this library has to stay in-sync with the arch gcc package.
dfjigdfijgojio commented on 2018-02-20 22:44
fixed , tanx.
rubdos commented on 2018-02-20 14:11
Updated to 7.3; please retry :-)
dfjigdfijgojio commented on 2018-02-20 13:54
Bug in installing , installing
libgccjit
at the yaourt require gcc7.1. but gcc7.1 have a bug at installing.https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81712
so gcc7.1 not intsalled. and libgccjit not installed.