Opened 15 years ago
Closed 14 years ago
#497 closed defect (invalid)
distinguish LIBS and LIBS.private in yat.pc
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
see pkg-config manual and here http://www.opensource.apple.com/darwinsource/Current/X11proto-15.1/pkg-config/pkg-config-0.23/NEWS for delails
Change History (1)
comment:1 Changed 14 years ago by
Milestone: | yat 0.x+ |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
yat is directly dependent on two packages: GSL and Boost. We do not use any boost libs (only headers) so it is irrelevant here. For GSL there is no need to declare it in LIBS as it is declared under
Required:
. There is no reason to list cblas here because that info is retrieved in gsl.pc.