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

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Fix netcdf4 for RHEL 8 #202

merged 1 commit into from
Jan 9, 2025

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
@glin glin merged commit e2f41c3 into main Jan 9, 2025
48 checks passed
@glin glin deleted the netcdf4 branch January 9, 2025 19:42
@glin glin mentioned this pull request Jan 16, 2025
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.

3 participants