Dear support,
On macOS (version 26.3.1), I tried to build COIN-OR Cbc version 2.10.13 using the coinbrew script.
The script is almost identical to the one used for building the master branch. However, the result is different: the master branch produces a multithreaded version, while version 2.10.13 results in a single-threaded build.
Could you advise why this happens and whether additional options are needed to enable multithreading for version 2.10.13?
Best regards,
Rolf
Script for Cbc 2.10.13
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
chmod u+x coinbrew
./coinbrew fetch Cbc@2.10.13
./coinbrew build Cbc
Script for Cbc master
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
chmod u+x coinbrew
./coinbrew fetch Cbc@master
./coinbrew build Cbc
Dear support,
On macOS (version 26.3.1), I tried to build COIN-OR Cbc version 2.10.13 using the coinbrew script.
The script is almost identical to the one used for building the master branch. However, the result is different: the master branch produces a multithreaded version, while version 2.10.13 results in a single-threaded build.
Could you advise why this happens and whether additional options are needed to enable multithreading for version 2.10.13?
Best regards,
Rolf
Script for Cbc 2.10.13
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
chmod u+x coinbrew
./coinbrew fetch Cbc@2.10.13
./coinbrew build Cbc
Script for Cbc master
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
chmod u+x coinbrew
./coinbrew fetch Cbc@master
./coinbrew build Cbc