blob: e4045998200982dd2a17fd6212fd80261a7044b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
post_install() {
cat << EOF
==================================================================
I personally recommend using the package opencl-amd for ROCM, as
arch's rocm (at the moment) seems to be perpetually a few versions
behind.
==================================================================
EOF
}
post_upgrade() {
cat << EOF
==================================================================
I personally recommend using the package opencl-amd for ROCM, as
arch's rocm (at the moment) seems to be perpetually a few versions
behind.
==================================================================
EOF
}
|