Skip to content

Instantly share code, notes, and snippets.

@sanuj
Created March 12, 2016 15:09
Show Gist options
  • Save sanuj/e54936c483ef39a3713d to your computer and use it in GitHub Desktop.
Save sanuj/e54936c483ef39a3713d to your computer and use it in GitHub Desktop.
-- 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 GLPK (missing:  GLPK_LIBRARY GLPK_INCLUDE_DIR GLPK_PROPER_VERSION_FOUND) 
-- Could NOT find CPLEX (missing:  CPLEX_LIBRARY CPLEX_INCLUDE_DIR) 
-- Could NOT find OPENCL (missing:  OPENCL_LIBRARY) 
-- Looking for viennacl::ocl::type_to_string<char>::apply
-- Looking for viennacl::ocl::type_to_string<char>::apply - not found
-- Could NOT find ViennaCL: Found unsuitable version "1.4.2", but required is at least "1.5.0" (found /home/sanuj/Downloads/ViennaCL-1.7.0/build/libviennacl)
-- 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 ColPack (missing:  COLPACK_LIBRARIES COLPACK_LIBRARY_DIR COLPACK_INCLUDE_DIR) 
-- Could NOT find ARPREC (missing:  ARPREC_LIBRARIES ARPREC_INCLUDE_DIR) 
-- checking for one of the modules 'libjson>=0.11;json>=0.11;json-c>=0.11'
-- Lzo includes and libraries NOT found. 
-- Spinlock support found
-- Supported backend(s) for linear algebra FOUND and ENABLED
-- ===================================================================================================================
-- Summary of Configuration Variables
-- 
-- The following OPTIONAL packages have been found:

 * CCache
 * GDB
 * OpenMP
 * BLAS
 * LAPACK
 * Atlas
 * Eigen3 (required version >= 3.1.2)
 * LpSolve
 * Doxygen
 * LibXml2
 * HDF5
 * CURL
 * ZLIB
 * BZip2
 * LibLZMA
 * SNAPPY
 * Spinlock
 * Threads
 * Protobuf
 * Jinja2

-- The following REQUIRED packages have been found:

 * PythonInterp

-- The following OPTIONAL packages have not been found:

 * Mosek
 * GLPK
 * CPLEX
 * ARPACK
 * ViennaCL (required version >= 1.5.0)
 * NLopt
 * ColPack
 * ARPREC
 * LZO

-- The following REQUIRED packages have not been found:

 * OpenCL

-- ===================================================================================================================
-- Enabled Integration
--   OpenCV Integration is OFF 	 - enable with -DOpenCV=ON
-- ===================================================================================================================
-- Enabled Interfaces
--   libshogun is ON
--   python modular is OFF 	 - enable with -DPythonModular=ON
--   octave modular is OFF 	 - enable with -DOctaveModular=ON
--   java modular is OFF 	 - enable with -DJavaModular=ON
--   perl modular is OFF 	 - enable with -DPerlModular=ON
--   ruby modular is OFF 	 - enable with -DRubyModular=ON
--   csharp modular is OFF 	 - enable with -DCSharpModular=ON
--   R modular is OFF 		 - enable with -DRModular=ON
--   lua modular is OFF 	 - enable with -DLuaModular=ON
-- 
-- Enabled legacy interfaces
--   cmdline static is OFF 	 - enable with -DCmdLineStatic=ON
--   python static is OFF 	 - enable with -DPythonStatic=ON
--   octave static is OFF 	 - enable with -DOctaveStatic=ON
--   matlab static is OFF 	 - enable with -DMatlabStatic=ON
--   R static is OFF 		 - enable with -DRStatic=ON
-- ===================================================================================================================
-- To compile shogun type
--   make
-- 
-- To install shogun to /usr/local type
--   make install
-- 
-- or to install to a custom directory
--   make install DESTDIR=/my/special/path
--   (or rerun cmake with -DCMAKE_INSTALL_PREFIX=/my/special/path) to just change the prefix
-- ===================================================================================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sanuj/Projects/shogun/build_viennacl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment