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

Mongoose: Link executables to SuiteSparse_Config that depend on it #407

Merged
merged 1 commit into from
Sep 17, 2023

Conversation

mmuetzel
Copy link
Contributor

Some tests or demos in the Mongoose project use functions from SuiteSparse_Config.
When linking statically, that dependency happens to be pulled in via Mongoose_static. But when linking dynamically, that dependency doesn't happen to be pulled in "by chance".

Link target for executables that are using functions from SuiteSparse_Config explicitly to the respective target. (The build rules in that project seem to prefer static over shared linking. So, do the same here.)

Fixes #406.

@DrTimothyAldenDavis
Copy link
Owner

Thanks for the fix!

@DrTimothyAldenDavis DrTimothyAldenDavis merged commit 5ffb460 into DrTimothyAldenDavis:dev Sep 17, 2023
16 checks passed
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.

Mangoose doesn't link with DNSTATIC=1
2 participants