Skip to content

Instantly share code, notes, and snippets.

@heisenbuug
Created June 9, 2021 22:28
Show Gist options
  • Save heisenbuug/88906306bbd90afa80843bb7ad025ef6 to your computer and use it in GitHub Desktop.
Save heisenbuug/88906306bbd90afa80843bb7ad025ef6 to your computer and use it in GitHub Desktop.
-- The C compiler identification is GNU 11.1.1
-- The CXX compiler identification is GNU 11.1.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- 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 Armadillo: /usr/lib64/libarmadillo.so (found suitable version "10.2.0", minimum required is "8.400.0")
-- Could NOT find StbImage (missing: STB_IMAGE_INCLUDE_DIR)
-- [download 100% complete]
-- [download 0% complete]
-- [download 19% complete]
-- [download 39% complete]
-- [download 58% complete]
-- [download 78% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Found StbImage: /home/heisenbug/Desktop/mlpack-master/build/deps/stb/include
-- Found Ensmallen: /usr/include (found suitable version "2.14.2", minimum required is "2.10.0")
-- Found cereal: /usr/include (found suitable version "1.3.0", minimum required is "1.1.2")
-- Found Boost: /usr/include (found suitable version "1.75.0", minimum required is "1.58")
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found Git: /usr/bin/git (found version "2.31.1")
-- Regenerating arma_config.hpp.
CMake Warning at CMakeLists.txt:495 (message):
txt2man not found; man pages will not be generated.
-- Not building Julia bindings.
-- Not building Markdown bindings.
-- Not building Python bindings.
-- Not building Go bindings.
-- Not building R bindings.
-- 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.
CMake Warning (dev) at /opt/cmake/share/cmake-3.20/Modules/GNUInstallDirs.cmake:357 (message):
GNUInstallDirs_get_absolute_install_dir called without third argument.
Using ${dir} from the caller's scope for compatibility with CMake 3.19 and
below.
Call Stack (most recent call first):
src/mlpack/CMakeLists.txt:166 (GNUInstallDirs_get_absolute_install_dir)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /opt/cmake/share/cmake-3.20/Modules/GNUInstallDirs.cmake:357 (message):
GNUInstallDirs_get_absolute_install_dir called without third argument.
Using ${dir} from the caller's scope for compatibility with CMake 3.19 and
below.
Call Stack (most recent call first):
src/mlpack/CMakeLists.txt:167 (GNUInstallDirs_get_absolute_install_dir)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.7.3")
-- Configuring done
CMake Warning (dev) at src/mlpack/CMakeLists.txt:22 (add_library):
Policy CMP0115 is not set: Source file extensions must be explicit. Run
"cmake --help-policy CMP0115" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
File:
/home/heisenbug/Desktop/mlpack-master/src/mlpack/methods/ann/gan/metrics/inception_score.hpp
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at src/mlpack/CMakeLists.txt:22 (add_library):
Policy CMP0115 is not set: Source file extensions must be explicit. Run
"cmake --help-policy CMP0115" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
File:
/home/heisenbug/Desktop/mlpack-master/src/mlpack/methods/ann/gan/metrics/inception_score_impl.hpp
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /home/heisenbug/Desktop/mlpack-master/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment