Advertisement
Guest User

cmake shogun

a guest
Nov 15th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.61 KB | None | 0 0
  1. user@ubuntuvm:~$ cd shogun
  2. user@ubuntuvm:~/shogun$ mkdir build
  3. user@ubuntuvm:~/shogun$ cd build
  4. user@ubuntuvm:~/shogun/build$
  5. user@ubuntuvm:~/shogun/build$ cmake -DPythonModular=ON -DCMAKE_INSTALL_PREFIX="$HOME/shogun-install" ..
  6. -- The C compiler identification is GNU 4.8.2
  7. -- The CXX compiler identification is GNU 4.8.2
  8. -- Check for working C compiler: /usr/bin/cc
  9. -- Check for working C compiler: /usr/bin/cc -- works
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Check for working CXX compiler: /usr/bin/c++
  13. -- Check for working CXX compiler: /usr/bin/c++ -- works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Found CCache: /usr/bin/ccache  
  17. -- Found SWIG: /usr/bin/swig2.0 (found suitable version "2.0.11", minimum required is "2.0.4")
  18. -- Performing Test _HAS_CXX11_FLAG
  19. -- Performing Test _HAS_CXX11_FLAG - Success
  20. -- Checking C++11 support for "__func__"
  21. -- Checking C++11 support for "__func__": works
  22. -- Checking C++11 support for "atomic"
  23. -- Checking C++11 support for "atomic": works
  24. -- Checking C++11 support for "auto"
  25. -- Checking C++11 support for "auto": works
  26. -- Checking C++11 support for "auto_ret_type"
  27. -- Checking C++11 support for "auto_ret_type": works
  28. -- Checking C++11 support for "class_override_final"
  29. -- Checking C++11 support for "class_override_final": not supported
  30. -- Checking C++11 support for "constexpr"
  31. -- Checking C++11 support for "constexpr": works
  32. -- Checking C++11 support for "cstdint"
  33. -- Checking C++11 support for "cstdint": works
  34. -- Checking C++11 support for "decltype"
  35. -- Checking C++11 support for "decltype": works
  36. -- Checking C++11 support for "initializer_list"
  37. -- Checking C++11 support for "initializer_list": works
  38. -- Checking C++11 support for "lambda"
  39. -- Checking C++11 support for "lambda": works
  40. -- Checking C++11 support for "long_long"
  41. -- Checking C++11 support for "long_long": works
  42. -- Checking C++11 support for "nullptr"
  43. -- Checking C++11 support for "nullptr": works
  44. -- Checking C++11 support for "regex"
  45. -- Checking C++11 support for "regex": not supported
  46. -- Checking C++11 support for "rvalue-references"
  47. -- Checking C++11 support for "rvalue-references": works
  48. -- Checking C++11 support for "sizeof_member"
  49. -- Checking C++11 support for "sizeof_member": works
  50. -- Checking C++11 support for "static_assert"
  51. -- Checking C++11 support for "static_assert": works
  52. -- Checking C++11 support for "variadic_templates"
  53. -- Checking C++11 support for "variadic_templates": works
  54. -- Looking for C++ include unordered_map
  55. -- Looking for C++ include unordered_map - found
  56. -- Using system's malloc
  57. -- Looking for isfinite
  58. -- Looking for isfinite - not found
  59. -- Looking for isinf
  60. -- Looking for isinf - found
  61. -- Looking for isnan
  62. -- Looking for isnan - found
  63. -- Looking for signgam
  64. -- Looking for signgam - found
  65. -- Looking for log2
  66. -- Looking for log2 - found
  67. -- Looking for powl
  68. -- Looking for powl - found
  69. -- Looking for lgammal
  70. -- Looking for lgammal - found
  71. -- Looking for sqrtl
  72. -- Looking for sqrtl - found
  73. -- Looking for finite
  74. -- Looking for finite - found
  75. -- Looking for isfinite
  76. -- Looking for isfinite - not found
  77. -- Looking for isinf
  78. -- Looking for isinf - found
  79. -- Looking for isnan
  80. -- Looking for isnan - found
  81. -- Performing Test HAVE_STD_ISINF
  82. -- Performing Test HAVE_STD_ISINF - Success
  83. -- Performing Test HAVE_STD_ISFINITE
  84. -- Performing Test HAVE_STD_ISFINITE - Success
  85. -- Performing Test HAVE_STD_ISNAN
  86. -- Performing Test HAVE_STD_ISNAN - Success
  87. -- Looking for xmmintrin.h
  88. -- Looking for xmmintrin.h - found
  89. -- Looking for emmintrin.h
  90. -- Looking for emmintrin.h - found
  91. -- Looking for arc4random
  92. -- Looking for arc4random - not found
  93. -- Found GDB: /usr/bin/gdb  
  94. -- Could NOT find MOSEK (missing:  MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY)
  95. -- Looking for include file pthread.h
  96. -- Looking for include file pthread.h - found
  97. -- Looking for pthread_create
  98. -- Looking for pthread_create - not found
  99. -- Looking for pthread_create in pthreads
  100. -- Looking for pthread_create in pthreads - not found
  101. -- Looking for pthread_create in pthread
  102. -- Looking for pthread_create in pthread - found
  103. -- Found Threads: TRUE  
  104. -- Try OpenMP C flag = [-fopenmp]
  105. -- Performing Test OpenMP_FLAG_DETECTED
  106. -- Performing Test OpenMP_FLAG_DETECTED - Success
  107. -- Try OpenMP CXX flag = [-fopenmp]
  108. -- Performing Test OpenMP_FLAG_DETECTED
  109. -- Performing Test OpenMP_FLAG_DETECTED - Success
  110. -- Found OpenMP: -fopenmp  
  111. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  112. -- Looking for dgemm_
  113. -- Looking for dgemm_ - found
  114. -- A library with BLAS API found.
  115. -- Looking for cheev_
  116. -- Looking for cheev_ - found
  117. -- A library with LAPACK API found.
  118. -- Looking for clapack_dpotrf in /usr/lib/atlas-base/liblapack_atlas.so.3
  119. -- Looking for clapack_dpotrf in /usr/lib/atlas-base/liblapack_atlas.so.3 - found
  120. -- Found ATLAS: /usr/lib/atlas-base/liblapack_atlas.so.3;/usr/lib/atlas-base/libcblas.so.3;/usr/lib/atlas-base/libf77blas.so.3;/usr/lib/atlas-base/libatlas.so.3;/usr/lib/liblapack.so.3  
  121. -- Found GLPK: /usr/lib/i386-linux-gnu/libglpk.so  
  122. -- Could NOT find CPLEX (missing:  CPLEX_LIBRARY CPLEX_INCLUDE_DIR)
  123. -- Found Eigen3: /usr/include/eigen3 (found suitable version "3.2.0", minimum required is "3.1.2")
  124. -- Could NOT find OPENCL (missing:  OPENCL_LIBRARY OPENCL_INCLUDE_DIR)
  125. -- Could NOT find ViennaCL (missing:  VIENNACL_INCLUDE_DIR OPENCL_INCLUDE_DIRS OPENCL_LIBRARIES) (Required is at least version "1.5.0")
  126. -- checking for one of the modules 'libColPack>=1.0.9;ColPack>=1.0.9'
  127. -- Found NLOPT: /usr/local/lib/libnlopt.a  
  128. -- Found LPSOLVE: /usr/lib/liblpsolve55.a  
  129. -- Found ColPack: /usr/lib/i386-linux-gnu/libColPack.so  
  130. -- Could NOT find ARPREC (missing:  ARPREC_LIBRARIES ARPREC_INCLUDE_DIR)
  131. -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
  132. -- Found PythonInterp: /usr/bin/python (found version "2.7.6")
  133. -- checking for one of the modules 'libjson>=0.11;json>=0.11;json-c>=0.11'
  134. -- Found LibXml2: /usr/lib/i386-linux-gnu/libxml2.so (found version "2.9.1")
  135. -- Could NOT find HDF5 (missing:  HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
  136. -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
  137. -- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.8")
  138. -- Found BZip2: /usr/lib/i386-linux-gnu/libbz2.so (found version "1.0.6")
  139. -- Looking for BZ2_bzCompressInit in /usr/lib/i386-linux-gnu/libbz2.so
  140. -- Looking for BZ2_bzCompressInit in /usr/lib/i386-linux-gnu/libbz2.so - found
  141. -- Could NOT find LibLZMA (missing:  LIBLZMA_INCLUDE_DIR LIBLZMA_LIBRARY LIBLZMA_HAS_AUTO_DECODER LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET)
  142. -- Could NOT find SNAPPY (missing:  SNAPPY_LIBRARIES SNAPPY_INCLUDE_DIR)
  143. -- Lzo includes and libraries NOT found.
  144. -- Spinlock support found
  145. -- Could NOT find PROTOBUF (missing:  PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
  146. -- Supported backend(s) for linear algebra libraries found
  147. -- Found PythonLibs: /usr/lib/i386-linux-gnu/libpython2.7.so (found version "2.7.6")
  148. -- Found NumPy: version "1.8.2" /usr/lib/python2.7/dist-packages/numpy/core/include
  149. -- ===================================================================================================================
  150. -- Summary of Configuration Variables
  151. --
  152. -- The following OPTIONAL packages have been found:
  153.  
  154. * CCache
  155. * GDB
  156. * OpenMP
  157. * BLAS
  158. * LAPACK
  159. * Atlas
  160. * GLPK
  161. * Eigen3 (required version >= 3.1.2)
  162. * NLopt
  163. * LpSolve
  164. * ColPack
  165. * LibXml2
  166. * ZLIB
  167. * BZip2
  168. * Spinlock
  169. * Threads
  170.  
  171. -- The following REQUIRED packages have been found:
  172.  
  173. * SWIG (required version >= 2.0.4)
  174. * PythonLibs
  175. * PythonInterp
  176. * NumPy
  177.  
  178. -- The following OPTIONAL packages have not been found:
  179.  
  180. * Mosek
  181. * CPLEX
  182. * ARPACK
  183. * ViennaCL (required version >= 1.5.0)
  184. * ARPREC
  185. * Doxygen
  186. * HDF5
  187. * CURL
  188. * LibLZMA
  189. * SNAPPY
  190. * LZO
  191. * Protobuf
  192.  
  193. -- The following REQUIRED packages have not been found:
  194.  
  195. * OpenCL
  196.  
  197. -- ===================================================================================================================
  198. -- Enabled Integration
  199. --   OpenCV Integration is OFF   - enable with -DOpenCV=ON
  200. -- ===================================================================================================================
  201. -- Enabled Interfaces
  202. --   libshogun is ON
  203. --   python modular is ON
  204. --   octave modular is OFF   - enable with -DOctaveModular=ON
  205. --   java modular is OFF     - enable with -DJavaModular=ON
  206. --   perl modular is OFF     - enable with -DPerlModular=ON
  207. --   ruby modular is OFF     - enable with -DRubyModular=ON
  208. --   csharp modular is OFF   - enable with -DCSharpModular=ON
  209. --   R modular is OFF        - enable with -DRModular=ON
  210. --   lua modular is OFF      - enable with -DLuaModular=ON
  211. --
  212. -- Enabled legacy interfaces
  213. --   cmdline static is OFF   - enable with -DCmdLineStatic=ON
  214. --   python static is OFF    - enable with -DPythonStatic=ON
  215. --   octave static is OFF    - enable with -DOctaveStatic=ON
  216. --   matlab static is OFF    - enable with -DMatlabStatic=ON
  217. --   R static is OFF         - enable with -DRStatic=ON
  218. -- ===================================================================================================================
  219. -- To compile shogun type
  220. --   make
  221. --
  222. -- To install shogun to /home/user/shogun-install type
  223. --   make install
  224. --
  225. -- or to install to a custom directory
  226. --   make install DESTDIR=/my/special/path
  227. --   (or rerun cmake with -DCMAKE_INSTALL_PREFIX=/my/special/path) to just change the prefix
  228. -- ===================================================================================================================
  229. -- Configuring done
  230. -- Generating done
  231. -- Build files have been written to: /home/user/shogun/build
  232. user@ubuntuvm:~/shogun/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement