mkl dep error while building faiss_test #3585
uuuuu-diwu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Platform
OS: linux
Faiss version: v.1.7.4
Installed from: compiled from source
Faiss compilation options:
cmake
-DCMAKE_BUILD_TYPE=Release
-DFAISS_ENABLE_GPU=OFF
-DMKL_LIBRARIES=/data00/intel/oneapi/mkl/2024.0/lib/libmkl_intel_lp64.so /data00/intel/oneapi/mkl/2024.0/lib/libmkl_sequential.so /data00/intel/oneapi/mkl/2024.0/lib/libmkl_core.so
-DFAISS_ENABLE_PYTHON=OFF
-DBLA_VENDOR=Intel10_64lp
..
make -j12
Running on:
Interface:
mkl
Reproduction instructions
[build] Consolidate compiler generated dependencies of target gtest
[build] [ 1%] Built target gtest
[build] Consolidate compiler generated dependencies of target gtest_main
[build] [ 2%] Built target gtest_main
[build] Consolidate compiler generated dependencies of target faiss
[build] [ 46%] Built target faiss
[build] Consolidate compiler generated dependencies of target faiss_avx2
[build] [ 88%] Built target faiss_avx2
[build] Consolidate compiler generated dependencies of target faiss_test
[build] make[2]: *** No rule to make target '/data00/intel/oneapi/mkl/2024.0/lib/libmkl_intel_lp64.so /data00/intel/oneapi/mkl/2024.0/lib/libmkl_sequential.so /data00/intel/oneapi/mkl/2024.0/lib/libmkl_core.so', needed by 'tests/faiss_test'. Stop.
[build] make[1]: *** [tests/CMakeFiles/faiss_test.dir/all] Error 2
Beta Was this translation helpful? Give feedback.
All reactions