sudo apt-get install libblas3 libblas-dev liblapack3 liblapack-dev gfortran build-essential cppad gcc g++
cd Ipopt-stable-3.12/ThirdParty/HSL
ln -s ../../../coinhsl/ coinhsl
cd coinhsl
sudo chmod +777 *
./configure
configure: Configuration of ThirdPartyHSL successful
make -j8
sudo make install
gedit ~/.bashrc
export LD_LIBRARY_PATH=/usr/local/lib
source ~/.bashrc
cd ../../../
./configure --prefix /usr/local
make -j8
make test
sudo make install
gedit ~/.bashrc
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
source $HOME/.bashrc
sudo ldconfig
ldconfig -p | grep libipopt
-
Notifications
You must be signed in to change notification settings - Fork 0
lizhiwei0304/ipopt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is the method for install the ipopt in the ubuntu16.04.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published