[Ipopt-tickets] [Ipopt] #256: Error in ./get.ASL

Ipopt coin-trac at coin-or.org
Thu Feb 5 09:22:10 EST 2015


#256: Error in ./get.ASL
--------------------------+------------------------
  Reporter:  pourmousavi  |      Owner:  ipopt-team
      Type:  defect       |     Status:  new
  Priority:  highest      |  Component:  Ipopt
   Version:  3.11         |   Severity:  blocker
Resolution:               |   Keywords:  get.ASL
--------------------------+------------------------

Comment (by jdlara):

 There are two issues here, first is that wget cannot access https:// sites
 by default and second is that the files have moved in the github. I advise
 you to download the following file
 https://github.com/ampl/mp/archive/1.3.0.tar.gz and follow the commands in
 the get.ASL script.

 gunzip -f 1.3.0.tar.gz
 tar xf 1.3.0.tar
 mv mp-1.3.0/src/asl/solvers .
 rm -rf mp-1.3.0
 cd solvers
 mv makefile.u makefile.u.orig
 sed -e 's/CFLAGS = /CFLAGS = -DNo_dtoa /g' makefile.u.orig > makefile.u
 rm 1.3.0.tar

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



More information about the Ipopt-tickets mailing list