-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Linking issue with 9.3.0 build 11 for libgfortran against libquadmath #36
Comments
cc @isuruf this looks somewhat serious and I'm stumped. Should we pull the 9.3.0 builds for now? |
Thank you! |
@brianv0, can you confirm that this issue is fixed? |
awesome, running our CI right now, I'll get back to you today |
I still had the issue, but I'm a bit confused why. I did see
Cleaned up version:
You'll see the line above with the env's lib directory:
And we verify that libquadmath.so.0 is in that directory:
Do I need to adjust my flags? |
Can you try looking at which files are different in the two environments? |
@brianv0 can you ls -lah the quadmath SO's in lib? I'd be good to make sure the links and files are setup correctly. |
Also which compilers are you using? I see conda_cos6 in the HOST. You should not be seeing this if you are using the latest compilers. |
|
Those builds are very old. They should work, but maybe they are broken. Can you try builds of |
also, what is pulling in this?
IDK where that other libgfortran comes from... |
Issue:
When using the
compilers
package to compile code, I get linking errors against libquadmath.so.0 on linux seemingly with 9.3.0 build 11 which I did not get a week ago with a slightly different environment.Below is a snippet from our logs:
Here is a diff of my environment export between versions which work and don't work:
Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: