Mercurial > repos > jjohnson > package_cbc_2_9_5
comparison tool_dependencies.xml @ 0:a00e1bc0658c draft default tip
Uploaded
| author | jjohnson |
|---|---|
| date | Thu, 27 Aug 2015 15:34:24 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:a00e1bc0658c |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="cbc" version="2.9.5"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://www.coin-or.org/download/source/Cbc/Cbc-2.9.5.tgz</action> | |
| 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
| 8 <action type="shell_command">make</action> | |
| 9 <action type="shell_command">make install</action> | |
| 10 <action type="set_environment"> | |
| 11 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 12 </action> | |
| 13 </actions> | |
| 14 </install> | |
| 15 <readme> | |
| 16 CBC is an open-source MILP solver. It uses many of the COIN components and is designed to be used with CLP. It is available as a library and as a standalone solver. | |
| 17 https://projects.coin-or.org/Cbc | |
| 18 </readme> | |
| 19 </package> | |
| 20 </tool_dependency> |
