[Ipopt-tickets] [Ipopt] #191: Compiling a shared library with HSL

Ipopt coin-trac at coin-or.org
Mon Jan 7 16:05:51 EST 2013


#191: Compiling a shared library with HSL
---------------------+------------------------
  Reporter:  guest   |      Owner:  ipopt-team
      Type:  defect  |     Status:  new
  Priority:  normal  |  Component:  Ipopt
   Version:  3.10    |   Severity:  normal
Resolution:          |   Keywords:
---------------------+------------------------
Changes (by stefan):

 * priority:  highest => normal


Comment:

 Hi,

 1. configure should be run for the whole Ipopt project, not just
 !ThirdParty/HSL.
   A configure from the Ipopt base directory will recourse into
 !ThirdParty/HSL, if present. Currently (!ThirdParty/HSL 1.3), this also
 happens if no HSL sources have been provided.

 2. A default make in !ThirdParty/HSL just creates a libcoinhsl.dylib in
 the !ThirdParty/HSL build directory, no lib/libhsl.dylib.

 3. What may happen in your case is that configure in !ThirdParty/HSL does
 not recognize the HSL codes that you provided, so none are build. You may
 be able to check this by inspecting the config.log file in
 !ThirdParty/HSL.

 Finally, configure should have finished with a message that you should
 first consult the [[https://projects.coin-or.org/BuildTools/wiki/user-
 troubleshooting|troubleshooting page]]. Please do so. There, you find some
 instructions on how to start on debugging.

-- 
Ticket URL: <https://projects.coin-or.org/ticket/191#comment:1>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list