scipopt / scip

SCIP - Solving Constraint Integer Programs
Other
403 stars 64 forks source link

Cannot install current master branch #106

Closed adover134 closed 5 days ago

adover134 commented 1 month ago

I tried to install SCIP with current master branch. The environment is Ubuntu 20.04.6 LTS. when I cmake then make, it showed error as this: Screenshot from 2024-09-05 15-29-02 I also tried sudo apt-get install mklibs to solve this, and the image above is an error still occurred after installed.

adover134 commented 1 month ago

I think I should check whether usr/lib is added on path. I did not know whether this can be a problem. I wish this can solve.

svigerske commented 1 month ago

The error message says that the MKL libs in some conda environment cannot be found. Maybe it was there but has been removed, but something like an Ipopt build still depends on it? Run SCIP's cmake with -LA to maybe get a clue where this dependency comes from.