Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 ../
- -- The C compiler identification is GNU 5.4.0
- -- The CXX compiler identification is GNU 5.4.0
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found Armadillo: /usr/lib/libarmadillo.so (found suitable version "6.500.5", minimum required is "4.200.0")
- -- Armadillo libraries: /usr/lib/libarmadillo.so
- -- Boost version: 1.58.0
- -- Found the following Boost libraries:
- -- program_options
- -- unit_test_framework
- -- serialization
- -- Try OpenMP C flag = [-fopenmp]
- -- Performing Test OpenMP_FLAG_DETECTED
- -- Performing Test OpenMP_FLAG_DETECTED - Success
- -- Try OpenMP CXX flag = [-fopenmp]
- -- Performing Test OpenMP_FLAG_DETECTED
- -- Performing Test OpenMP_FLAG_DETECTED - Success
- -- Found OpenMP: -fopenmp
- -- Found Git: /usr/bin/git (found version "2.7.4")
- -- Updated gitversion.hpp.
- -- Regenerating arma_config.hpp.
- CMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:37 (get_property):
- Policy CMP0026 is not set: Disallow use of the LOCATION target property.
- Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- The LOCATION property should not be read from target "mlpack_knn". Use the
- target name directly with add_custom_command, or use the generator
- expression $<TARGET_FILE>, as appropriate.
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:45 (get_property):
- Policy CMP0026 is not set: Disallow use of the LOCATION target property.
- Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- The LOCATION property should not be read from target "mlpack_kfn". Use the
- target name directly with add_custom_command, or use the generator
- expression $<TARGET_FILE>, as appropriate.
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/mlpack/methods/rann/CMakeLists.txt:42 (get_property):
- Policy CMP0026 is not set: Disallow use of the LOCATION target property.
- Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- The LOCATION property should not be read from target "mlpack_krann". Use
- the target name directly with add_custom_command, or use the generator
- expression $<TARGET_FILE>, as appropriate.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
- -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
- -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
- -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
- -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
- -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
- -- Found Doxygen: /home/abhinav.moudgil/doxygen_installed/bin/doxygen (found version "1.8.14")
Add Comment
Please, Sign In to add comment