所以我试图安装kaldi-GOP,当我运行build.sh时会弹出此错误
[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".
我已经安装并更新了地图集,openblas和cmake库。或者至少我认为我做到了。我该怎么做才能解决此问题并成功安装kaldi-gop?