Guest User

Untitled

a guest
Dec 13th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. beenish@beenishU:~/shogun-3.0.0/build$ sudo cmake -DCMAKE_VERBOSE_MAKEFILE=ON ..
  2. -- The C compiler identification is GNU 4.6.3
  3. -- The CXX compiler identification is GNU 4.6.3
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Found CCache: /usr/bin/ccache
  13. -- Performing Test _HAS_CXX11_FLAG
  14. -- Performing Test _HAS_CXX11_FLAG - Failed
  15. -- Performing Test _HAS_CXX0X_FLAG
  16. -- Performing Test _HAS_CXX0X_FLAG - Success
  17. -- Your compiler cannot expand a variadic template parameter into a fixed-length argument list.
  18. -- Checking C++11 support for "__func__"
  19. -- Checking C++11 support for "__func__": works
  20. -- Checking C++11 support for "atomic"
  21. -- Checking C++11 support for "atomic": not supported
  22. -- Checking C++11 support for "auto"
  23. -- Checking C++11 support for "auto": not supported
  24. -- Checking C++11 support for "auto_ret_type"
  25. -- Checking C++11 support for "auto_ret_type": not supported
  26. -- Checking C++11 support for "class_override_final"
  27. -- Checking C++11 support for "class_override_final": not supported
  28. -- Checking C++11 support for "constexpr"
  29. -- Checking C++11 support for "constexpr": not supported
  30. -- Checking C++11 support for "cstdint"
  31. -- Checking C++11 support for "cstdint": not supported
  32. -- Checking C++11 support for "decltype"
  33. -- Checking C++11 support for "decltype": not supported
  34. -- Checking C++11 support for "initializer_list"
  35. -- Checking C++11 support for "initializer_list": not supported
  36. -- Checking C++11 support for "lambda"
  37. -- Checking C++11 support for "lambda": works
  38. -- Checking C++11 support for "long_long"
  39. -- Checking C++11 support for "long_long": works
  40. -- Checking C++11 support for "nullptr"
  41. -- Checking C++11 support for "nullptr": not supported
  42. -- Checking C++11 support for "regex"
  43. -- Checking C++11 support for "regex": not supported
  44. -- Checking C++11 support for "rvalue-references"
  45. -- Checking C++11 support for "rvalue-references": not supported
  46. -- Checking C++11 support for "sizeof_member"
  47. -- Checking C++11 support for "sizeof_member": works
  48. -- Checking C++11 support for "static_assert"
  49. -- Checking C++11 support for "static_assert": not supported
  50. -- Checking C++11 support for "variadic_templates"
  51. -- Checking C++11 support for "variadic_templates": works
  52. -- Using system's malloc
  53. -- Looking for log2
  54. -- Looking for log2 - found
  55. -- Looking for powl
  56. -- Looking for powl - found
  57. -- Looking for lgammal
  58. -- Looking for lgammal - found
  59. -- Looking for sqrtl
  60. -- Looking for sqrtl - found
  61. -- Looking for xmmintrin.h
  62. -- Looking for xmmintrin.h - found
  63. -- Looking for emmintrin.h
  64. -- Looking for emmintrin.h - found
  65. -- Found GDB: /usr/bin/gdb
  66. -- Could NOT find MOSEK (missing: MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY)
  67. -- Looking for include file pthread.h
  68. -- Looking for include file pthread.h - found
  69. -- Looking for pthread_create
  70. -- Looking for pthread_create - not found
  71. -- Looking for pthread_create in pthreads
  72. -- Looking for pthread_create in pthreads - not found
  73. -- Looking for pthread_create in pthread
  74. -- Looking for pthread_create in pthread - found
  75. -- Found Threads: TRUE
  76. -- Try OpenMP C flag = [-fopenmp]
  77. -- Performing Test OpenMP_FLAG_DETECTED
  78. -- Performing Test OpenMP_FLAG_DETECTED - Success
  79. -- Try OpenMP CXX flag = [-fopenmp]
  80. -- Performing Test OpenMP_FLAG_DETECTED
  81. -- Performing Test OpenMP_FLAG_DETECTED - Success
  82. -- Found OpenMP: -fopenmp
  83. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  84. -- Looking for dgemm_
  85. -- Looking for dgemm_ - found
  86. -- A library with BLAS API found.
  87. -- Looking for cheev_
  88. -- Looking for cheev_ - found
  89. -- A library with LAPACK API found.
  90. -- Looking for clapack_dpotrf in /usr/lib/liblapack_atlas.so
  91. -- Looking for clapack_dpotrf in /usr/lib/liblapack_atlas.so - found
  92. -- Found ATLAS: /usr/lib/liblapack_atlas.so;/usr/lib/libcblas.so;/usr/lib/atlas-base/libf77blas.so;/usr/lib/libatlas.so;/usr/lib/liblapack.so
  93. -- Found GLPK: /usr/lib/libglpk.so
  94. -- Could NOT find CPLEX (missing: CPLEX_LIBRARY CPLEX_INCLUDE_DIR)
  95. -- Found Arpack : /usr/lib/libarpack.so
  96. -- Found Eigen3: /usr/include/eigen3 (found suitable version "3.1.2", minimum required is "3.1.2")
  97. -- checking for one of the modules 'libColPack>=1.0.9;ColPack>=1.0.9'
  98. -- Found NLOPT: /usr/lib/libnlopt.so
  99. -- Found LPSOLVE: /usr/lib/liblpsolve55.a
  100. -- Could NOT find ColPack (missing: COLPACK_LIBRARIES COLPACK_LIBRARY_DIR COLPACK_INCLUDE_DIR)
  101. -- Could NOT find ARPREC (missing: ARPREC_LIBRARIES)
  102. -- Found Doxygen: /usr/bin/doxygen (found version "1.7.6.1")
  103. -- Found PythonInterp: /usr/bin/python (found version "2.7.3")
  104. -- checking for one of the modules 'libjson>=0.11;json>=0.11;json-c>=0.11'
  105. -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.7.8")
  106. -- Found HDF5: /usr/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libm.so
  107. -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.22.0")
  108. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.3.4")
  109. -- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
  110. -- Looking for BZ2_bzCompressInit in /usr/lib/x86_64-linux-gnu/libbz2.so
  111. -- Looking for BZ2_bzCompressInit in /usr/lib/x86_64-linux-gnu/libbz2.so - found
  112. -- Looking for lzma_auto_decoder in /usr/lib/x86_64-linux-gnu/liblzma.so
  113. -- Looking for lzma_auto_decoder in /usr/lib/x86_64-linux-gnu/liblzma.so - found
  114. -- Looking for lzma_easy_encoder in /usr/lib/x86_64-linux-gnu/liblzma.so
  115. -- Looking for lzma_easy_encoder in /usr/lib/x86_64-linux-gnu/liblzma.so - found
  116. -- Looking for lzma_lzma_preset in /usr/lib/x86_64-linux-gnu/liblzma.so
  117. -- Looking for lzma_lzma_preset in /usr/lib/x86_64-linux-gnu/liblzma.so - found
  118. -- Found LibLZMA: /usr/include (found version "5.1.0")
  119. -- Found SNAPPY: /usr/lib/libsnappy.so
  120. -- Lzo Library /usr/lib/x86_64-linux-gnu/liblzo2.so
  121. -- Lzo Include Found in /usr/include
  122. -- Spinlock support found
  123. -- ===================================================================================================================
  124. -- Summary of Configuration Variables
  125. --
  126. -- The following OPTIONAL packages have been found:
  127.  
  128. * CCache
  129. * GDB
  130. * OpenMP
  131. * BLAS
  132. * Threads
  133. * LAPACK
  134. * Atlas
  135. * GLPK
  136. * ARPACK
  137. * Eigen3 (required version >= 3.1.2)
  138. * NLopt
  139. * LpSolve
  140. * Doxygen
  141. * LibXml2
  142. * HDF5
  143. * CURL
  144. * ZLIB
  145. * BZip2
  146. * LibLZMA
  147. * SNAPPY
  148. * LZO
  149. * Spinlock
  150.  
  151. -- The following REQUIRED packages have been found:
  152.  
  153. * PythonInterp
  154.  
  155. -- The following OPTIONAL packages have not been found:
  156.  
  157. * Mosek
  158. * CPLEX
  159. * ColPack
  160. * ARPREC
  161.  
  162. -- ===================================================================================================================
  163. -- Enabled Interfaces
  164. -- libshogun is ON
  165. -- python modular is OFF - enable with -DPythonModular=ON
  166. -- octave modular is OFF - enable with -DOctaveModular=ON
  167. -- java modular is OFF - enable with -DJavaModular=ON
  168. -- perl modular is OFF - enable with -DPerlModular=ON
  169. -- ruby modular is OFF - enable with -DRubyModular=ON
  170. -- csharp modular is OFF - enable with -DCSharpModular=ON
  171. -- R modular is OFF - enable with -DRModular=ON
  172. -- lua modular is OFF - enable with -DLuaModular=ON
  173. --
  174. -- Enabled legacy interfaces
  175. -- cmdline static is OFF - enable with -DCmdLineStatic=ON
  176. -- python static is OFF - enable with -DPythonStatic=ON
  177. -- octave static is OFF - enable with -DOctaveStatic=ON
  178. -- matlab static is OFF - enable with -DMatlabStatic=ON
  179. -- R static is OFF - enable with -DRStatic=ON
  180. -- ===================================================================================================================
  181. -- To compile shogun type
  182. -- make
  183. --
  184. -- To install shogun to /usr/local type
  185. -- make install
  186. --
  187. -- or to install to a custom directory
  188. -- make install DESTDIR=/my/special/path
  189. -- (or rerun cmake with -DCMAKE_INSTALL_PREFIX=/my/special/path) to just change the prefix
  190. -- ===================================================================================================================
  191. -- Configuring done
  192. -- Generating done
  193. -- Build files have been written to: /home/beenish/shogun-3.0.0/build
Advertisement
Add Comment
Please, Sign In to add comment