Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 370 Bytes

File metadata and controls

10 lines (10 loc) · 370 Bytes
  • Repo to build Cbc/SYMPHONY solver libraries using github workflow
  • Currently built platforms : manylinux_2_24_x86_64 and manylinux2014_x86_64
  • This repo helps reduce build time of ALIGN.
  • Build instruction:
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<prefix dir> ..
make -j4
make install