Guest User

Untitled

a guest
Mar 21st, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.59 KB | None | 0 0
  1. abhinav.moudgil@magnetar:/Neutron7/abhinav.moudgil/mlpack/build$ cmake -D CMAKE_INSTALL_PREFIX=/home/abhinav.moudgil/mlpack_installed -D DOXYGEN_EXECUTABLE=/home/abhinav.moudgil/doxygen_installed/bin/doxygen ../
  2. -- The C compiler identification is GNU 5.4.0
  3. -- The CXX compiler identification is GNU 5.4.0
  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. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Found Armadillo: /usr/lib/libarmadillo.so (found suitable version "6.500.5", minimum required is "4.200.0")
  17. -- Armadillo libraries: /usr/lib/libarmadillo.so
  18. -- Boost version: 1.58.0
  19. -- Found the following Boost libraries:
  20. --   program_options
  21. --   unit_test_framework
  22. --   serialization
  23. -- Try OpenMP C flag = [-fopenmp]
  24. -- Performing Test OpenMP_FLAG_DETECTED
  25. -- Performing Test OpenMP_FLAG_DETECTED - Success
  26. -- Try OpenMP CXX flag = [-fopenmp]
  27. -- Performing Test OpenMP_FLAG_DETECTED
  28. -- Performing Test OpenMP_FLAG_DETECTED - Success
  29. -- Found OpenMP: -fopenmp  
  30. -- Found Git: /usr/bin/git (found version "2.7.4")
  31. -- Updated gitversion.hpp.
  32. -- Regenerating arma_config.hpp.
  33. CMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:37 (get_property):
  34.   Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  35.   Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  36.   command to set the policy and suppress this warning.
  37.  
  38.   The LOCATION property should not be read from target "mlpack_knn".  Use the
  39.   target name directly with add_custom_command, or use the generator
  40.   expression $<TARGET_FILE>, as appropriate.
  41.  
  42. This warning is for project developers.  Use -Wno-dev to suppress it.
  43.  
  44. CMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:45 (get_property):
  45.   Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  46.   Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  47.   command to set the policy and suppress this warning.
  48.  
  49.   The LOCATION property should not be read from target "mlpack_kfn".  Use the
  50.   target name directly with add_custom_command, or use the generator
  51.   expression $<TARGET_FILE>, as appropriate.
  52.  
  53. This warning is for project developers.  Use -Wno-dev to suppress it.
  54.  
  55. CMake Warning (dev) at src/mlpack/methods/rann/CMakeLists.txt:42 (get_property):
  56.   Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  57.   Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  58.   command to set the policy and suppress this warning.
  59.  
  60.   The LOCATION property should not be read from target "mlpack_krann".  Use
  61.   the target name directly with add_custom_command, or use the generator
  62.   expression $<TARGET_FILE>, as appropriate.
  63.  
  64. This warning is for project developers.  Use -Wno-dev to suppress it.
  65.  
  66. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  67. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  68. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  69. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  70. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  71. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  72. -- Found Doxygen: /home/abhinav.moudgil/doxygen_installed/bin/doxygen (found version "1.8.14")
Add Comment
Please, Sign In to add comment