Skip to content

Instantly share code, notes, and snippets.

@c4goldsw
Last active June 17, 2016 11:13
Show Gist options
  • Save c4goldsw/ff9fca6febe9d080eb0eab896efba1a3 to your computer and use it in GitHub Desktop.
Save c4goldsw/ff9fca6febe9d080eb0eab896efba1a3 to your computer and use it in GitHub Desktop.
chris@Pure-Gold:~/programming/shogun/build$ cmake -DENABLE_TESTING=on -DCMAKE_BUILD_TYPE=Debug ..
-- Could not determine Eclipse version, assuming at least 3.6 (Helios). Adjust CMAKE_ECLIPSE_VERSION if this is wrong.
-- 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_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")
-- Ctags flavour: Exuberant
-- Failed to locate sphinx-build executable (missing: SPHINX_EXECUTABLE)
-- checking for one of the modules 'libjson>=0.11;json>=0.11;json-c>=0.11'
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
-- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
-- Could NOT find SNAPPY (missing: SNAPPY_LIBRARIES SNAPPY_INCLUDE_DIR)
-- Lzo includes and libraries NOT found.
-- Spinlock support found
-- Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
-- Eigen3 set as default global linear algebra backend library
-- Eigen3 set as default core module (linalg) backend library
-- Eigen3 set as default reduction module (linalg) backend library
-- Eigen3 set as default eigen solver module (linalg) backend library
-- ===================================================================================================================
-- Summary of Configuration Variables
--
-- The following OPTIONAL packages have been found:
* CCache
* GDB
* OpenMP
* BLAS
* LAPACK
* Ctags
* HDF5
* ZLIB
* BZip2
* LibLZMA
* Spinlock
* Threads
* Jinja2
-- The following REQUIRED packages have been found:
* PythonInterp
* PLY
-- The following OPTIONAL packages have not been found:
* Mosek
* Atlas
* CBLAS
* GLPK
* CPLEX
* ARPACK
* Eigen3 (required version >= 3.1.2)
* ViennaCL (required version >= 1.5.0)
* NLopt
* LpSolve
* ColPack
* Doxygen (required version >= 1.8.6)
* Sphinx
* LibXml2
* CURL
* SNAPPY
* LZO
* Protobuf
-- 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
--
--
-- ------------------------------------
-- Shogun will be built GPL3 compatible
-- ------------------------------------
--
--
-- 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 /home/chris/programming/shogun/build 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/chris/programming/shogun
chris@Pure-Gold:~/programming/shogun/build$
chris@Pure-Gold:~/programming/shogun/build$ cd ..
chris@Pure-Gold:~/programming/shogun$ make
[ 0%] Performing build step for 'Eigen3'
make[2]: *** [Eigen3/src/Eigen3-stamp/Eigen3-build] Error 1
make[1]: *** [CMakeFiles/Eigen3.dir/all] Error 2
make: *** [all] Error 2
chris@Pure-Gold:~/programming/shogun$ sudo chmod 777 ./* -R
chris@Pure-Gold:~/programming/shogun$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment