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

Fix pkg-config files on platforms without import libraries. #390

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

mmuetzel
Copy link
Contributor

@mmuetzel mmuetzel commented Sep 11, 2023

Stripping the file extension from the library names doesn't work correctly on platforms where CMAKE_IMPORT_LIBRARY_SUFFIX is empty. That is all but Windows.

This PR fixes that issue by checking for the file extension CMAKE_IMPORT_LIBRARY_SUFFIX only on Windows.

It would be nice if this change could still make it into 7.2.0.

@DrTimothyAldenDavis
Copy link
Owner

Sure -- I can add this to SuiteSparse v7.2.0. It's still a beta release, so I'll just make a v7.2.0.beta4.

@DrTimothyAldenDavis DrTimothyAldenDavis merged commit 299427f into DrTimothyAldenDavis:dev2 Sep 11, 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.

2 participants