码迷,mamicode.com
首页 > 其他好文 > 详细

about ipopt and pyipopt

时间:2015-06-09 21:24:29      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:

first you should download the thirdparty asl hsl blas lapack metis mumps, by get.* or personally downloaded from the web site for hsl.

then mkdir build ./../configure -enable-shared --prefix==/usr/local/

make install

add etc/ld.so.conf with ‘usr/local/lib‘

/sbin/ldconfig

/sbin/ldconfig -v

and then

python setup.py build

sudo python setup.py install

if you want to reinstall, remove the build/.. in the pyipopt/

about ipopt and pyipopt

标签:

原文地址:http://www.cnblogs.com/tonyju/p/4564390.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!