bakercp / ofxDlib

An openFrameworks wrapper for dlib. http://dlib.net/
MIT License
52 stars 16 forks source link

cblas problem? #8

Closed vrx closed 6 years ago

vrx commented 7 years ago

On Ubuntu 16.04 64 bits :

When running build.sh i get -- C++11 activated. -- Searching for BLAS and LAPACK -- Checking for module 'cblas' -- No package 'cblas' found -- Found OpenBLAS library -- Looking for sgetrf_single -- Looking for sgetrf_single - not found -- Found LAPACK library -- Configuring done -- Generating done

then when trying to compile an example i get many undefined references to cblas_sgemm',dgesvd_'

bakercp commented 7 years ago

Can you run

https://github.com/bakercp/ofxDlib/blob/master/scripts/dependencies/linux64/install.sh

and then

un-comment this lines:

https://github.com/bakercp/ofxDlib/blob/master/addon_config.mk#L39

bakercp commented 6 years ago

This is fixed on the develop branch. See the README for instructions on compiling dlib.