-
Notifications
You must be signed in to change notification settings - Fork 15
Description
using the command
./coinbrew build Cbc@stable/2.10
I get the following notices...
##################################################
Configuring Osi 0.108
##################################################
configure: WARNING: No solver available, examples will not work.
then...
##################################################
Running Osi unit test
##################################################
Testing OsiRowCut with OsiTestSolverInterface
Testing OsiColCut with OsiTestSolverInterface
Testing OsiCuts
Testing OsiTestSolverInterface
vol: running common unit tests.
Testing row/column name handling ...*** volSolverInterface testing issue: testNames: switch to lazy names failed: si->setIntParam(OsiNameDiscipline, 1) == true
*** volSolverInterface testing issue: cloning of application data failed: *(static_cast< int * >(si2->getApplicationData())) == ad
Checking that solver can set row and column solutions ... ok.
Testing loadProblem and assignProblem methods.
*** volSolverInterface testing issue: testLoadAndAssignProblem: base initialSolve failed: base->initialSolve() threw CoinError: Volume algorithm is unable to handle ranged rows in OsiTestSolverInterface in checkData_
*** volSolverInterface testing issue: addCol add columns to null
Testing writeMps and writeMpsNative.
*** volSolverInterface testing issue: testWriteMps: solving LP failed: si1->initialSolve() threw CoinError: Volume algorithm is unable to handle ranged rows in OsiTestSolverInterface in checkData_
Testing writeLp and writeLpNative.
*** volSolverInterface testing issue: testWriteLp: solving LP failed: si1->initialSolve() threw CoinError: Volume algorithm is unable to handle ranged rows in OsiTestSolverInterface in checkData_
Checked 8 hints x (true, false) at strength OsiForceDo; 16 throws.
Skipped Testing of OsiSolverInterface on Netlib problems
use -testOsiSolverInterface to run them.
Tests completed with 1 unexpected errors.
make[1]: *** [Makefile:693: test] Error 1
make: *** [Makefile:915: test] Error 2
Error: Build failed, see error output above
I am using Ubuntu 24 server (x64)
Am I missing a step?
Thanks in advance!