CMake Error, following variables set to NOTFOUND

2.7k views Asked by At

So im trying to install kaldi-GOP, when i run build.sh this error pops up

[root@localhost kaldi-gop]# ./build.sh
utils/check_dependencies.sh: all OK.
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCBLAS
    linked by target "gop" in directory /var/www/html/kaldi-gop/src
LIBLAPACK
    linked by target "gop" in directory /var/www/html/kaldi-gop/src

-- Configuring incomplete, errors occurred!
See also "/var/www/html/kaldi-gop/src/build/CMakeFiles/CMakeOutput.log".
See also "/var/www/html/kaldi-gop/src/build/CMakeFiles/CMakeError.log".

I've already installed and updated atlas, openblas and cmake libraries. Or at least i think i did. What can i do to help fix this and install kaldi-gop successfully?

0

There are 0 answers