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

Attempt to correct an issue being observed under linux and OSX with gfortran #316

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

WardF
Copy link
Member

@WardF WardF commented Jan 4, 2022

Adding -fallow-argument-mismatch to FFLAGS as adding it to FCFLAGS was still resulting in failures when running make check on linux and OSX.

@WardF WardF merged commit 9396e43 into master Jan 4, 2022
@thesamesam
Copy link

Thanks, this fix worked for us in Gentoo!

gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Jan 13, 2022
Drops Fortran flag workaround:
Unidata/netcdf-fortran@846ec7a

Bug: Unidata/netcdf-fortran#316
Bug: https://bugs.gentoo.org/723274
Signed-off-by: Sam James <sam@gentoo.org>
@edwardhartnett
Copy link
Contributor

FFLAGS is used for F77 code, FCFLAGS for F90 code. Since netcdf-fortran contains both, we must always set both.

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