-
Notifications
You must be signed in to change notification settings - Fork 8
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 issue between GCC 13.3 and yafyaml 1.3.0 #77
Labels
bug
Something isn't working
Comments
mathomp4
changed the title
Build issue between GCC 13.3 and yafyaml 1.3.0 on macOS
Build issue between GCC 13.3 and yafyaml 1.3.0
Jun 24, 2024
I have confirmed this on Linux with spack and gcc 13.3:
So it's a compiler issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In trying to build Baselibs today on my Mac, yaFyaml did not build successfully:
The odd thing is, yaFyaml had been building just fine with
gfortran-13
. But, recently, Homebrew (where I getgfortran-13
) has updated to gfortran 13.3 and I'm guessing abrew upgrade
pulled that down.Further tests show that gfortran 12.3 and NAG Fortran 7.2 are fine still.
I'm trying to build on a Linux box gfortran 13.3 there and see if this is a macOS only issue or compiler issue. I'm leaning toward the latter only because the usual "Things are broken on macOS" fix of
LDFLAGS=-Wl,-ld_classic
didn't help here.The text was updated successfully, but these errors were encountered: