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

make intel-mkl-tool use pkgconfig canonically #65

Merged
merged 2 commits into from
Jul 30, 2022

Conversation

njaard
Copy link

@njaard njaard commented Jul 13, 2021

Do not try to detect where the paths are, instead
just ask the pkg_config crate to output the linker
and include lines as it normally would.

This allows intel-mkl-tool to support libmkl installed
directly from Debian's "nonfree" repository

Do not try to detect where the paths are, instead
just ask the pkg_config crate to output the linker
and include lines as it normally would.

This allows intel-mkl-tool to support libmkl installed
directly from Debian's "nonfree" repository
@termoshtt termoshtt merged commit af47061 into rust-math:master Jul 30, 2022
@termoshtt
Copy link
Member

Thanks rebasing 👍

@termoshtt termoshtt mentioned this pull request Jul 30, 2022
termoshtt added a commit that referenced this pull request Jul 30, 2022
@termoshtt
Copy link
Member

rust-lang/pkg-config-rs#135
This works for shared library, but it does not for static library

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