Advertisement
Guest User

cmake output

a guest
Nov 26th, 2013
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. alex@alex-MS-7623:~/shogun-3.0.0$ cmake CMakeLists.txt
  2. -- Could NOT find CCache (missing: CCACHE)
  3. -- Using system's malloc
  4. -- Could NOT find MOSEK (missing: MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY)
  5. -- A library with BLAS API found.
  6. -- A library with LAPACK API found.
  7. -- Could NOT find ATLAS (missing: ATLAS_INCLUDES)
  8. -- Could NOT find GLPK (missing: GLPK_LIBRARY GLPK_INCLUDE_DIR GLPK_PROPER_VERSION_FOUND)
  9. -- Could NOT find CPLEX (missing: CPLEX_LIBRARY CPLEX_INCLUDE_DIR)
  10. -- Found Arpack : /usr/lib/libarpack.so
  11. -- Could NOT find Eigen3 (missing: EIGEN_INCLUDE_DIR) (Required is at least version "3.1.2")
  12. -- checking for one of the modules 'libColPack>=1.0.9;ColPack>=1.0.9'
  13. -- Could NOT find NLOPT (missing: NLOPT_LIBRARY NLOPT_INCLUDE_DIR)
  14. -- Could NOT find LPSOLVE (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIR)
  15. -- Could NOT find ColPack (missing: COLPACK_LIBRARIES COLPACK_LIBRARY_DIR COLPACK_INCLUDE_DIR)
  16. -- Could NOT find ARPREC (missing: ARPREC_LIBRARIES ARPREC_INCLUDE_DIR)
  17. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  18. -- checking for one of the modules 'libjson>=0.11;json>=0.11;json-c>=0.11'
  19. -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
  20. -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
  21. -- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
  22. -- Could NOT find LibLZMA (missing: LIBLZMA_INCLUDE_DIR LIBLZMA_LIBRARY LIBLZMA_HAS_AUTO_DECODER LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET)
  23. -- Could NOT find SNAPPY (missing: SNAPPY_LIBRARIES SNAPPY_INCLUDE_DIR)
  24. -- Lzo includes and libraries NOT found.
  25. -- Spinlock support found
  26. -- ===================================================================================================================
  27. -- Summary of Configuration Variables
  28. --
  29. -- The following OPTIONAL packages have been found:
  30.  
  31. * GDB
  32. * OpenMP
  33. * BLAS
  34. * Threads
  35. * LAPACK
  36. * CBLAS
  37. * ARPACK
  38. * HDF5
  39. * ZLIB
  40. * Spinlock
  41.  
  42. -- The following REQUIRED packages have been found:
  43.  
  44. * SWIG (required version >= 2.0.4)
  45. * PythonLibs
  46. * PythonInterp
  47. * NumPy
  48.  
  49. -- The following OPTIONAL packages have not been found:
  50.  
  51. * CCache
  52. * Mosek
  53. * Atlas
  54. * GLPK
  55. * CPLEX
  56. * Eigen3 (required version >= 3.1.2)
  57. * NLopt
  58. * LpSolve
  59. * ColPack
  60. * ARPREC
  61. * Doxygen
  62. * LibXml2
  63. * CURL
  64. * BZip2
  65. * LibLZMA
  66. * SNAPPY
  67. * LZO
  68.  
  69. -- ===================================================================================================================
  70. -- Enabled Interfaces
  71. -- libshogun is ON
  72. -- python modular is ON
  73. -- octave modular is OFF - enable with -DOctaveModular=ON
  74. -- java modular is OFF - enable with -DJavaModular=ON
  75. -- perl modular is OFF - enable with -DPerlModular=ON
  76. -- ruby modular is OFF - enable with -DRubyModular=ON
  77. -- csharp modular is OFF - enable with -DCSharpModular=ON
  78. -- R modular is OFF - enable with -DRModular=ON
  79. -- lua modular is OFF - enable with -DLuaModular=ON
  80. --
  81. -- Enabled legacy interfaces
  82. -- cmdline static is OFF - enable with -DCmdLineStatic=ON
  83. -- python static is OFF - enable with -DPythonStatic=ON
  84. -- octave static is OFF - enable with -DOctaveStatic=ON
  85. -- matlab static is OFF - enable with -DMatlabStatic=ON
  86. -- R static is OFF - enable with -DRStatic=ON
  87. -- ===================================================================================================================
  88. -- To compile shogun type
  89. -- make
  90. --
  91. -- To install shogun to /usr/local type
  92. -- make install
  93. --
  94. -- or to install to a custom directory
  95. -- make install DESTDIR=/my/special/path
  96. -- (or rerun cmake with -DCMAKE_INSTALL_PREFIX=/my/special/path) to just change the prefix
  97. -- ===================================================================================================================
  98. -- Configuring done
  99. -- Generating done
  100. -- Build files have been written to: /home/alex/shogun-3.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement