[Ipopt-tickets] [Ipopt] #243: Compiling issues on Mac OS X 10.8

Ipopt coin-trac at coin-or.org
Sat Aug 16 10:29:10 EDT 2014


#243: Compiling issues on Mac OS X 10.8
---------------------------+------------------------
  Reporter:  john.harrold  |      Owner:  ipopt-team
      Type:  defect        |     Status:  closed
  Priority:  normal        |  Component:  Ipopt
   Version:  3.11          |   Severity:  normal
Resolution:  fixed         |   Keywords:
---------------------------+------------------------
Changes (by stefan):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 gcc < 4.5 on MacOS X does not support the thread-local storage that the
 current Ipopt release tries to use.
 The current stable (thus the next release) will have a workaround for
 this.

 With the current release, you can add
 {{{
 #define IPOPT_THREAD_LOCAL
 }}}
 at the beginning of {{{Ipopt/src/Common/IpTaggedObject.hpp}}} as a
 workaround.

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



More information about the Ipopt-tickets mailing list