Closed iaindhay closed 1 month ago
There are a few things that can be going wrong, but it's a bit hard to tell with the abridged log that you provided. Could you give me the entire output of cmake -LAH -Bbuild
?
For things you can try right away (in no particular order):
build
directory, delete it and rerun the make commands.In the meantime, I'll try to fix the docker image. Thanks for reporting the issue, I will fix it as soon as possible.
It seems there was an issue in the build configuration that was missing the lapacke linking flag. This has been fixed now, and it definitely works for the docker file now. Please let me know that this solved your issue
Given that there has been no update, I am closing this issue
trying to get this installed on Ubuntu 22. running in the this error:
Have installed libopenblas-dev and liblapacke-dev via apt (also tried the intel MKL in apt). I get the same (or very similar error) when i try to install with Docker
process:
cd root_digger/
mkdir build
cmake ..
make`
git clone --recursive
https://github.com/computations/root_diggerAny hints appreciated.
Edit/ Docker error: