Description
mesa-aco w/ LTO enabled, now built against LLVM 9
See here for more info on ACO patches
Installation Instructions
Please manually create a .repo file with the following, quick enable only activates x64, for gaming we want both x64 and x86
Copy the following and paste it into a new file /etc/yum.repos.d/mesa-aco.repo
[pawpy-mesa-aco]
name=pawpy-mesa-aco
baseurl=https://copr-be.cloud.fedoraproject.org/results/pawpy/mesa-aco/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/pawpy/mesa-aco/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
[pawpy-mesa-aco-i386]
name=pawpy-mesa-aco-i386
baseurl=https://copr-be.cloud.fedoraproject.org/results/pawpy/mesa-aco/fedora-$releasever-i386/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/pawpy/mesa-aco/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
Then:
sudo dnf update --best --allowerasing
TO UNDO CHANGES AND REVERT SYSTEM TO STOCK: Remove /etc/yum.repos.d/mesa-aco.repo Then run:
sudo dnf distro-sync
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 |
---|---|---|
Mageia cauldron | i686 [modified] (0)*, x86_64 [modified] (0)* | Mageia cauldron (109 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable pawpy/mesa-aco
More info about enabling Copr repositories