[BuildTools-tickets] [BuildTools] #70: Help Configuring Ipopt

BuildTools coin-trac at coin-or.org
Sun Feb 22 10:19:34 EST 2009


#70: Help Configuring Ipopt
---------------------+------------------------------------------------------
Reporter:  humberto  |        Owner:  andreasw           
    Type:  task      |       Status:  new                
Priority:  major     |    Component:  configuration tests
 Version:  0.5       |   Resolution:                     
Keywords:            |  
---------------------+------------------------------------------------------
Comment (by humberto):

 Replying to [comment:7 stefan]:
 > Hi,
 >
 > configure should have created a Makefile in ThirdParty/Blas.
 > But according to the first config.log file, it did not recognize that
 Blas is there:
 > {{{
 > configure:20738: checking whether code for third party package Blas is
 available
 > configure:20767: result: no
 > }}}
 > Please run configure again and check whether it found you Blas download
 under ThirdParty/Blas.
 > It should print a line like
 > {{{
 > checking whether code for third party package Blas is available... yes
 > }}}
 > Looks like it also did not find your other third party packages (Lapack,
 HSL, Mumps...).
 >
 > Best,
 > Stefan

 Hi,

 Finally, I was able to configure Ipopt. My problem was that the ThirdParty
 directory with the packages (Blas, Lapack, Mumps...) was inside of the
 Ipopt directory and the configure script run from CoinIpopt did not find
 ThirdParty. I moved ThirdParty to CoinIpopt and I ran configure   from
 CoinIpopt, it stoped with the line “configure: Main configuration of Ipopt
 successful".

 I also did successfully the following steps: Build code with $ make;
 Verify that the compilation was successful with $ make test;Install Ipopt
 with $ make install. I appreciate for your help and for any advice you can
 tell me.

 Humberto

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/70#comment:8>
BuildTools <http://projects.coin-or.org/BuildTools>
Tools for configuring and compiling COIN-OR codes



More information about the BuildTools-tickets mailing list