-
Notifications
You must be signed in to change notification settings - Fork 80
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
Incorrect parse result for raw archive path #135
Comments
This was referenced Aug 3, 2022
I think this is solved by #134 . Can you confirm? |
Using latest commit in #134 [dependencies]
pkg-config = { git = "https://github.com/Be-ing/pkg-config-rs.git", branch = "library_file_paths" } Then the above code generated following:
The static libraries ignored above are now included correctly, i.e. #134 will also resolve this issue. |
@termoshtt please test the new 0.3.26 release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
intel-mkl package in ArchLinux provides a pkg-config result:
Also, intel-mkl package in Debain non-free repository also returns similar result (install directory is different):
However, this crate fails to parse this output:
This should includes three archives shown in original
pkg-config mkl-static-lp64-seq
command/opt/intel/mkl/lib/intel64/libmkl_intel_lp64.a
/opt/intel/mkl/lib/intel64/libmkl_sequential.a
/opt/intel/mkl/lib/intel64/libmkl_core.a
The text was updated successfully, but these errors were encountered: