[Cbc-tickets] [COIN-OR Branch-and-Cut MIP Solver] #174: INSTALL readme contains incorrect information

COIN-OR Branch-and-Cut MIP Solver coin-trac at coin-or.org
Fri Jun 9 02:36:33 EDT 2017


#174: INSTALL readme contains incorrect information
--------------------+---------------------------
Reporter:  dafrick  |      Owner:  tkr
    Type:  defect   |     Status:  new
Priority:  minor    |  Component:  Cbc
 Version:  2.9.2    |   Keywords:  documentation
--------------------+---------------------------
 In the INSTALL file the option of fetching the code form github its
 detailed, however the second part about fetching the dependecies does not
 work. Git returns this when I try:

 {{{
 fatal: repository 'https://github.com/coin-or/BuildTools/' not found
 }}}

 Below the part of the INSTALL document I am referring to:

 {{{
    download stable version 2.9, as an example, you would execute
    the command

    git clone --branch=stable/2.9 https://github.com/coin-or/Cbc Cbc-2.9

    With git, you additionally, need to fetch the dependencies. To do so,
    execute

    cd Cbc-2.9
    git clone --branch=stable/0.8 https://github.com/coin-or/BuildTools
    BuildTools/get.dependencies fetch
 }}}

 I managed to install Cbc (including its dependencies) using the tarball
 from http://www.coin-or.org/download/source/Cbc.

 NOTE: This ticket is a duplicate of a ticket on github
 [https://github.com/coin-or/Cbc/issues/8]

--
Ticket URL: <https://projects.coin-or.org/Cbc/ticket/174>
COIN-OR Branch-and-Cut MIP Solver <http://projects.coin-or.org/Cbc>
An LP-based branch-and-cut MIP solver.



More information about the Cbc-tickets mailing list