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

Don't generate .pc files for MSVC compatible tool chains. #382

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

mmuetzel
Copy link
Contributor

@mmuetzel mmuetzel commented Sep 6, 2023

The flags in the generated pkg-config files are incompatible with MSVC-compatible tool chains.
While it is very uncommon for MSVC-compatible tool chains to use .pc files at all, it would be better to not generate these files for those tool chains at all.

The proposed changes skip generating the .pc files when using a MSVC-compatible tool chain.

It would be nice if this could still be included in SuiteSparse 7.2.0.

@DrTimothyAldenDavis
Copy link
Owner

Yes - that would be a good idea if they're not needed for MSVC. Thanks. We can add this to SuiteSparse v7.2.0.

@DrTimothyAldenDavis DrTimothyAldenDavis merged commit 0dd6e8f into DrTimothyAldenDavis:dev2 Sep 6, 2023
15 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