Skip to content

Commit

Permalink
packer-rocm/amdgpu_install: auto{make,conf} for all
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlay2amd committed Nov 8, 2024
1 parent bea0acb commit 2522ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer-rocm/playbooks/roles/amdgpu_install/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ amdgpu_install_pkg_patts: # indexed by 'ansible_distribution' fact
# Packages to install after 'amdgpu-install' but before the usecases
amdgpu_install_pre:
common:
- automake # only 'suggested' by 'build-essential' metapkg, not mentioned by 'Development Tools' group
- autoconf # "
- cmake
- curl
- dkms
Expand All @@ -25,8 +27,6 @@ amdgpu_install_pre:
- wget
- zip
Debian:
- autoconf
- automake
- libstdc++-12-dev
- "linux-headers-{{ ansible_kernel }}"
- "linux-modules-extra-{{ ansible_kernel }}"
Expand Down

0 comments on commit 2522ffb

Please sign in to comment.