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

Ipopt coin-trac at coin-or.org
Sat Jan 5 21:33:41 EST 2013


#191: Compiling a shared library with HSL
--------------------+------------------------
Reporter:  guest    |      Owner:  ipopt-team
    Type:  defect   |     Status:  new
Priority:  highest  |  Component:  Ipopt
 Version:  3.10     |   Severity:  normal
Keywords:           |
--------------------+------------------------
 I installed Ipopt 3.10.3 on my macbook pro which has OS X 10.8 (Mountain
 Lion) in it.  It appears that the only linear solver it is working with is
 MUMPS!  I would like to make MA27 and MA57 also available as two
 additional options, so I followed the instructions in https://projects
 .coin-or.org/BuildTools/browser/ThirdParty/HSL/releases/1.3.3/INSTALL.HSL
 so as to compile a shared library with these HSL routines.

 Under the instructions of the above link (including the name changes and
 massaging of the HSL codes), configure seemed to have worked, finishing
 with "configure: Configuration of ThirdPartyHSL successful".  Then when I
 enter "make install" in the same directory (ThirdParty/HSL) I get the
 following response.

 cd . && /bin/sh ./config.status config.h
 config.status: creating config.h
 config.status: config.h is unchanged
 test -z "/Users/yalcinkaya/build/Ipopt-3.10.3/build/ThirdParty/HSL/lib" ||
 /Users/yalcinkaya/build/Ipopt-3.10.3/build/ThirdParty/HSL/install-sh -d
 "/Users/yalcinkaya/build/Ipopt-3.10.3/build/ThirdParty/HSL/lib"
 test -z "" || /Users/yalcinkaya/build/Ipopt-3.10.3/build/ThirdParty/HSL
 /install-sh -d ""

 I believe that, after this, ThirdParty/HSL/lib is supposed to have the
 shared library file libhsl.dylib, however it is just empty!

 Any clues?  I will appreciate much your help on this.

 Cheers,
           Yalcin

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



More information about the Ipopt-tickets mailing list