Closed adover134 closed 5 days 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.
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.
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: I also tried
sudo apt-get install mklibs
to solve this, and the image above is an error still occurred after installed.