pkg-config fails on -Cflags options
Bug #1504773 reported by
dave erickson
on 2015-10-10
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| atlas (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
lapack.pc blas.pc lapack-atlas.pc blas-atlas.pc on 15.04
Generate right output for --libs command flags
$ pkg-config --libs lapack-atlas
-L/usr/
but not for Cflags flags
$ pkg-config --cflags lapack-atlas
I note that the Fedora version does not segment the atlas into lapack and blas libraries and the pkg-config works just fine. This is not an ATLAS problem but a package bug.