Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. ./configure
  2. -- The CXX compiler identification is GNU 5.4.0
  3. -- The C compiler identification is GNU 5.4.0
  4. -- Check for working CXX compiler: /usr/bin/c++
  5. -- Check for working CXX compiler: /usr/bin/c++ -- works
  6. -- Detecting CXX compiler ABI info
  7. -- Detecting CXX compiler ABI info - done
  8. -- Detecting CXX compile features
  9. -- Detecting CXX compile features - done
  10. -- Check for working C compiler: /usr/bin/cc
  11. -- Check for working C compiler: /usr/bin/cc -- works
  12. -- Detecting C compiler ABI info
  13. -- Detecting C compiler ABI info - done
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -- Configuring Armadillo 8.300.2
  17. -- *** CMAKE_INSTALL_PREFIX was initalised by cmake to the default value of /usr/local
  18. -- *** CMAKE_INSTALL_PREFIX changed to /usr
  19. -- CMAKE_SYSTEM_NAME = Linux
  20. -- CMAKE_CXX_COMPILER_ID = GNU
  21. -- CMAKE_CXX_COMPILER_VERSION = 5.4.0
  22. -- CMAKE_COMPILER_IS_GNUCXX = 1
  23. -- BUILD_SHARED_LIBS = ON
  24. -- DETECT_HDF5 = ON
  25. -- Found MKL libraries: /home/david/anaconda3/lib/libmkl_rt.so
  26. -- Found OpenBLAS: /usr/lib/libopenblas.so
  27. -- Found BLAS: /usr/lib/libblas.so
  28. -- Found LAPACK: /usr/lib/liblapack.so
  29. -- MKL_FOUND = YES
  30. -- ACMLMP_FOUND = NO
  31. -- ACML_FOUND = NO
  32. -- OpenBLAS_FOUND = YES
  33. -- ATLAS_FOUND = NO
  34. -- BLAS_FOUND = YES
  35. -- LAPACK_FOUND = YES
  36. --
  37. -- *** If the MKL or ACML libraries are installed in non-standard locations such as
  38. -- *** /opt/intel/mkl, /opt/intel/composerxe/, /usr/local/intel/mkl
  39. -- *** make sure the run-time linker can find them.
  40. -- *** On Linux systems this can be done by editing /etc/ld.so.conf
  41. -- *** or modifying the LD_LIBRARY_PATH environment variable.
  42. --
  43. -- *** On systems with SELinux enabled (eg. Fedora, RHEL),
  44. -- *** you may need to change the SELinux type of all MKL/ACML libraries
  45. -- *** to fix permission problems that may occur during run-time.
  46. -- *** See README.txt for more information
  47. --
  48. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
  49. -- HDF5_FOUND = TRUE
  50. -- ARMA_HDF5_INCLUDE_DIR = /home/david/anaconda3/include
  51. --
  52. -- *** If use of HDF5 is causing problems,
  53. -- *** rerun cmake with HDF5 detection disabled:
  54. -- *** cmake -D DETECT_HDF5=false .
  55. --
  56. -- Found ARPACK: /usr/lib/libarpack.so
  57. -- ARPACK_FOUND = YES
  58. -- Looking for SuperLU version 5
  59. -- Found SuperLU, but it doesn't appear to be version 5
  60. -- Could not find SuperLU
  61. -- SuperLU_FOUND = NO
  62. --
  63. -- *** Armadillo wrapper library will use the following libraries:
  64. -- *** ARMA_LIBS = /home/david/anaconda3/lib/libmkl_rt.so;/home/david/anaconda3/lib/libhdf5.so;/home/david/anaconda3/lib/libhdf5_hl.so;/home/david/anaconda3/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/home/david/anaconda3/lib/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/libarpack.so
  65. --
  66. -- Detected gcc 4.8.3 or later. Added '-std=c++11' to compiler flags
  67. -- Copying /home/david/Downloads/armadillo-8.300.2/include/ to /home/david/Downloads/armadillo-8.300.2/tmp/include/
  68. -- Generating /home/david/Downloads/armadillo-8.300.2/tmp/include/config.hpp
  69. -- Generating /home/david/Downloads/armadillo-8.300.2/examples/Makefile
  70. -- CMAKE_CXX_FLAGS = -std=c++11 -O2
  71. -- CMAKE_SHARED_LINKER_FLAGS = -Wl,--no-as-needed
  72. -- CMAKE_REQUIRED_INCLUDES = /home/david/anaconda3/include
  73. --
  74. -- CMAKE_INSTALL_PREFIX = /usr
  75. -- CMAKE_INSTALL_LIBDIR = lib/x86_64-linux-gnu
  76. -- CMAKE_INSTALL_INCLUDEDIR = include
  77. -- CMAKE_INSTALL_DATADIR = share
  78. -- CMAKE_INSTALL_BINDIR = bin
  79. -- Generating '/home/david/Downloads/armadillo-8.300.2/ArmadilloConfig.cmake'
  80. -- Generating '/home/david/Downloads/armadillo-8.300.2/ArmadilloConfigVersion.cmake'
  81. -- Generating '/home/david/Downloads/armadillo-8.300.2/InstallFiles/ArmadilloConfig.cmake'
  82. -- Generating '/home/david/Downloads/armadillo-8.300.2/InstallFiles/ArmadilloConfigVersion.cmake'
  83. -- Copying /home/david/Downloads/armadillo-8.300.2/misc/ to /home/david/Downloads/armadillo-8.300.2/tmp/misc/
  84. -- Generating '/home/david/Downloads/armadillo-8.300.2/tmp/misc/armadillo.pc'
  85. -- Configuring done
  86. -- Generating done
  87. -- Build files have been written to: /home/david/Downloads/armadillo-8.300.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement