Advertisement

Ubuntu 安装 ipopt 和 cppAD Ubuntu 安装 ipopt 和 cppAD

阅读量:

How to install Ipopt on arm environment
Need an external network

Inatall CPPAD & Fortran

复制代码
    $ sudo apt-get install cppad gfortran  
    
    
      
    

Get ipopt source code

Download Ipopt-3.12.8.tgz from https://www.coin-or.org/download/source/Ipopt/
Untar the package and cd into the “Ipopt-3.12.8” folder

Step by step

复制代码
    $ cd CUSTOM_PATH/Ipopt-3.12.8/ThirdParty/Blas  
    $ ./get.Blas    
    $ cd ../Lapack  
    $ ./get.Lapack  
    $ cd ../Mumps  
    $ ./get.Mumps  
    $ cd ../Metis  
    $ ./get.Metis  
    
    
      
      
      
      
      

全部评论 (0)

还没有任何评论哟~