coin-or / MibS

A solver for mixed integer bilevel programs
Eclipse Public License 1.0
50 stars 20 forks source link

Installation issue in last step #76

Closed ShraddhaBG closed 1 year ago

ShraddhaBG commented 4 years ago

Hi

The steps to Configure, Build, Run and Install for Blas 1.4, Lapack 1.5 are completed. There is an error in Running CoinUtils as follows. Any idea to solve this issue and move further? Thanks in advance.

##################################################

Running CoinUtils unit test

##################################################

Testing CoinFinite ... finite value: ok; infinite value: ok. Testing CoinIsnan ... finite value: ok; NaN value: ok. Testing CoinModel Assertion failed: numErr== 0, file C:/MSYS64/home/DELL/coinbrew/CoinUtils/CoinUtils/test/CoinModelTest.cpp, line 447 make[1]: [Makefile:600: test] Error 3 make: [Makefile:819: test] Error 2

Build failed, see error output above

tkralphs commented 4 years ago

It would be good to know why the CoinUtils unit test is failing, but it's unlikely yo be anything that will affect MibS. For now, you can just call coinbrew with --tests none and it should go through.

tkralphs commented 4 years ago

If you don't mind, you could open an issue at https://github.com/coin-olr/CoinUtils for the unit test failure. Just make sure to give details, such as platform, compiler, etc.

ShraddhaBG commented 4 years ago

It would be good to know why the CoinUtils unit test is failing, but it's unlikely yo be anything that will affect MibS. For now, you can just call coinbrew with --tests none and it should go through.

Reolved after building with '--test none'. Thank you!

ShraddhaBG commented 4 years ago

If you don't mind, you could open an issue at https://github.com/coin-olr/CoinUtils for the unit test failure. Just make sure to give details, such as platform, compiler, etc.

Sure! Will do that.