Advertisement
Guest User

Shogun configure log

a guest
Oct 4th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. Running configure for SHOGUN version 2.0.0
  2. Checking for C Compiler ... gcc 4.6, ok
  3. Checking for C Compiler flags ... -fPIC -g -Wall -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -funroll-loops -mfpmath=sse
  4. Checking for C++ Compiler ... gcc 4.6, ok
  5. Checking for C++ Compiler flags ... -fPIC -g -Wall -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -funroll-loops -mfpmath=sse
  6. Detected Operating System: Linux
  7. Detected Host Architecture: x86_64
  8. Checking for makedepend ... gcc -MM
  9. Checking for Python ... 2.7.3
  10. Checking for pkg-config ... 0.26
  11. Checking for GNU Make ... GNU Make 3.81
  12. Checking for Doxygen ... doxygen not detected, for documentation please install
  13. Checking for Google C++ Mocking Framework ... not detected, for unit testing please install it
  14. Checking for CPU vendor ... GenuineIntel (6:58:9)
  15. Checking for CPU type ... Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
  16. Checking for GCC & CPU optimization abilities ... native
  17. Checking for compiler and kernel support of mmx ... yes
  18. Checking for compiler and kernel support of mmxext ... yes
  19. Checking for compiler and kernel support of sse ... yes
  20. Checking for compiler and kernel support of sse2 ... yes
  21. Checking for compiler and kernel support of cmov ... yes
  22. Checking for xmmintrin.h ... yes
  23. Checking for Word Size ... 64 bit
  24. Checking for Math support (-lm) ... yes
  25. Checking for Math powl() support ... yes
  26. Checking for Math lgammal() support ... yes
  27. Checking for Math sqrtl() support ... yes
  28. Checking for Math log2() support ... yes
  29. Checking for Posix threads support ... yes
  30. Checking for HDF5 (>= 1.8.0) support ... yes
  31. Checking for libjson (json-c) ... no
  32. Checking for libxml2 (>= 2.7.0) ... no
  33. Checking for AMD ACML support ... no
  34. Checking for Intel MKL support ... no
  35. Checking for Atlas support ... no
  36. Checking for Mac OS vector library ... no
  37. Checking for Vanilla lapack and blas support ... yes
  38. Checking for SuperLU support ... no
  39. Checking for Mosek support ... no
  40. Checking for ARPACK support ... no
  41. Checking for NLOPT support ... no
  42. Checking for Eigen3 support ... no
  43. Checking for CPLEX support ... no
  44. Checking for GLPK ... no
  45. Checking for lzo ... no
  46. Checking for snappy ... no
  47. Checking for gzip ... yes
  48. Checking for bzip2 ... yes
  49. Checking for lzma ... no
  50. Checking for Posix thread spinlock support ... yes
  51. Checking for libshogun ... yes (internal in source tree)
  52. Checking for Python numpy support ... 1.6.1
  53. Checking for Python/Python Numpy Developer Files ... yes
  54. Checking for SWIG ... 2.0.4
  55.  
  56. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  57. WARNING: SHOGUN is built using SVMlight which was written
  58. by Thorsten Joachims and uses a different non GPL compatible license.
  59. To build a fully GPL'd SHOGUN use
  60.  
  61. ./configure --disable-svm-light
  62.  
  63. The SVMlight license can be found in LICENSE.SVMlight. In case
  64. you do not know or cannot agree to the licensing terms expressed in
  65. LICENSE.SVMlight press ctrl+c to abort configure now.
  66. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  67.  
  68.  
  69. SHOGUN was configured for
  70.  
  71. libshogun and the following interfaces: python_modular
  72.  
  73. interface(s) with the following configure options --enable-svm-light --interfaces=python_modular --prefix=/home/ralf/master/shogun2
  74.  
  75. It will support the following data types bool,char,uint8_t,uint16_t,int32_t,int64_t,uint64_t,float32_t,float64_t.
  76.  
  77. type "make" now to compile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement