Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./configure
- -- The CXX compiler identification is GNU 5.4.0
- -- The C compiler identification is GNU 5.4.0
- -- 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
- -- 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
- -- Configuring Armadillo 8.300.2
- -- *** CMAKE_INSTALL_PREFIX was initalised by cmake to the default value of /usr/local
- -- *** CMAKE_INSTALL_PREFIX changed to /usr
- -- CMAKE_SYSTEM_NAME = Linux
- -- CMAKE_CXX_COMPILER_ID = GNU
- -- CMAKE_CXX_COMPILER_VERSION = 5.4.0
- -- CMAKE_COMPILER_IS_GNUCXX = 1
- -- BUILD_SHARED_LIBS = ON
- -- DETECT_HDF5 = ON
- -- Found MKL libraries: /home/david/anaconda3/lib/libmkl_rt.so
- -- Found OpenBLAS: /usr/lib/libopenblas.so
- -- Found BLAS: /usr/lib/libblas.so
- -- Found LAPACK: /usr/lib/liblapack.so
- -- MKL_FOUND = YES
- -- ACMLMP_FOUND = NO
- -- ACML_FOUND = NO
- -- OpenBLAS_FOUND = YES
- -- ATLAS_FOUND = NO
- -- BLAS_FOUND = YES
- -- LAPACK_FOUND = YES
- --
- -- *** If the MKL or ACML libraries are installed in non-standard locations such as
- -- *** /opt/intel/mkl, /opt/intel/composerxe/, /usr/local/intel/mkl
- -- *** make sure the run-time linker can find them.
- -- *** On Linux systems this can be done by editing /etc/ld.so.conf
- -- *** or modifying the LD_LIBRARY_PATH environment variable.
- --
- -- *** On systems with SELinux enabled (eg. Fedora, RHEL),
- -- *** you may need to change the SELinux type of all MKL/ACML libraries
- -- *** to fix permission problems that may occur during run-time.
- -- *** See README.txt for more information
- --
- -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
- -- HDF5_FOUND = TRUE
- -- ARMA_HDF5_INCLUDE_DIR = /home/david/anaconda3/include
- --
- -- *** If use of HDF5 is causing problems,
- -- *** rerun cmake with HDF5 detection disabled:
- -- *** cmake -D DETECT_HDF5=false .
- --
- -- Found ARPACK: /usr/lib/libarpack.so
- -- ARPACK_FOUND = YES
- -- Looking for SuperLU version 5
- -- Found SuperLU, but it doesn't appear to be version 5
- -- Could not find SuperLU
- -- SuperLU_FOUND = NO
- --
- -- *** Armadillo wrapper library will use the following libraries:
- -- *** 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
- --
- -- Detected gcc 4.8.3 or later. Added '-std=c++11' to compiler flags
- -- Copying /home/david/Downloads/armadillo-8.300.2/include/ to /home/david/Downloads/armadillo-8.300.2/tmp/include/
- -- Generating /home/david/Downloads/armadillo-8.300.2/tmp/include/config.hpp
- -- Generating /home/david/Downloads/armadillo-8.300.2/examples/Makefile
- -- CMAKE_CXX_FLAGS = -std=c++11 -O2
- -- CMAKE_SHARED_LINKER_FLAGS = -Wl,--no-as-needed
- -- CMAKE_REQUIRED_INCLUDES = /home/david/anaconda3/include
- --
- -- CMAKE_INSTALL_PREFIX = /usr
- -- CMAKE_INSTALL_LIBDIR = lib/x86_64-linux-gnu
- -- CMAKE_INSTALL_INCLUDEDIR = include
- -- CMAKE_INSTALL_DATADIR = share
- -- CMAKE_INSTALL_BINDIR = bin
- -- Generating '/home/david/Downloads/armadillo-8.300.2/ArmadilloConfig.cmake'
- -- Generating '/home/david/Downloads/armadillo-8.300.2/ArmadilloConfigVersion.cmake'
- -- Generating '/home/david/Downloads/armadillo-8.300.2/InstallFiles/ArmadilloConfig.cmake'
- -- Generating '/home/david/Downloads/armadillo-8.300.2/InstallFiles/ArmadilloConfigVersion.cmake'
- -- Copying /home/david/Downloads/armadillo-8.300.2/misc/ to /home/david/Downloads/armadillo-8.300.2/tmp/misc/
- -- Generating '/home/david/Downloads/armadillo-8.300.2/tmp/misc/armadillo.pc'
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/david/Downloads/armadillo-8.300.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement