jcsilva / docker-kaldi-gstreamer-server

Dockerfile for kaldi-gstreamer-server.
BSD 2-Clause "Simplified" License
288 stars 139 forks source link

Build fails: MKL libraries could not be found #65

Open alx741 opened 5 years ago

alx741 commented 5 years ago

MKL seems to be the default now, so the build fails with:

[...]
make[1]: Leaving directory '/opt/kaldi/tools/portaudio'
Configuring KALDI to use MKL.
Checking compiler g++ ...
Checking OpenFst library in /opt/kaldi/tools/openfst ...
Checking cub library in /opt/kaldi/tools/cub ...
Doing OS specific configurations ...
On Linux: Checking for linear algebra header files ...
Configuring MKL library directory: ***configure failed: MKL libraries could not be found. Please use the switch --mkl-libdir  ***
The command '/bin/sh -c git clone https://github.com/kaldi-asr/kaldi &&     
[...]
returned a non-zero code: 1
maxjf1 commented 4 years ago

@jcsilva can you check this issue please?