-- CMAKE_CXX_STANDARD = 11 -- The CXX compiler identification is GNU 9.3.0 -- The C compiler identification is GNU 9.3.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 10.1.2 -- Detected gcc 4.8.3 or later -- ARMA_USE_EXTERN_RNG = true -- *** 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 = 9.3.0 -- CMAKE_COMPILER_IS_GNUCXX = 1 -- BUILD_SHARED_LIBS = ON -- DETECT_HDF5 = ON -- ALLOW_FLEXIBLAS_LINUX = OFF -- ALLOW_OPENBLAS_MACOS = OFF -- ALLOW_BLAS_LAPACK_MACOS = OFF -- BUILD_SMOKE_TEST = OFF -- -- *** Looking for external libraries CMake Warning (dev) at cmake_aux/Modules/ARMA_FindMKL.cmake:27 (set): implicitly converting 'TYPE' to 'STRING' type. Call Stack (most recent call first): CMakeLists.txt:319 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found OpenBLAS: /usr/lib/aarch64-linux-gnu/libopenblas.so -- Found ATLAS: /usr/lib/aarch64-linux-gnu/libatlas.so -- Found BLAS: /usr/lib/aarch64-linux-gnu/libblas.so -- Found LAPACK: /usr/lib/aarch64-linux-gnu/liblapack.so -- MKL_FOUND = NO -- OpenBLAS_FOUND = YES -- ATLAS_FOUND = YES -- BLAS_FOUND = YES -- LAPACK_FOUND = YES -- -- *** WARNING: found both OpenBLAS and ATLAS; ATLAS will not be used -- -- *** WARNING: found both OpenBLAS and BLAS; BLAS will not be used -- -- *** If the OpenBLAS library is installed in -- *** /usr/local/lib or /usr/local/lib64 -- *** make sure the run-time linker can find it. -- *** On Linux systems this can be done by editing /etc/ld.so.conf -- *** or modifying the LD_LIBRARY_PATH environment variable. -- -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- HDF5: Using hdf5 compiler wrapper to determine C configuration -- HDF5_FOUND = TRUE -- ARMA_HDF5_INCLUDE_DIR = /usr/include -- -- *** If use of HDF5 is causing problems, -- *** rerun cmake with HDF5 detection disabled: -- *** cmake -D DETECT_HDF5=false . -- -- Found ARPACK: /usr/lib/aarch64-linux-gnu/libarpack.so -- ARPACK_FOUND = YES -- Looking for SuperLU version 5 -- Found SuperLU: /usr/lib/aarch64-linux-gnu/libsuperlu.so -- SuperLU_FOUND = YES -- SuperLU_INCLUDE_DIR = /usr/include/superlu -- -- *** Armadillo wrapper library will use the following libraries: -- *** ARMA_LIBS = /usr/lib/aarch64-linux-gnu/libopenblas.so;/usr/lib/aarch64-linux-gnu/liblapack.so;/usr/lib/libhdf5.so;/opt/hadoop/lib/native/libhdfs.so;/usr/lib/aarch64-linux-gnu/libpthread.so;/usr/lib/libsz.so;/usr/lib/aarch64-linux-gnu/libz.so;/usr/lib/aarch64-linux-gnu/libdl.so;/usr/lib/aarch64-linux-gnu/libm.so;/usr/lib/aarch64-linux-gnu/libarpack.so;/usr/lib/aarch64-linux-gnu/libsuperlu.so -- -- Copying /tmp/armadillo-10.1.2/include/ to /tmp/armadillo-10.1.2/build/tmp/include/ -- Generating /tmp/armadillo-10.1.2/build/tmp/include/config.hpp -- CMAKE_CXX_FLAGS = -O2 -- CMAKE_SHARED_LINKER_FLAGS = -Wl,--no-as-needed -- CMAKE_REQUIRED_INCLUDES = /usr/include;/opt/hadoop/include;/usr/include/superlu -- -- CMAKE_INSTALL_PREFIX = /usr -- CMAKE_INSTALL_LIBDIR = lib/aarch64-linux-gnu -- CMAKE_INSTALL_INCLUDEDIR = include -- CMAKE_INSTALL_DATADIR = share -- CMAKE_INSTALL_BINDIR = bin -- Generating '/tmp/armadillo-10.1.2/build/ArmadilloConfig.cmake' -- Generating '/tmp/armadillo-10.1.2/build/ArmadilloConfigVersion.cmake' -- Generating '/tmp/armadillo-10.1.2/build/InstallFiles/ArmadilloConfig.cmake' -- Generating '/tmp/armadillo-10.1.2/build/InstallFiles/ArmadilloConfigVersion.cmake' -- Copying /tmp/armadillo-10.1.2/misc/ to /tmp/armadillo-10.1.2/build/tmp/misc/ -- Generating '/tmp/armadillo-10.1.2/build/tmp/misc/armadillo.pc' -- Configuring done