[Cbc-tickets] [COIN-OR Branch-and-Cut MIP Solver] #88: Missing important documentation

COIN-OR Branch-and-Cut MIP Solver coin-trac at coin-or.org
Thu Apr 8 09:16:05 EDT 2010


#88: Missing important documentation
-------------------------+--------------------------------------------------
 Reporter:  bubla        |       Owner:  somebody
     Type:  enhancement  |      Status:  new     
 Priority:  trivial      |   Milestone:          
Component:  component1   |     Version:          
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by bubla):

 pkg-config support is good, but you already support libtool (you provide
 .la files), which is superior to pkg-config.
 If you add library dependencies to LIBADD in your Makefile.am, it should
 be OK.[[BR]]
 Like

 {{{
 #library liba depends on libb
 liba_LIBADD = libb
 #more info also here: http://sources.redhat.com/automake/automake.html
 #Libtool-Flags
 }}}

 will result in {{{libb}}} mentioned in the {{{liba.la}}} file, so if the
 user links to {{{liba}}}, {{{libb}}} (and its dependencies) will be linked
 to as well.

 You probably know your build system better then me, so I am not sending
 you a patch, but I should be able to figure it out and send one eventually
 if you can't do it or if you don't have time.

 BTW I have solved the issue by looking how the examples are built. And I
 also think that it is better if things are more visible to the people -
 either here in the public tracker, or in the wiki. Mailing lists are
 usually not that accessible.

 Regards,
 Matej.

-- 
Ticket URL: <https://projects.coin-or.org/Cbc/ticket/88#comment:2>
COIN-OR Branch-and-Cut MIP Solver <http://projects.coin-or.org/Cbc>
An LP-based branch-and-cut MIP solver.



More information about the Cbc-tickets mailing list