Skip to content

Blas error

Iacopo Masi edited this page Jan 3, 2018 · 1 revision

Blas Linking Error

If you encounter this error

make[2]: *** No rule to make target '/usr/lib/libblas.so', needed by....

you may need to modified the file in extreme_3d_faces/modules/PoseExpr/CMakeLists.txt to point to your path to /usr/lib/libblas.so since it could be that this path does not exist on your machine.

A better way to do this would be dynamically searching the path with FIND_PACKAGE Cmake command.

Clone this wiki locally