Originally posted by contik32
View Post
I just removed everything and now tried again cleanly. I realized my previous installation was not clean, as I installed the packages manually one-by-one instead of using a meta package.
Also, I used jammy=ubuntu-22.04 packages, not focal=ubuntu-20.04.
In essence, I used this package here to get the repo.
There is, however, a dependeny, which is not available. Namely libpython3.10, which is required by rocm-gdm.
I created a fake package using equivs. The next step was convincing APT to use the packages from the rocm repo, not the internal repo (since the package versions in the rocm repo are smaller ). Thus, I needed an override file:
/etc/apt/preferences.d/99rocm
-----
Package: rocminfo
Pin: release a=jammy
Pin-Priority: 990
Package: rocm-device-libs
Pin: release a=jammy
Pin-Priority: 990
Package: rocm-cmake
Pin: release a=jammy
Pin-Priority: 990
Package: hipcc
Pin: release a=jammy
Pin-Priority: 990
That appears to do the trick. After that I can simply run apt install rocm.
Originally posted by contik32
View Post
Given the debian stable kernel is quite old, it might be required - I'm not sure.
Originally posted by contik32
View Post
Leave a comment: