Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could NOT find BLAS #288

Open
v-yunbin opened this issue Nov 26, 2021 · 2 comments
Open

Could NOT find BLAS #288

v-yunbin opened this issue Nov 26, 2021 · 2 comments

Comments

@v-yunbin
Copy link

running install_lib
running build_ext
Using PYCLIF: /home/ybZhang/pykaldienv/bin/pyclif
Using CLIF_MATCHER: /home/ybZhang/pykaldienv/clang/bin/clif-matcher
-- Running gen_cmake_skeleton.py
CMake Error at /usr/local/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find BLAS (missing: BLAS_LIBRARIES)
Call Stack (most recent call first):
  /usr/local/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  kaldi/cmake/FindBLAS.cmake:892 (find_package_handle_standard_args)
  kaldi/cmake/FindLAPACK.cmake:196 (find_package)
  kaldi/CMakeLists.txt:58 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/ybZhang/.open_source/pykaldi/build/CMakeFiles/CMakeOutput.log".
See also "/home/ybZhang/.open_source/pykaldi/build/CMakeFiles/CMakeError.log".
Command '['cmake', '..', '-DKALDI_DIR=/home/ybZhang/.open_source/pykaldi/kaldi', '-DPYCLIF=/home/ybZhang/pykaldienv/bin/pyclif', '-DCLIF_MATCHER=/home/ybZhang/pykaldienv/clang/bin/clif-matcher', '-DCXX_FLAGS=-std=c++11 -I.. -isystem /home/ybZhang/.open_source/pykaldi/kaldi/tools/openfst-1.6.7/include -O1 -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_MKL -I/opt/intel/mkl/include -m64 -msse -msse2 -pthread -g -fPIC -Wno-maybe-uninitialized', '-DCLIF_CXX_FLAGS=-I/home/ybZhang/pykaldienv/clang/lib/clang/5.0.0/include', '-DLD_FLAGS=-Wl,-rpath=/home/ybZhang/.open_source/pykaldi/kaldi/tools/openfst-1.6.7/lib -rdynamic -Wl,--as-needed', '-DLD_LIBS=/home/ybZhang/.open_source/pykaldi/kaldi/tools/openfst-1.6.7/lib/libfst.so -L/opt/intel/mkl/lib/intel64 -Wl,--start-group -l:libmkl_intel_lp64.a -l:libmkl_core.a -l:libmkl_sequential.a -Wl,--end-group -ldl -lpthread -lm -lm -lpthread -ldl', '-DNUMPY_INC_DIR=/home/ybZhang/pykaldienv/lib/python3.8/site-packages/numpy/core/include', '-DCUDA=FALSE', '-DTFRNNLM=FALSE', '-DDEBUG=FALSE', '-GNinja', '-Wno-dev']' returned non-zero exit status 1.
@bmilde
Copy link
Contributor

bmilde commented Nov 26, 2021 via email

@v-yunbin
Copy link
Author

v-yunbin commented Nov 27, 2021

@bmilde installed MKL and BLAS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants