Description
This repository builds llvm from svn frequently.
Installation Instructions
For x86_64 you have to enable both the 64bit and 32bit repositories. For that manually create a che-llvm.repo file in /etc/yum.repos.d/ with the following content:
[che-llvm]
name=Copr repo for llvm owned by che
baseurl=https://copr-be.cloud.fedoraproject.org/results/che/llvm/fedora-$releasever-$basearch/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/che/llvm/pubkey.gpg
enabled=1
enabled_metadata=1
[che-llvm-x86]
name=Copr repo for llvm i386 owned by che
baseurl=https://copr-be.cloud.fedoraproject.org/results/che/llvm/fedora-$releasever-i386/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/che/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).
* Total number of packages downloaded in the last seven days.
External Repository List
The following repositories are accessible during builds
This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/lat9nq/llvm/