blob: 61362444f3584ef56a06cbab6b877e8703da71bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# MrRoy-Overlay
My personal Gentoo overlay
# Packages
[dev-libs/rocclr](https://github.com/ROCm-Developer-Tools/ROCclr)
[dev-libs/rocm-comgr](https://github.com/RadeonOpenCompute/ROCm-CompilerSupport)
[dev-libs/rocm-device-libs](https://github.com/RadeonOpenCompute/ROCm-Device-Libs)
[dev-libs/rocm-opencl-runtime](https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime)
[dev-libs/rocr-runtime](https://github.com/RadeonOpenCompute/ROCR-Runtime)
[dev-libs/roct-thunk-interface](https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface)
[dev-util/rocm-cmake](https://github.com/RadeonOpenCompute/rocm-cmake/)
[gui-apps/waynergy](https://github.com/r-c-f/waynergy)
[net-misc/xmrig-mo](https://github.com/MoneroOcean/xmrig)
[sys-devel/llvm-roc](https://github.com/RadeonOpenCompute/ROCm/)
# Installation
Add a new file in /etc/portage/repos.conf/
For example, /etc/portage/repos.conf/MrRoy-Overlay.conf
In this file, put the content below:
[MrRoy-Overlay]
location = /var/db/repos/MrRoy-Overlay
clone-depth = 0
sync-type = git
sync-uri = https://git.jroy.ca/MrRoy-Overlay
auto-sync = yes
Finally, run `emerge --sync MrRoy-Overlay`
|