We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b854dd3 commit 81bcf36Copy full SHA for 81bcf36
ansible/roles/ofed/defaults/main.yml
@@ -9,6 +9,7 @@ ofed_build_packages: # may require additional packages depending on ofed_package
9
- autoconf
10
- automake
11
- gcc
12
+ - gcc-gfortran
13
- kernel-devel-{{ _ofed_loaded_kernel.stdout | trim }}
14
- kernel-rpm-macros
15
- libtool
@@ -17,12 +18,11 @@ ofed_build_packages: # may require additional packages depending on ofed_package
17
18
- pciutils
19
- perl
20
- rpm-build
21
+ - tcl
22
+ - tk
23
ofed_build_rl8_packages:
24
- gdb-headless
25
- python36
- - gcc-gfortran
- - tk
- - tcl
26
ofed_package_selection: # list of package selection flags for mlnxofedinstall script
27
- hpc
28
- with-nfsrdma
0 commit comments