Skip to content

Commit 2522ffb

Browse files
committed
packer-rocm/amdgpu_install: auto{make,conf} for all
1 parent bea0acb commit 2522ffb

File tree

1 file changed

+2
-2
lines changed
  • packer-rocm/playbooks/roles/amdgpu_install/vars

1 file changed

+2
-2
lines changed

packer-rocm/playbooks/roles/amdgpu_install/vars/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ amdgpu_install_pkg_patts: # indexed by 'ansible_distribution' fact
1010
# Packages to install after 'amdgpu-install' but before the usecases
1111
amdgpu_install_pre:
1212
common:
13+
- automake # only 'suggested' by 'build-essential' metapkg, not mentioned by 'Development Tools' group
14+
- autoconf # "
1315
- cmake
1416
- curl
1517
- dkms
@@ -25,8 +27,6 @@ amdgpu_install_pre:
2527
- wget
2628
- zip
2729
Debian:
28-
- autoconf
29-
- automake
3030
- libstdc++-12-dev
3131
- "linux-headers-{{ ansible_kernel }}"
3232
- "linux-modules-extra-{{ ansible_kernel }}"

0 commit comments

Comments
 (0)