Guest User

Untitled

a guest
Sep 12th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. root@flaxter8:~/shogun/build# cmake -DPythonModular=ON ..
  2. -- Could NOT find CCache (missing: CCACHE)
  3. -- Using system's malloc
  4. -- Could NOT find GDB (missing: GDB_COMMAND GDB_VERSION)
  5. -- Could NOT find MOSEK (missing: MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY)
  6. -- Try OpenMP CXX flag = [-fopenmp]
  7. -- Performing Test OpenMP_FLAG_DETECTED
  8. -- Performing Test OpenMP_FLAG_DETECTED - Success
  9. -- Could NOT find OpenMP (missing: OpenMP_CXX_FLAGS)
  10. -- A library with BLAS API found.
  11. -- A library with LAPACK API found.
  12. -- Could NOT find ATLAS (missing: ATLAS_LIBRARIES)
  13. -- Could NOT find GLPK (missing: GLPK_LIBRARY GLPK_INCLUDE_DIR GLPK_PROPER_VERSION_FOUND
  14. )
  15. -- Could NOT find CPLEX (missing: CPLEX_LIBRARY CPLEX_INCLUDE_DIR)
  16. -- Could NOT find OPENCL (missing: OPENCL_LIBRARY OPENCL_INCLUDE_DIR)
  17. -- Could NOT find ViennaCL (missing: VIENNACL_INCLUDE_DIR OPENCL_INCLUDE_DIRS OPENCL_LIB
  18. RARIES) (Required is at least version "1.5.0")
  19. -- checking for one of the modules 'libColPack>=1.0.9;ColPack>=1.0.9'
  20. -- Could NOT find LPSOLVE (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIR)
  21. -- Could NOT find ColPack (missing: COLPACK_LIBRARIES COLPACK_LIBRARY_DIR COLPACK_INCLUD
  22. E_DIR)
  23. -- Could NOT find ARPREC (missing: ARPREC_LIBRARIES ARPREC_INCLUDE_DIR)
  24. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  25. -- checking for one of the modules 'libjson>=0.11;json>=0.11;json-c>=0.11'
  26. -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
  27. -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
  28. -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
  29. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
  30. -- Could NOT find LibLZMA (missing: LIBLZMA_INCLUDE_DIR LIBLZMA_LIBRARY LIBLZMA_HAS_AUTO
  31. _DECODER LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET)
  32. -- Could NOT find SNAPPY (missing: SNAPPY_LIBRARIES SNAPPY_INCLUDE_DIR)
  33. -- Lzo includes and libraries NOT found.
  34. -- Spinlock support found
  35. -- Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
  36. -- Linear algebra uses c++11 features. Please use a supported compiler
  37. -- Could NOT find Jinja2 (missing: JINJA2_IMPORT_SUCCESS)
  38. -- ======================================================================================
  39. =============================
  40. -- Summary of Configuration Variables
  41. --
  42. -- The following OPTIONAL packages have been found:
  43.  
  44. * BLAS
  45. * LAPACK
  46. * CBLAS
  47. * Eigen3 (required version >= 3.1.2)
  48. * NLopt
  49. * BZip2
  50. * Spinlock
  51. * Threads
  52.  
  53. -- The following REQUIRED packages have been found:
  54.  
  55. * SWIG (required version >= 2.0.4)
  56. * PythonLibs
  57. * PythonInterp
  58. * NumPy
  59.  
  60. -- The following OPTIONAL packages have not been found:
  61.  
  62. * CCache
  63. * GDB
  64. * Mosek
  65. * OpenMP
  66. * Atlas
  67. * GLPK
  68. * CPLEX
  69. * ARPACK
  70. * ViennaCL (required version >= 1.5.0)
  71. * LpSolve
  72. * ColPack
  73. * ARPREC
  74. * Doxygen
  75. * LibXml2
  76. * HDF5
  77. * CURL
  78. * ZLIB
  79. * LibLZMA
  80. * SNAPPY
  81. * LZO
  82. * Protobuf
  83. * Jinja2
  84.  
  85. -- The following REQUIRED packages have not been found:
  86.  
  87. * OpenCL
  88.  
  89. -- ======================================================================================
  90. =============================
  91. -- Enabled Integration
  92. -- OpenCV Integration is OFF - enable with -DOpenCV=ON
  93. -- ======================================================================================
  94. =============================
  95. -- Enabled Interfaces
  96. -- libshogun is ON
  97. -- python modular is ON
  98. -- octave modular is OFF - enable with -DOctaveModular=ON
  99. -- java modular is OFF - enable with -DJavaModular=ON
  100. -- perl modular is OFF - enable with -DPerlModular=ON
  101. -- ruby modular is OFF - enable with -DRubyModular=ON
  102. -- csharp modular is OFF - enable with -DCSharpModular=ON
  103. -- R modular is OFF - enable with -DRModular=ON
  104. -- lua modular is OFF - enable with -DLuaModular=ON
  105. --
  106. -- Enabled legacy interfaces
  107. -- cmdline static is OFF - enable with -DCmdLineStatic=ON
  108. -- python static is OFF - enable with -DPythonStatic=ON
  109. -- octave static is OFF - enable with -DOctaveStatic=ON
  110. -- matlab static is OFF - enable with -DMatlabStatic=ON
  111. -- R static is OFF - enable with -DRStatic=ON
  112. -- ======================================================================================
  113. =============================
  114. -- To compile shogun type
  115. -- make
  116. --
  117. -- To install shogun to /usr/local type
  118. -- make install
  119. --
  120. -- or to install to a custom directory
  121. -- make install DESTDIR=/my/special/path
  122. -- (or rerun cmake with -DCMAKE_INSTALL_PREFIX=/my/special/path) to just change the pre
  123. fix
  124. -- ======================================================================================
  125. =============================
  126. -- Configuring done
  127. -- Generating done
  128. -- Build files have been written to: /root/shogun/build
Advertisement
Add Comment
Please, Sign In to add comment