Opened 12 years ago

Last modified 12 years ago

#34625 new request

Add COIN-OR libraries to mac ports

Reported by: kyle.tarplee@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: coin-or

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Ubuntu has these libraries and it would be nice if mac ports had them too. The install process has gotten much better over the years. Now all you have to do is configure, make, make install.

http://www.coin-or.org

This is how you build it:

svn co https://projects.coin-or.org/svn/CoinBinary/CoinAll/releases/1.6.2 CoinAll-1.6.2
cd CoinAll-1.6.2/

#because I don't have gfortran installed and Couenne and Dip are lame
./configure COIN_SKIP_PROJECTS="Ipopt Bonmin Couenne Dip HSL"
make
make install

#Then copy to the install directory "include" and "lib" contents.

Change History (1)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: coin-or removed
Port: coin-or added
Note: See TracTickets for help on using tickets.