-
Notifications
You must be signed in to change notification settings - Fork 262
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
Static linker flags wrong in LAGraph.pc #656
Labels
bug
Something isn't working
Comments
I opened #666 that adds steps to the CI which might have caught those issues earlier. |
I've posted a 7.5.0.beta3 with this fix: https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.5.0.beta3 . Are these issues fixed now? |
The CI step that builds the example using autotools isn't failing. It would have failed if this still was an issue. So, this particular issue should be fixed now. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The static linker flags are wrong in the pkg-config file generated by LAGraph when building with the root Makefile (or as a stand-alone project). They contain something that looks like a CMake target name of GraphBLAS verbatim.
The flags in that file look ok when the file is generated with the root CMakeLists.txt.
I'm looking into the cause and a possible fix currently.
The text was updated successfully, but these errors were encountered: