-- Building for: Visual Studio 17 2022 -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042. -- The C compiler identification is MSVC 19.33.31630.0 -- The CXX compiler identification is MSVC 19.33.31630.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - 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: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Git: C:/Users//AppData/Local/Programs/Git/cmd/git.exe (found version "2.38.0.windows.1") -- Detected ROOT_VERSION 6.28.00 -- Checking internet connectivity -- Checking internet connectivity - found -- Looking for Python -- Found Python3: C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/python.exe (found version "3.10.9") found components: Interpreter Development NumPy Development.Module Development.Embed -- Could NOT find Python2 (missing: Python2_EXECUTABLE Python2_LIBRARIES Python2_INCLUDE_DIRS Python2_NumPy_INCLUDE_DIRS Interpreter Development NumPy Development.Module Development.Embed) Reason given by package: Interpreter: Wrong major version for the interpreter "C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/python.exe" -- Looking for pthread.h -- Looking for pthread.h - not found -- Found Threads: TRUE -- Performing Test GLIBCXX_USE_CXX11_ABI -- Performing Test GLIBCXX_USE_CXX11_ABI - Failed -- ROOT Platform: win32 -- ROOT Compiler: MSVC 19.33.31630.0 -- ROOT Processor: AMD64 -- ROOT Architecture: win64 -- Build Type: '' (flags = '') -- Compiler Flags: -nologo -IC:/URANIE/GitLab/[...]/inputs/root/build/win -FIw32pragma.h -FIsehmap.h -Zc:__cplusplus -std:c++14 -MD -GR -EHsc- -W3 -wd4141 -wd4291 -wd4244 -wd4049 -wd4146 -D_WIN32 -wd4267 -D_WIN64 -D_XKEYCHECK_H -DNOMINMAX -D_CRT_SECURE_NO_WARNINGS -- ROOT default compression algorithm: zlib -- PyROOT will be built for version 3.10.9 -- Looking for ZLib -- Found ZLIB: C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/Library/lib/z.lib (found version "1.2.13") -- Looking for nlohmann/json.hpp -- nlohmann/json.hpp not found. Switching on builtin_nlohmannjson option -- Looking for Freetype -- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) -- FreeType not found. Switching on builtin_freetype option -- Building freetype version 2.12.1 included in ROOT itself -- Looking for PCRE -- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR PCRE_PCRE_LIBRARY) -- PCRE not found. Switching on builtin_pcre option -- Looking for LZMA -- Looking for lzma_auto_decoder in C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/Library/lib/liblzma.lib -- Looking for lzma_auto_decoder in C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/Library/lib/liblzma.lib - found -- Looking for lzma_easy_encoder in C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/Library/lib/liblzma.lib -- Looking for lzma_easy_encoder in C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/Library/lib/liblzma.lib - found -- Looking for lzma_lzma_preset in C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/Library/lib/liblzma.lib -- Looking for lzma_lzma_preset in C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/Library/lib/liblzma.lib - found -- Found LibLZMA: C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/Library/lib/liblzma.lib (found version "5.2.10") -- Looking for xxHash -- Could NOT find xxHash (missing: xxHash_LIBRARY xxHash_INCLUDE_DIR) -- xxHash not found. Switching on builtin_xxhash option -- Looking for ZSTD -- Could NOT find ZSTD (missing: ZSTD_LIBRARIES ZSTD_INCLUDE_DIR ZSTD_VERSION) -- ZSTD not found. Switching on builtin_zstd option -- Performing Test C_FLAG_MP -- Performing Test C_FLAG_MP - Success -- Performing Test CXX_FLAG_MP -- Performing Test CXX_FLAG_MP - Success -- Performing Test C_FLAG_D_UNICODE -- Performing Test C_FLAG_D_UNICODE - Success -- Performing Test CXX_FLAG_D_UNICODE -- Performing Test CXX_FLAG_D_UNICODE - Success -- Performing Test C_FLAG_DUNICODE -- Performing Test C_FLAG_DUNICODE - Success -- Performing Test CXX_FLAG_DUNICODE -- Performing Test CXX_FLAG_DUNICODE - Success -- Looking for LZ4 -- Could NOT find LZ4 (missing: LZ4_LIBRARY LZ4_INCLUDE_DIR) -- LZ4 not found. Switching on builtin_lz4 option -- Could NOT find GIF (missing: GIF_LIBRARY GIF_INCLUDE_DIR) -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR) -- Looking for AfterImage -- Could NOT find AfterImage (missing: AFTERIMAGE_INCLUDE_DIR AFTERIMAGE_LIBRARIES) -- AfterImage not found. Switching on builtin_afterimage option -- Looking for GSL -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Could NOT find GSL: Found unsuitable version "", but required is at least "1.10" (found GSL_INCLUDE_DIR-NOTFOUND) -- GSL not found. Set variable GSL_ROOT_DIR to point to your GSL installation -- Alternatively, you can also enable the option 'builtin_gsl' to build the GSL libraries internally' -- For the time being switching OFF 'mathmore' option -- Looking for LibXml2 -- Found LibXml2: C:/URANIE/GitLab/prerequisites/root_and_friends/lib/libxml2.lib (found version "2.11.0") -- Looking for FFTW3 -- Performing Test ROOT_HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test ROOT_HAVE_CXX_ATOMICS_WITHOUT_LIB - Success -- Building LLVM in 'Release' mode. -- The ASM compiler identification is MSVC -- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe -- Looking for backtrace -- Looking for backtrace - not found -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) -- Native target architecture is X86 -- Threads disabled. -- Doxygen disabled. -- Go bindings disabled. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- OCaml bindings disabled. -- Found Python module pygments -- Found Python module pygments.lexers.c_cpp -- Could NOT find Python module yaml -- LLVM host triple: x86_64-pc-windows-msvc -- LLVM default target triple: x86_64-pc-windows-msvc -- Found Python3: C:/URANIE/GitLab/prerequisites/Miniconda3_23.1.0-1/python.exe (found suitable version "3.10.9", minimum required is "3.0") found components: Interpreter -- LLVMHello ignored -- Loadable modules not supported on this platform. -- Targeting X86 -- Targeting NVPTX -- Clang version: 13.0.0 -- Not building amdgpu-arch: hsa-runtime64 not found -- PrintFunctionNames ignored -- Loadable modules not supported on this platform. -- AnnotateFunctions ignored -- Loadable modules not supported on this platform. -- Attribute ignored -- Loadable modules not supported on this platform. -- CallSuperAttr ignored -- Loadable modules not supported on this platform. -- BugpointPasses ignored -- Loadable modules not supported on this platform. -- Cling version (from VERSION file): ROOT_1.0~dev -- Performing Test CXX_HAS_fno_rtti -- Performing Test CXX_HAS_fno_rtti - Failed -- Performing Test C_HAS_Wno_strict_overflow -- Performing Test C_HAS_Wno_strict_overflow - Failed -- Performing Test C_HAS_Wno_maybe_uninitialized -- Performing Test C_HAS_Wno_maybe_uninitialized - Failed -- Performing Test C_HAS_Wno_parentheses_equality -- Performing Test C_HAS_Wno_parentheses_equality - Failed -- Looking for m -- Looking for m - not found -- Performing Test GCC_HAS_BIDI_CHARS_FLAG -- Performing Test GCC_HAS_BIDI_CHARS_FLAG - Failed -- Distributed RDataFrame enabled -- Performing Test found_setresuid -- Performing Test found_setresuid - Failed -- Performing Test found_stdstringview -- Performing Test found_stdstringview - Failed -- Performing Test found_stdexpstringview -- Performing Test found_stdexpstringview - Failed -- Performing Test found_stdapply -- Performing Test found_stdapply - Failed -- Performing Test found_stdinvoke -- Performing Test found_stdinvoke - Success -- Performing Test found_stdindexsequence -- Performing Test found_stdindexsequence - Success -- Performing Test found_attribute_always_inline -- Performing Test found_attribute_always_inline - Failed -- Performing Test has_found_attribute_noinline -- Performing Test has_found_attribute_noinline - Failed -- Performing Test found_hardware_interference_size -- Performing Test found_hardware_interference_size - Failed -- ROOT Configuration System Windows-10.0.19042 Processor 8 core 3503 MHz GenuineIntel Pentium III (0.25 micron) (AMD64) Build type Install path C:/URANIE/GitLab/[...]/outputs/root Compiler MSVC 19.33.31630.0 Compiler flags: C -nologo -IC:/URANIE/GitLab/[...]/inputs/root/build/win -FIw32pragma.h -FIsehmap.h -MD -EHsc- -W3 -D_WIN32 -wd4267 -D_WIN64 -DNOMINMAX C++ -nologo -IC:/URANIE/GitLab/[...]/inputs/root/build/win -FIw32pragma.h -FIsehmap.h -Zc:__cplusplus -std:c++14 -MD -GR -EHsc- -W3 -wd4141 -wd4291 -wd4244 -wd4049 -wd4146 -D_WIN32 -wd4267 -D_WIN64 -D_XKEYCHECK_H -DNOMINMAX -D_CRT_SECURE_NO_WARNINGS Linker flags: Executable /machine:x64 Module /machine:x64 -ignore:4049,4206,4217,4221 -incremental:no Shared /machine:x64 -ignore:4049,4206,4217,4221 -incremental:no -- Enabled support for: asimage builtin_afterimage builtin_clang builtin_cling builtin_freetype builtin_llvm builtin_lz4 builtin_nlohmannjson builtin_pcre builtin_xxhash builtin_zstd dataframe fftw3 mlp minuit2 pyroot shared xml -- Configuring done -- Generating done