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: | 0.99 |
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 Next › Last »
rubdos commented on 2020-08-25 07:16
Full disclosure: flatwhatson is now co-maintainer of this package. I had not used
libgccjit
myself in a while, so if everything goes well after this (which I expect, I mainly cannot find the right button) I would make them owner.nanny commented on 2020-08-24 13:18
To fix, download PKGBUILD (yay -G libgccjit), edit the gcc versions at the top to 10.2, update the sha sum to the one found here on line 3: ftp://gcc.gnu.org/pub/gcc/releases/gcc-10.2.0/sha512.sum
nivekuil commented on 2020-08-24 11:22
It looks like if the gcc version gets ahead of this package, emacs-native-comp will not only refuse to build, but also start crashing with no other changes.
Thaodan commented on 2020-08-23 11:22
Please add libgcc=$pkgver to the dependencies.
daniel-v1 commented on 2020-05-17 11:04
10.1.0 is in the Core repo, but only as of like 2 days ago. Your mirrors might still be updating I guess?
ZenTauro commented on 2020-05-16 12:26
@daniel-v1 What version of gcc are you using? After updating the whole system I'm still on gcc 9.3.0, updating this to use gcc 10.1.0 will break any packages that depend on libgccjit
daniel-v1 commented on 2020-05-15 13:24
I've updated the version numbers, run updpkgsums for the checksum and successfully built this package locally. I've included the diff output below if anybody wants it. Couldn't figure out how to attach things, sorry. Thanks for the awesome PKGBUILD where so few changes were needed to get it to work with the new version!
ZenTauro commented on 2020-04-20 14:59
Thanks for noticing Flatwhatson, I've pushed that change
flatwhatson commented on 2020-04-14 14:32
Thanks for updating this package ZenTauro!
FYI, the "make -j$(nproc)" is not correct behaviour. Users can set their MAKEFLAGS in /etc/makepkg.conf (eg. MAKEFLAGS="-j16"), so you should just call "make".
ZenTauro commented on 2020-02-23 11:54
Hi, I'm trying to build libgccjit to build the gccemacs branch of emacs, but I'm unable to build it with this PKGCONFIG, I get the following error: