Summary: | pkg-config outputs empty library search path for cblas on Arch | ||
---|---|---|---|
Product: | pkg-config | Reporter: | Roukun <liminglangjun> |
Component: | src | Assignee: | pkg-config |
Status: | RESOLVED NOTOURBUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Roukun
2016-07-15 15:38:09 UTC
Can you show the contents of cblas.pc? (In reply to Dan Nicholson from comment #1) > Can you show the contents of cblas.pc? prefix= libdir= Name: lapacke Description: C Standard Interface to BLAS Linear Algebra PACKage Version: 3.6.1 URL: http://www.netlib.org/lapack/ Libs: -L -lcblas Requires: blas Well, it looks like pkg-config is doing what it was asked to do and the bug is in the construction of cblas.pc. You see the Libs: -L, right? Maybe we could add code to check that there was actually an argument, but that hasn't been needed to this point. Sorry, but I think the bug is somewhere else. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.