Skip to content

Commit 81bcf36

Browse files
committed
fix missing packages for RL9 build
1 parent b854dd3 commit 81bcf36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/roles/ofed/defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ofed_build_packages: # may require additional packages depending on ofed_package
99
- autoconf
1010
- automake
1111
- gcc
12+
- gcc-gfortran
1213
- kernel-devel-{{ _ofed_loaded_kernel.stdout | trim }}
1314
- kernel-rpm-macros
1415
- libtool
@@ -17,12 +18,11 @@ ofed_build_packages: # may require additional packages depending on ofed_package
1718
- pciutils
1819
- perl
1920
- rpm-build
21+
- tcl
22+
- tk
2023
ofed_build_rl8_packages:
2124
- gdb-headless
2225
- python36
23-
- gcc-gfortran
24-
- tk
25-
- tcl
2626
ofed_package_selection: # list of package selection flags for mlnxofedinstall script
2727
- hpc
2828
- with-nfsrdma

0 commit comments

Comments
 (0)