libblas-dev and liblapack does not meet dependencies on Ubuntu 16.04 LTS.
Here is the dependency tree.
libblas-dev
gfortran
gfortran-5 (>= 5.3.1-3~)
gcc-5-base (= 5.3.1-14ubuntu2) but 5.4.0-6ubuntu1~16.04.11 is to be installed
gcc-5 (= 5.3.1-14ubuntu2) but 5.4.0-6ubuntu1~16.04.11 is to be installed
libgfortran-5-dev (= 5.3.1-14ubuntu2) but it is not going to be installed
liblapack-dev
liblapack3 (= 3.6.0-2ubuntu2) but it is not going to be installed
libgfortran3 (>= 4.6) but it is not going to be installed
libblas-dev but it is not going to be installed or libblas.so
My trial
So I tired to install older version of gcc with following command.
sudo apt-get install gcc-5-base=5.3.1-14ubuntu2
It gives me more than 20 dependencies mismatch lie below.
The following packages have unmet dependencies:
colord : Depends: libsqlite3-0 (>= 3.5.9) but it is not going to be installed
gkbd-capplet : Depends: libgnomekbd8 (>= 3.6.0) but it is not going to be installed
Depends: libxklavier16 (>= 5.0) but it is not going to be installed
ibus : Depends: gir1.2-gtk-3.0 (>= 3.8.5) but it is not going to be installed
Depends: adwaita-icon-theme but it is not going to be installed
Recommends: im-config but it is not going to be installed
....
Temporal solution
comment out ADDON_PKG_CONFIG_LIBRARIES += blas lapack in addon_config.mk
Then I can compile my project with ofxDlib.
Test environment
Ubuntu 16.04
Latest oF master
ofxDlib master and develope
No Cuda, MKL installed
dlib itself was successfully compiled with Apothecary
Issue
libblas-dev and liblapack does not meet dependencies on Ubuntu 16.04 LTS.
Here is the dependency tree.
libblas-dev
liblapack-dev
My trial
So I tired to install older version of gcc with following command.
sudo apt-get install gcc-5-base=5.3.1-14ubuntu2
It gives me more than 20 dependencies mismatch lie below.
Temporal solution
comment out
ADDON_PKG_CONFIG_LIBRARIES += blas lapack
in addon_config.mk Then I can compile my project with ofxDlib.Test environment