Description
Experimental JIT-compilation library, built on top of GCC's code.
See http://gcc.gnu.org/wiki/JIT
Installation Instructions
Copy the appropriate .repo file from the list below to /etc/yum.repos.d/
The following yum
command should give you the full content of the repo:
yum install libgccjit libgccjit-devel python2-gccjit python3-gccjit
Caveats: The rawhide builds are currently broken, and the Python bindings may not be available on i686.
Note to self: I'm tracking my packaging of libgccjit at https://github.com/davidmalcolm/libgccjit-srpm and of the Python bindings as https://github.com/davidmalcolm/python-gccjit-srpm
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 6 | i386 (32)*, x86_64 (26)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (64)* | EPEL 7 (263 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable dmalcolm/libgccjit
More info about enabling Copr repositories