******************************************************************************** conan install armadillo/10.6.1@ --build=armadillo --profile=C:\J\w\jgsogo\BSR@4/4/f55eab0c-134d-40c6-8bf5-4da3aa49ede9/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=15 os=Windows os_build=Windows [options] armadillo:shared=True [build_requires] [env] armadillo/10.6.1: Forced build from source Installing package: armadillo/10.6.1 Requirements armadillo/10.6.1 from local cache - Cache hdf5/1.12.0 from 'conan-center' - Cache openblas/0.3.15 from 'conan-center' - Cache zlib/1.2.11 from 'conan-center' - Cache Packages armadillo/10.6.1:0e965c3c6330d74e40171144dde29f24a7d35ec9 - Build hdf5/1.12.0:7fa20707c5e1e7a7b06142ca34eb847697a266e8 - Cache openblas/0.3.15:b339c8897e8ba8524d9a8026dc9336136e29cb93 - Cache zlib/1.2.11:7bd6f2c3d5c4e48a75805376b58cde753392f711 - Cache Installing (downloading, building) binaries... openblas/0.3.15: Already installed! openblas/0.3.15: Setting OpenBLAS_HOME environment variable: C:\J\w\jgsogo\BSR@4\.conan\data\openblas\0.3.15\_\_\package\b339c8897e8ba8524d9a8026dc9336136e29cb93 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK zlib/1.2.11: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK hdf5/1.12.0: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK armadillo/10.6.1: Copying sources to build folder armadillo/10.6.1: Building your package in C:\J\w\jgsogo\BSR@4\.conan\data\armadillo\10.6.1\_\_\build\0e965c3c6330d74e40171144dde29f24a7d35ec9 armadillo/10.6.1: Generator cmake created conanbuildinfo.cmake armadillo/10.6.1: Generator cmake_find_package created FindHDF5.cmake armadillo/10.6.1: Generator cmake_find_package created FindOpenBLAS.cmake armadillo/10.6.1: Generator cmake_find_package created FindZLIB.cmake armadillo/10.6.1: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK armadillo/10.6.1: Calling build() ----Running------ > cd C:\J\w\jgsogo\BSR@4\.conan\data\armadillo\10.6.1\_\_\build\0e965c3c6330d74e40171144dde29f24a7d35ec9\build_subfolder && cmake -G "Visual Studio 15 2017 Win64" -DCONAN_LINK_RUNTIME="/MT" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="15" -DCONAN_CXX_FLAGS="/MP16" -DCONAN_C_FLAGS="/MP16" -DBUILD_SHARED_LIBS="True" -DCMAKE_INSTALL_PREFIX="C:\J\w\jgsogo\BSR@4\.conan\data\armadillo\10.6.1\_\_\package\0e965c3c6330d74e40171144dde29f24a7d35ec9" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_MODULE_PATH="C:/J/w/jgsogo/BSR@4/.conan/data/armadillo/10.6.1/_/_/build/0e965c3c6330d74e40171144dde29f24a7d35ec9" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DARMA_USE_LAPACK="False" -DARMA_USE_BLAS="openblas" -DARMA_USE_ATLAS="False" -DARMA_USE_HDF5="hdf5" -DARMA_USE_ARPACK="False" -DARMA_USE_EXTERN_RNG="False" -DARMA_USE_SUPERLU="False" -DARMA_USE_WRAPPER="False" -DARMA_USE_ACCELERATE="False" -DDETECT_HDF5="hdf5" -DUSE_OPENBLAS="True" -DUSE_SYSTEM_LAPACK="False" -DUSE_SYSTEM_BLAS="False" -DUSE_SYSTEM_ATLAS="False" -DUSE_SYSTEM_HDF5="False" -DUSE_SYSTEM_ARPACK="False" -DUSE_SYSTEM_SUPERLU="False" -DUSE_SYSTEM_OPENBLAS="False" -DUSE_SYSTEM_FLEXIBLAS="False" -DUSE_SYSTEM_MKL="False" -DALLOW_FLEXIBLAS_LINUX="False" -DALLOW_OPENBLAS_MACOS="False" -DALLOW_BLAS_LAPACK_MACOS="True" -Wno-dev C:\J\w\jgsogo\BSR@4\.conan\data\armadillo\10.6.1\_\_\build\0e965c3c6330d74e40171144dde29f24a7d35ec9 ----------------- -- The C compiler identification is MSVC 19.16.27035.0 -- The CXX compiler identification is MSVC 19.16.27035.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- 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: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- *** set cmake policy CMP0025 to NEW -- CMAKE_CXX_STANDARD = 11 -- Configuring Armadillo 10.6.1 -- -- *** WARNING: variable 'CMAKE_CXX_FLAGS' is not empty; this may cause problems! -- -- ARMA_USE_EXTERN_RNG = false -- -- *** WARNING: automatic installation is experimental for this platform. -- *** WARNING: if anything breaks, you get to keep all the pieces. -- *** WARNING: manual installation is described in the README file. -- -- -- *** WARNING: building shared library with MSVC is not supported. -- *** WARNING: if anything breaks, you get to keep all the pieces. -- -- CMAKE_SYSTEM_NAME = Windows -- CMAKE_CXX_COMPILER_ID = MSVC -- CMAKE_CXX_COMPILER_VERSION = 19.16.27035.0 -- CMAKE_COMPILER_IS_GNUCXX = -- BUILD_SHARED_LIBS = True -- DETECT_HDF5 = hdf5 -- ALLOW_FLEXIBLAS_LINUX = False -- ALLOW_OPENBLAS_MACOS = False -- ALLOW_BLAS_LAPACK_MACOS = True -- BUILD_SMOKE_TEST = OFF -- -- *** Looking for external libraries -- Conan: Using autogenerated FindOpenBLAS.cmake -- Found OpenBLAS: 0.3.15 (found version "0.3.15") -- Library openblas found C:/J/w/jgsogo/BSR@4/.conan/data/openblas/0.3.15/_/_/package/b339c8897e8ba8524d9a8026dc9336136e29cb93/lib/openblas.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/openblas/0.3.15/_/_/package/b339c8897e8ba8524d9a8026dc9336136e29cb93/lib/openblas.lib -- Library openblas found C:/J/w/jgsogo/BSR@4/.conan/data/openblas/0.3.15/_/_/package/b339c8897e8ba8524d9a8026dc9336136e29cb93/lib/openblas.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/openblas/0.3.15/_/_/package/b339c8897e8ba8524d9a8026dc9336136e29cb93/lib/openblas.lib -- MKL_FOUND = NO -- OpenBLAS_FOUND = TRUE -- ATLAS_FOUND = NO -- BLAS_FOUND = NO -- LAPACK_FOUND = NO -- -- *** 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: C:/ProgramData/chocolatey/bin/pkg-config.exe (found version "0.28") -- Conan: Using autogenerated FindHDF5.cmake -- Conan: Component 'C' found in package 'HDF5' -- Library hdf5_hl_cpp found C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_hl_cpp.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_hl_cpp.lib -- Library hdf5_cpp found C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_cpp.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_cpp.lib -- Library hdf5_hl found C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_hl.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_hl.lib -- Library hdf5 found C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5.lib -- Conan: Using autogenerated FindZLIB.cmake -- Library zlib found C:/J/w/jgsogo/BSR@4/.conan/data/zlib/1.2.11/_/_/package/7bd6f2c3d5c4e48a75805376b58cde753392f711/lib/zlib.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/zlib/1.2.11/_/_/package/7bd6f2c3d5c4e48a75805376b58cde753392f711/lib/zlib.lib -- Library hdf5 found C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5.lib -- Library hdf5_hl found C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_hl.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_hl.lib -- Library hdf5_cpp found C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_cpp.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_cpp.lib -- Library hdf5_hl_cpp found C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_hl_cpp.lib -- Found: C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_hl_cpp.lib -- HDF5_FOUND = TRUE -- ARMA_HDF5_INCLUDE_DIR = C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/include/hdf5 -- -- *** If use of HDF5 is causing problems, -- *** rerun cmake with HDF5 detection disabled: -- *** cmake -D DETECT_HDF5=false . -- -- ARPACK_FOUND = NO -- SuperLU_FOUND = NO -- -- *** Armadillo wrapper library will use the following libraries: -- *** ARMA_LIBS = C:/J/w/jgsogo/BSR@4/.conan/data/openblas/0.3.15/_/_/package/b339c8897e8ba8524d9a8026dc9336136e29cb93/lib/openblas.lib;C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_hl_cpp.lib;C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_cpp.lib;C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5_hl.lib;C:/J/w/jgsogo/BSR@4/.conan/data/hdf5/1.12.0/_/_/package/7fa20707c5e1e7a7b06142ca34eb847697a266e8/lib/hdf5.lib;ZLIB::ZLIB -- -- Copying C:/J/w/jgsogo/BSR@4/.conan/data/armadillo/10.6.1/_/_/build/0e965c3c6330d74e40171144dde29f24a7d35ec9/source_subfolder/include/ to C:/J/w/jgsogo/BSR@4/.conan/data/armadillo/10.6.1/_/_/build/0e965c3c6330d74e40171144dde29f24a7d35ec9/build_subfolder/source_subfolder/tmp/include/