File tree 2 files changed +13
-1
lines changed
roles/amdgpu_install/vars
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 20
20
packer_prereqs :
21
21
common :
22
22
- qemu-kvm # provides builder as a Virtual Machine; meta-package
23
+ - ansible # configures the builder VM with 'amdgpu', 'ROCm', and more
23
24
- git # 'ansible-pull' requires 'git' to clone; should be installed already
24
25
- rsync # synchronize module
25
26
- xorriso # cloud-init data
30
31
- edk2-ovmf # firmware
31
32
- e2fsprogs # provides 'fuse2fs', tarball/image work
32
33
- nbdkit-nbd-plugin
34
+ # following two collections are provided by 'ansible' on Ubuntu; not so on EL/derivatives
35
+ - ansible-collection-community-general
36
+ - ansible-collection-ansible-posix
33
37
Debian :
34
38
- ovmf
35
39
- libnbd-bin
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ amdgpu_install_pkg_patts: # indexed by 'ansible_distribution' fact
10
10
# Packages to install after 'amdgpu-install' but before the usecases
11
11
amdgpu_install_pre :
12
12
common :
13
- - autoconf
13
+ - cmake
14
14
- curl
15
15
- dkms
16
16
- ethtool
@@ -25,9 +25,17 @@ amdgpu_install_pre:
25
25
- wget
26
26
- zip
27
27
Debian :
28
+ - autoconf
29
+ - automake
30
+ - libstdc++-12-dev
28
31
- " linux-headers-{{ ansible_kernel }}"
29
32
- " linux-modules-extra-{{ ansible_kernel }}"
33
+ - libyaml-cpp-dev # used by 'rvs'
34
+ - pkg-config
30
35
RedHat :
36
+ - ' @Development Tools' # quoting required for group notation
31
37
- kernel-headers
32
38
- kernel-devel-matched
33
39
- kernel-modules-extra
40
+ - libstdc++-devel
41
+ - yaml-cpp # requires EPEL
You can’t perform that action at this time.
0 commit comments