scipopt / SCIP-SDP

mixed integer semidefinite programming plugin for SCIP
Apache License 2.0
11 stars 4 forks source link

.github/workflows/ci-sage.yml: Take openblas from system even in "-minimal", disable papilo/onetbb #7

Closed mkoeppe closed 1 year ago

mkoeppe commented 1 year ago

To reduce the failures in the tests, which have nothing to do with SCIP-SDP

pfetsch commented 1 year ago

If we would build SCIP without Papilo then we would not need TBB anyways (it is not used in SCIP-SDP). Is this possible from the workflow file in SCIP-SDP?

mkoeppe commented 1 year ago

Ready for merging. The remaining failures will be taken care of from the other side

pfetsch commented 1 year ago

Great - thank you!