Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
- The package name passed to `find_package_handle_standard_args` (LIBBFD)
- does not match the name of the calling package (Bfd). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindBfd.cmake:82 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMakeLists.txt:196 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
- The package name passed to `find_package_handle_standard_args` (STB_IMAGE)
- does not match the name of the calling package (StbImage). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindStbImage.cmake:39 (find_package_handle_standard_args)
- CMakeLists.txt:300 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning at CMakeLists.txt:583 (message):
- txt2man not found; man pages will not be generated.
- -- The C compiler identification is GNU 9.3.0
- -- The CXX compiler identification is GNU 9.3.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
- -- cotire 1.7.10 loaded.
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE
- -- Found LIBBFD: /usr/lib/libbfd.so
- -- Found LibDL: /usr/lib/libdl.so
- -- Performing Test LIBDL_NEEDS_UNDERSCORE
- -- Performing Test LIBDL_NEEDS_UNDERSCORE - Failed
- -- Found Armadillo: /usr/lib/libarmadillo.so (found suitable version "9.800.3", minimum required is "8.400.0")
- -- Found STB_IMAGE: /usr/local/include/stb/
- -- Found Ensmallen: /usr/local/include (found suitable version "2.10.3", minimum required is "2.10.0")
- -- Found Boost: /usr/include (found suitable version "1.72.0", minimum required is "1.58") found components: program_options unit_test_framework serialization
- -- Found Git: /usr/bin/git (found version "2.26.0")
- -- Regenerating arma_config.hpp.
- -- Julia not found (missing: JULIA_EXECUTABLE) (Required is at least version "1.3.0")
- -- Not building Markdown bindings.
- -- Found PythonInterp: /usr/bin/python (found version "3.8.2")
- -- Found Python: /usr/bin/python
- -- Found PY_distutils: /usr/lib/python3.8/distutils
- -- Found PY_Cython: /usr/lib/python3.8/site-packages/Cython
- -- Found PY_numpy: /usr/lib/python3.8/site-packages/numpy
- -- Found PY_pandas: /usr/lib/python3.8/site-packages/pandas
- -- 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
- -- CXX target mlpack cotired.
- -- CXX target mlpack_test cotired.
- -- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen missing components: dot
- -- Found PkgConfig: /usr/bin/pkg-config (found version "1.6.3")
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build
Add Comment
Please, Sign In to add comment