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

Build fails due to type mismatch in netcdf-fortran #42

Open
Peter9192 opened this issue Aug 30, 2023 · 0 comments
Open

Build fails due to type mismatch in netcdf-fortran #42

Peter9192 opened this issue Aug 30, 2023 · 0 comments

Comments

@Peter9192
Copy link

Using GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Just tried building from source and ran into what seems to be the same issue described here: Unidata/netcdf-fortran#212

The fix suggested there solved my problem

export FCFLAGS="-w -fallow-argument-mismatch -O2"
export FFLAGS="-w -fallow-argument-mismatch -O2"

From this it looks like it was fixed in a more recent release of netcdf-fortran.

@Peter9192 Peter9192 changed the title Build fails with due to type mismatch in netcdf-fortran Build fails due to type mismatch in netcdf-fortran Aug 30, 2023
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

No branches or pull requests

1 participant