File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
aws-parallelcluster-shared/resources/package_repos
aws-parallelcluster-slurm/resources/slurm_dependencies Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2424action :setup do
2525 include_recipe 'yum'
2626 # include_recipe "yum-epel"
27+ execute 'yum-config-manager-rhel' do
28+ # Needed by hwloc-devel blas-devel libedit-devel and glibc-static packages
29+ command "yum-config-manager --enable codeready-builder-for-rhel-9-rhui-rpms"
30+ end unless on_docker?
31+
32+ execute 'yum-config-manager_skip_if_unavail' do
33+ command "yum-config-manager --setopt=\* .skip_if_unavailable=1 --save"
34+ end
2735
2836 # package 'yum-utils' do
2937 # retries 3
Original file line number Diff line number Diff line change 1515use 'partial/_slurm_dependencies_common'
1616
1717def dependencies
18- %w( json-c-devel perl perl-Switch lua-devel dbus-devel llhttp )
18+ %w( json-c-devel perl perl-Switch lua-devel dbus-devel http-parser-devel )
1919end
2020
2121action :install_extra_dependencies do
You can’t perform that action at this time.
0 commit comments