Ashark / archlinux-amdgpu-pro

Radeon Software for Linux (AMDGPU PRO) PKGBUILD generator for ArchLinux AUR
https://aur.archlinux.org/pkgbase/amdgpu-pro-installer/
119 stars 25 forks source link

Automatically do this for the user as the directions are confusing? #65

Closed NonaSuomy closed 2 years ago

NonaSuomy commented 3 years ago

Run ./gen_packages_map.sh > packages_map.py See differences with git diff -w packages_map.py If there are differences, then make adjustments to gen_packages_map.sh if needed. Especially, look for the new appeared packages (they will have empty comment) and removed packages. If there are new or removed packages, then use make_pkgbuild_pkgs_template.sh and edit gen-PKGBUILD.py Run ./gen_replace_deps.sh > replace_deps.py See differences with git diff -w replace_deps.py If there are differences, then make adjustments to gen_replace_deps.sh if needed.

Ashark commented 2 years ago

These actions require user interaction, unfortunately.