0

I am trying to use the old photogrammetry software Phython Photogrammetry Toolbox. However, during the PMVS step I get an error message in the terminal saying that the program cannot find the library liblapack.so.3gf. I got some other missing libraries which I could successfully solve by installing the corresponding packages.

liblapack3 and libblas3 are installed (as suggesting in this similar case: liblapack.so.3gf not found). They, however, do not seem to include the liblapack.so.3gf anymore as I could not locate the file anywhere and I still get the error message.

1 Answers1

0

The only place that I could find liblapack.so.3gf is "revolution-mkl" package from multiverse category.

Make sure multiverse repository is enabled then install it:

sudo apt install revolution-mkl

To enable multiverse (if it's not): How do I enable the "multiverse" repository?

Ravexina
  • 57,256