We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea0acb commit 2522ffbCopy full SHA for 2522ffb
packer-rocm/playbooks/roles/amdgpu_install/vars/main.yml
@@ -10,6 +10,8 @@ amdgpu_install_pkg_patts: # indexed by 'ansible_distribution' fact
10
# Packages to install after 'amdgpu-install' but before the usecases
11
amdgpu_install_pre:
12
common:
13
+ - automake # only 'suggested' by 'build-essential' metapkg, not mentioned by 'Development Tools' group
14
+ - autoconf # "
15
- cmake
16
- curl
17
- dkms
@@ -25,8 +27,6 @@ amdgpu_install_pre:
25
27
- wget
26
28
- zip
29
Debian:
- - autoconf
- - automake
30
- libstdc++-12-dev
31
- "linux-headers-{{ ansible_kernel }}"
32
- "linux-modules-extra-{{ ansible_kernel }}"
0 commit comments