Description
This repository builds llvm from git at a daily basis. Based on code from che and gloriouseggroll
Used as a base dependency for building mesa-and-llvm-git
Installation Instructions
Important for distribution upgrades or first time installs:
The packages beignet and pocl are not supplied by the repository but installed by default with new installs and distro upgrades, since they both rarely build against llvm svn and mesa git. Please remove the packages manually to avoid any errors when installing the mesa and llvm updates the first time or after a distribution upgrade. For various reasons i do not want to obsolete both packages to get them removed automatically:
dnf remove beignet pocl
For x86_64 you have to enable both the 64bit and 32bit repositories. For that manually create a llvm-git.repo file in /etc/yum.repos.d/ with the following content:
[xxmitsu-llvm]
name=Copr repo for llvm build from git daily
baseurl=https://copr-be.cloud.fedoraproject.org/results/xxmitsu/llvm/fedora-$releasever-$basearch/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/xxmitsu/llvm/pubkey.gpg
enabled=1
enabled_metadata=1
[xxmitsu-llvm-x86]
name=Copr repo for llvm build from git daily - x86
baseurl=https://copr-be.cloud.fedoraproject.org/results/xxmitsu/llvm/fedora-$releasever-i386/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/xxmitsu/llvm/pubkey.gpg
enabled=1
enabled_metadata=1
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 |
---|---|---|
Fedora 39 | i386 [modified] (14447)*, x86_64 [modified] (14240)* | Fedora 39 multilib x86_64+i386 (93 downloads) |
Fedora 40 | i386 [modified] (9906)*, x86_64 [modified] (9398)* | Fedora 40 multilib x86_64+i386 (51 downloads) |
Fedora 41 | i386 [modified] (4103)*, x86_64 [modified] (3477)* | Fedora 41 multilib x86_64+i386 (14 downloads) |
Fedora rawhide | i386 [modified] (48439)*, x86_64 [modified] (48295)* | Fedora rawhide multilib x86_64+i386 (775 downloads) |
* Total number of downloaded packages.