compile error-------CBlas must be set
Created by: PseudoProgrammer
what's wrong?I have installed blas and cblas
paddle]$ cmake . -DWITH_SWIG_PY=ON -DWITH_DOC=ON -- Could NOT find LIBGLOG (missing: LIBGLOG_LIBRARY LIBGLOG_INCLUDE_DIR) -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake. -- Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components. -- Failed to find gflags - Could not find gflags include directory, set GFLAGS_INCLUDE_DIR to directory containing gflags/gflags.h -- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY) CMake Error at cmake/cblas.cmake:137 (message): CBlas must be set. Paddle support MKL, ATLAS, OpenBlas, reference-cblas. Try set MKL_ROOT, ATLAS_ROOT, OPENBLAS_ROOT or REFERENCE_CBLAS_ROOT. Call Stack (most recent call first): CMakeLists.txt:33 (include)
-- Configuring incomplete, errors occurred! See also "/home/renbing/tool/paddle/CMakeFiles/CMakeOutput.log". See also "/home/renbing/tool/paddle/CMakeFiles/CMakeError.log".