Skip to content

Commit

Permalink
Fix netcdf4 for RHEL 8
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Jan 7, 2025
1 parent 68aeade commit 51308e7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions rules/netcdf4.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
{
"packages": ["netcdf-devel"],
"pre_install": [
{
"command": "dnf install -y epel-release"
}
{ "command": "dnf install -y dnf-plugins-core" },
{ "command": "dnf config-manager --set-enabled powertools" },
{ "command": "dnf install -y epel-release" }
],
"constraints": [
{
Expand Down Expand Up @@ -112,9 +112,8 @@
{
"packages": ["netcdf-devel"],
"pre_install": [
{
"command": "dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
}
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms" },
{ "command": "dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" }
],
"constraints": [
{
Expand Down

0 comments on commit 51308e7

Please sign in to comment.