[Ipopt-tickets] [Ipopt] #281: Issue with configuring IPOPT

Ipopt coin-trac at coin-or.org
Thu Mar 30 17:01:36 EDT 2017


#281: Issue with configuring IPOPT
-----------------------+------------------------
Reporter:  shahabsafa  |      Owner:  ipopt-team
    Type:  defect      |     Status:  new
Priority:  normal      |  Component:  Ipopt
 Version:  3.12        |   Severity:  normal
Keywords:              |
-----------------------+------------------------
 I would like to install IPOPT on Ubuntu. I have tried the following on two
 different machines (both had Ubuntu installed and I got the same error).

 I have checked out IPOPT using subversion and I have downloaded the third
 party packages (ASL, Blas, Lapack, Metis and Mumps) using the get~ file
 for each. Following is what I have done

 $ svn co https://projects.coin-or.org/svn/Ipopt/stable/3.12 Ipopt

 cd Ipopt

 cd ThirdParty/ASL

 ./get.ASL

 cd ../Blas

 ./get.Blas

 cd ../Lapack

 ./get.Lapack

 cd ../Metis

 ./get.Metis

 cd ../Mumps

 ./get.Mumps

 After that I have created the build directory

 cd ..

 mkdir build

 and then running the configure

 cd build

 ../configure

 I got the following error:

 checking whether -lblas has BLAS... no

 checking for COIN-OR package Blas... not given: No package 'coinblas'
 found

 configure: error: Required package BLAS not found.

 configure: error: /bin/bash '../../Ipopt/configure' failed for Ipopt

 I would appreciate it if one could help me resolve the issue.

 Thanks in advance

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



More information about the Ipopt-tickets mailing list