Skip to content

Instantly share code, notes, and snippets.

@deepakkandasamy
Created June 1, 2016 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepakkandasamy/ed7e4684177f3121553cd00c26d9681a to your computer and use it in GitHub Desktop.
Save deepakkandasamy/ed7e4684177f3121553cd00c26d9681a to your computer and use it in GitHub Desktop.
-- Could NOT find CCache (missing: CCACHE)
-- Using system's malloc
-- Could NOT find MOSEK (missing: MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY)
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
-- Could NOT find CBLAS (missing: CBLAS_LIBRARY)
-- Could NOT find GLPK (missing: GLPK_LIBRARY GLPK_INCLUDE_DIR GLPK_PROPER_VERSION_FOUND)
-- Could NOT find CPLEX (missing: CPLEX_LIBRARY CPLEX_INCLUDE_DIR)
-- Could NOT find Eigen3 (missing: EIGEN_INCLUDE_DIR) (Required is at least version "3.1.2")
-- Could NOT find OPENCL (missing: OPENCL_LIBRARY OPENCL_INCLUDE_DIR)
-- Could NOT find ViennaCL (missing: VIENNACL_INCLUDE_DIR VIENNACL_ENCODED_VERSION OPENCL_INCLUDE_DIRS OPENCL_LIBRARIES) (Required is at least version "1.5.0")
-- checking for one of the modules 'libColPack>=1.0.9;ColPack>=1.0.9'
-- Could NOT find NLOPT (missing: NLOPT_LIBRARY NLOPT_INCLUDE_DIR)
-- Could NOT find LPSOLVE (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIR)
-- Could NOT find ColPack (missing: COLPACK_LIBRARIES COLPACK_LIBRARY_DIR COLPACK_INCLUDE_DIR)
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) (Required is at least version "1.8.6")
-- Could NOT find Ctags (missing: CTAGS_EXECUTABLE)
CMake Error at CMakeLists.txt:719 (message):
Ctags required for meta examples.
-- Configuring incomplete, errors occurred!
See also "/home/deepak/shogun/CMakeFiles/CMakeOutput.log".
See also "/home/deepak/shogun/CMakeFiles/CMakeError.log".
@liuhd1992
Copy link

you could install the openBlas, and set the Blas := open in Makefile, then make is ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment