Skip to content

Commit

Permalink
Merge pull request #66 from wdpypere/el9_deps
Browse files Browse the repository at this point in the history
add rhel 9.2 dependencies
  • Loading branch information
itkovian committed Jan 11, 2024
2 parents e9a6299 + 403c5c1 commit 4167d3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bdist_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ elif grep "release 8.6" /etc/redhat-release; then
sudo yum install -y ucx-devel-1.11.2-2.el8.x86_64 "pmix-devel > 3.1.4" numactl-devel pmix-pmi-devel hwloc-devel-2.2.0-3.el8.x86_64
elif grep "release 8.8" /etc/redhat-release; then
sudo yum install -y ucx-devel-1.13.1-2.el8.x86_64 "pmix-devel >= 4.2.6" numactl-devel hwloc-devel-2.2.0-3.el8.x86_64
elif grep "release 9.2" /etc/redhat-release; then
sudo yum install -y ucx-devel-1.13.1-2.el9.x86_64 "pmix-devel >= 4.2.7" numactl-devel "hwloc-devel >= 2.4.1-5"
else
sudo yum install -y ucx-devel-1.9.0-1.el8.x86_64 "pmix-devel > 3.0.0" numactl-devel pmix-pmi-devel hwloc-devel-0:1.11.9-3.el8.x86_64
fi
Expand Down

0 comments on commit 4167d3f

Please sign in to comment.