[Cbc] Semi-continuous/SOS/.LP format
richi arora
richi_arora_ra at yahoo.co.in
Thu Jan 25 08:56:44 EST 2018
Hi James
By trunk its meant to checkout master/trunk branch code from github.
However you can create a dockerfile with following contents it will do work for you:
FROM ubuntu:17.10
COPY startscript.sh /
RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y install git subversion wget build-essential gfortran vim iputils-ping && \
git clone https://github.com/coin-or/Cbc.git && \
cd Cbc && \
git clone --branch=stable/0.8 https://github.com/coin-or-tools/BuildTools/ && \
BuildTools/get.dependencies.sh fetch && \
./configure && \
make && \
make install
ENTRYPOINT ping localhost
ThanksRichi Arora
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20180125/f9ac9214/attachment.html>
More information about the Cbc
mailing list