Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix netcdf4 for RHEL 8 #202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix netcdf4 for RHEL 8 #202

wants to merge 1 commit into from

Conversation

glin
Copy link
Contributor

@glin glin commented Jan 7, 2025

Fix netcdf4 on Rocky/RHEL 8. The commands were missing a step to install PowerTools/CodeReady Builder:

dnf install -y epel-release
dnf install -y netcdf-devel

# Error: 
#  Problem: conflicting requests
#   - nothing provides libsz.so.2()(64bit) needed by netcdf-devel-4.7.0-3.el8.x86_64 from epel

This fixes the missing lib error:

dnf install -y dnf-plugins-core
dnf config-manager --enable powertools

@glin glin requested review from CDRayn, a team and jonyoder and removed request for a team January 7, 2025 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants