microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.99k stars 6.35k forks source link

[hdf5:arm64-android] Build error #34824

Closed RDCH106 closed 11 months ago

RDCH106 commented 11 months ago

Package: hdf5[core,szip,zlib]:arm64-android -> 1.14.0#1

Host Environment

To Reproduce

vcpkg install hdf5 --triplet arm64-android

Failure logs

-- Using cached HDFGroup-hdf5-hdf5-1_14_0.tar.gz.
-- Cleaning sources at C:/compiler/vcpkg/buildtrees/hdf5/src/df5-1_14_0-18f435ca1a.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/compiler/vcpkg/downloads/HDFGroup-hdf5-hdf5-1_14_0.tar.gz
-- Applying patch hdf5_config.patch
-- Applying patch szip.patch
-- Applying patch pkgconfig-requires.patch
-- Applying patch pkgconfig-link-order.patch
-- Using source at C:/compiler/vcpkg/buildtrees/hdf5/src/df5-1_14_0-18f435ca1a.clean
-- Configuring arm64-android-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: C:/compiler/vcpkg/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/cmake.exe C:/compiler/vcpkg/buildtrees/hdf5/src/df5-1_14_0-18f435ca1a.clean -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=C:/compiler/vcpkg/packages/hdf5_arm64-android/debug -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DHDF5_ENABLE_PARALLEL=OFF -DHDF5_BUILD_TOOLS=OFF -DHDF5_BUILD_HL_GIF_TOOLS=OFF -DHDF5_BUILD_CPP_LIB=OFF -DHDF5_ENABLE_SZIP_SUPPORT=ON -DHDF5_ENABLE_SZIP_ENCODING=ON -DHDF5_ENABLE_Z_LIB_SUPPORT=ON -DHDF5_BUILD_FORTRAN=OFF -DHDF5_ENABLE_THREADSAFE=OFF -DHDF5_BUILD_UTILS=OFF -DHDF5_ENABLE_MAP_API=OFF -DBUILD_TESTING=OFF -DHDF5_BUILD_EXAMPLES=OFF -DHDF5_INSTALL_DATA_DIR=share/hdf5/data -DHDF5_INSTALL_CMAKE_DIR=share/hdf5 -DHDF_PACKAGE_NAMESPACE:STRING=hdf5:: -DHDF5_MSVC_NAMING_CONVENTION=OFF -DSZIP_USE_EXTERNAL=ON -DALLOW_UNSUPPORTED=OFF -DCMAKE_MAKE_PROGRAM=C:/compiler/vcpkg/downloads/tools/ninja/1.10.2-windows/ninja.exe -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=21 -DBUILD_SHARED_LIBS=OFF -DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/compiler/vcpkg/scripts/toolchains/android.cmake -DVCPKG_TARGET_TRIPLET=arm64-android -DVCPKG_SET_CHARSET_FLAG=ON -DVCPKG_PLATFORM_TOOLSET=external -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE -DCMAKE_VERBOSE_MAKEFILE=ON -DVCPKG_APPLOCAL_DEPS=OFF -DCMAKE_TOOLCHAIN_FILE=C:/compiler/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON -DVCPKG_CXX_FLAGS= -DVCPKG_CXX_FLAGS_RELEASE= -DVCPKG_CXX_FLAGS_DEBUG= -DVCPKG_C_FLAGS= -DVCPKG_C_FLAGS_RELEASE= -DVCPKG_C_FLAGS_DEBUG= -DVCPKG_CRT_LINKAGE=static -DVCPKG_LINKER_FLAGS= -DVCPKG_LINKER_FLAGS_RELEASE= -DVCPKG_LINKER_FLAGS_DEBUG= -DVCPKG_TARGET_ARCHITECTURE=arm64 -DCMAKE_INSTALL_LIBDIR:STRING=lib -DCMAKE_INSTALL_BINDIR:STRING=bin -D_VCPKG_ROOT_DIR=C:/compiler/vcpkg -D_VCPKG_INSTALLED_DIR=C:/compiler/vcpkg/installed -DVCPKG_MANIFEST_INSTALL=OFF -DANDROID_ABI=arm64-v8a
    Working Directory: C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg
    Error code: 1
    See logs for more information:
      C:\compiler\vcpkg\buildtrees\hdf5\config-arm64-android-dbg-CMakeCache.txt.log
      C:\compiler\vcpkg\buildtrees\hdf5\config-arm64-android-dbg-out.log
      C:\compiler\vcpkg\buildtrees\hdf5\config-arm64-android-dbg-err.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:267 (vcpkg_execute_required_process)
  ports/hdf5/portfile.cmake:62 (vcpkg_cmake_configure)
  scripts/ports.cmake:147 (include)
C:\compiler\vcpkg\buildtrees\hdf5\config-arm64-android-dbg-CMakeCache.txt.log ``` # This is the CMakeCache file. # For build in directory: c:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg # It was generated by CMake: C:/compiler/vcpkg/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/cmake.exe # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Allow unsupported combinations of configure options ALLOW_UNSUPPORTED:BOOL=OFF //No help, variable specified on the command line. ANDROID_ABI:UNINITIALIZED=arm64-v8a ANDROID_CPP_FEATURES:STRING=rtti exceptions ANDROID_NATIVE_API_LEVEL:STRING=21 ANDROID_PLATFORM:STRING=android-21 ANDROID_STL:STRING=c++_static ANDROID_TOOLCHAIN:STRING=clang //Build Shared Libraries BUILD_SHARED_LIBS:BOOL=OFF //Build Static Executables BUILD_STATIC_EXECS:BOOL=OFF //Build Static Libraries BUILD_STATIC_LIBS:BOOL=ON //Build HDF5 Unit Testing BUILD_TESTING:BOOL=OFF //Build With User Defined Values BUILD_USER_DEFINED_LIBS:BOOL=OFF //Path to a program. CMAKE_ADDR2LINE:FILEPATH=C:/Users/rdecelis/AppData/Local/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-addr2line.exe CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION:STRING=clang //Archiver CMAKE_AR:FILEPATH=C:/Users/rdecelis/AppData/Local/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ar.exe //Single Directory for all static libraries. CMAKE_ARCHIVE_OUTPUT_DIRECTORY:PATH=C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/bin //Flags used by the compiler during all build types. CMAKE_ASM_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_ASM_FLAGS_DEBUG:STRING= //Flags used by the compiler during release builds. CMAKE_ASM_FLAGS_RELEASE:STRING= //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=Debug //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING= //Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING= //LLVM archiver CMAKE_C_COMPILER_AR:FILEPATH=CMAKE_C_COMPILER_AR-NOTFOUND //Generate index for LLVM archive CMAKE_C_COMPILER_RANLIB:FILEPATH=CMAKE_C_COMPILER_RANLIB-NOTFOUND //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING= //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG ... Skipped 114 lines ... CMAKE_RUNTIME_OUTPUT_DIRECTORY:PATH=C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/bin //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Strip CMAKE_STRIP:FILEPATH=C:/Users/rdecelis/AppData/Local/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-strip.exe CMAKE_SYSTEM_NAME:STRING=Android //No help, variable specified on the command line. CMAKE_SYSTEM_VERSION:UNINITIALIZED=21 //The CMake toolchain file CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/compiler/vcpkg/scripts/buildsystems/vcpkg.cmake //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=ON //Enable to build RPM source packages CPACK_SOURCE_RPM:BOOL=OFF //Enable to build TBZ2 source packages CPACK_SOURCE_TBZ2:BOOL=ON //Enable to build TGZ source packages CPACK_SOURCE_TGZ:BOOL=ON //Enable to build TXZ source packages CPACK_SOURCE_TXZ:BOOL=ON //Enable to build TZ source packages CPACK_SOURCE_TZ:BOOL=ON //Enable to build ZIP source packages CPACK_SOURCE_ZIP:BOOL=OFF //Enable v1.14 API (v16, v18, v110, v112, v114) DEFAULT_API_VERSION:STRING=v114 //Directory under which to collect all populated content FETCHCONTENT_BASE_DIR:PATH=C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/_deps //Disables all attempts to download or update content and assumes // source dirs already exist FETCHCONTENT_FULLY_DISCONNECTED:BOOL=ON //Enables QUIET option for all content population FETCHCONTENT_QUIET:BOOL=ON //Enables UPDATE_DISCONNECTED behavior for all content population FETCHCONTENT_UPDATES_DISCONNECTED:BOOL=OFF //Run result of try_run(), indicates whether the executable would // have been able to run on its target platform. //\nFor details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake H5_DISABLE_SOME_LDOUBLE_CONV_RUN:STRING=PLEASE_FILL_OUT-FAILED_TO_RUN //Output of try_run(), contains the text, which the executable // would have printed on stdout and stderr on its target platform. //\nFor details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake H5_DISABLE_SOME_LDOUBLE_CONV_RUN__TRYRUN_OUTPUT:STRING=PLEASE_FILL_OUT-NOTFOUND //Run result of try_run(), indicates whether the executable would // have been able to run on its target platform. //\nFor details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake H5_LDOUBLE_TO_LLONG_ACCURATE_RUN:STRING=PLEASE_FILL_OUT-FAILED_TO_RUN //Output of try_run(), contains the text, which the executable // would have printed on stdout and stderr on its target platform. //\nFor details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake H5_LDOUBLE_TO_LLONG_ACCURATE_RUN__TRYRUN_OUTPUT:STRING=PLEASE_FILL_OUT-NOTFOUND //Run result of try_run(), indicates whether the executable would // have been able to run on its target platform. //\nFor details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake H5_LDOUBLE_TO_LONG_SPECIAL_RUN:STRING=PLEASE_FILL_OUT-FAILED_TO_RUN //Output of try_run(), contains the text, which the executable // would have printed on stdout and stderr on its target platform. //\nFor details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake H5_LDOUBLE_TO_LONG_SPECIAL_RUN__TRYRUN_OUTPUT:STRING=PLEASE_FILL_OUT-NOTFOUND //Run result of try_run(), indicates whether the executable would // have been able to run on its target platform. //\nFor details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake H5_LLONG_TO_LDOUBLE_CORRECT_RUN:STRING=PLEASE_FILL_OUT-FAILED_TO_RUN //Output of try_run(), contains the text, which the executable // would have printed on stdout and stderr on its target platform. //\nFor details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake H5_LLONG_TO_LDOUBLE_CORRECT_RUN__TRYRUN_OUTPUT:STRING=PLEASE_FILL_OUT-NOTFOUND //Run result of try_run(), indicates whether the executable would // have been able to run on its target platform. //\nFor details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake H5_LONG_TO_LDOUBLE_SPECIAL_RUN:STRING=PLEASE_FILL_OUT-FAILED_TO_RUN //Output of try_run(), contains the text, which the executable // would have printed on stdout and stderr on its target platform. //\nFor details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake H5_LONG_TO_LDOUBLE_SPECIAL_RUN__TRYRUN_OUTPUT:STRING=PLEASE_FILL_OUT-NOTFOUND //Allow External Library Building (NO GIT TGZ) HDF5_ALLOW_EXTERNAL_SUPPORT:STRING=NO //Use a batch command for running h5detect HDF5_BATCH_H5DETECT:BOOL=OFF //Value Computed by CMake HDF5_BINARY_DIR:STATIC=C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg //Build HDF5 C++ Library HDF5_BUILD_CPP_LIB:BOOL=OFF //Build documentation HDF5_BUILD_DOC:BOOL=OFF //Build HDF5 Library Examples HDF5_BUILD_EXAMPLES:BOOL=OFF //Build FORTRAN support HDF5_BUILD_FORTRAN:BOOL=OFF //Build Test Generators HDF5_BUILD_GENERATORS:BOOL=OFF //No help, variable specified on the command line. HDF5_BUILD_HL_GIF_TOOLS:UNINITIALIZED=OFF //Build HIGH Level HDF5 Library HDF5_BUILD_HL_LIB:BOOL=ON //Build Java HDF5 Library HDF5_BUILD_JAVA:BOOL=OFF //Build Parallel HDF5 Tools HDF5_BUILD_PARALLEL_TOOLS:BOOL=OFF //Build HDF5 Tools HDF5_BUILD_TOOLS:BOOL=OFF //Build HDF5 Utils HDF5_BUILD_UTILS:BOOL=OFF //Use new-style references with dimension scale APIs HDF5_DIMENSION_SCALES_NEW_REF:BOOL=OFF //Disable compiler warnings HDF5_DISABLE_COMPILER_WARNINGS:BOOL=OFF //Enable all warnings HDF5_ENABLE_ALL_WARNINGS:BOOL=ON //enable the use of Clang tools HDF5_ENABLE_ANALYZER_TOOLS:BOOL=OFF //Determines whether NDEBUG is defined to control assertions (OFF // NO YES) HDF5_ENABLE_ASSERTS:STRING=OFF //Enable the function stack tracing (for developer debugging). HDF5_ENABLE_CODESTACK:BOOL=OFF //Enable code coverage for Libraries and Programs HDF5_ENABLE_COVERAGE:BOOL=OFF //Turn on extra debug output in all packages HDF5_ENABLE_DEBUG_APIS:BOOL=OFF //Enable deprecated public API symbols HDF5_ENABLE_DEPRECATED_SYMBOLS:BOOL=ON //Enable HDF5 developer group warnings HDF5_ENABLE_DEV_WARNINGS:BOOL=OFF //Build the Direct I/O Virtual File Driver HDF5_ENABLE_DIRECT_VFD:BOOL=OFF //embed library info into executables HDF5_ENABLE_EMBEDDED_LIBINFO:BOOL=ON //format source files HDF5_ENABLE_FORMATTERS:BOOL=OFF //Enable HDFS HDF5_ENABLE_HDFS:BOOL=OFF //Instrument The library HDF5_ENABLE_INSTRUMENT:BOOL=OFF //Build the map API HDF5_ENABLE_MAP_API:BOOL=OFF //Build the Mirror Virtual File Driver HDF5_ENABLE_MIRROR_VFD:BOOL=OFF //Enable optimization flags/settings independently from the build // mode HDF5_ENABLE_OPTIMIZATION:BOOL=OFF //Enable parallel build (requires MPI) HDF5_ENABLE_PARALLEL:BOOL=OFF //Enable PLUGIN Filters HDF5_ENABLE_PLUGIN_SUPPORT:BOOL=OFF //Use pread/pwrite in sec2/log/core VFDs in place of read/write // (when available) HDF5_ENABLE_PREADWRITE:BOOL=ON //Enable profiling flags independently from the build mode. HDF5_ENABLE_PROFILING:BOOL=OFF //Build the ROS3 Virtual File Driver HDF5_ENABLE_ROS3_VFD:BOOL=OFF //execute the Clang sanitizer HDF5_ENABLE_SANITIZERS:BOOL=OFF //Build Parallel HDF5 Subfiling VFD HDF5_ENABLE_SUBFILING_VFD:BOOL=OFF //Add debug symbols to the library independent of the build mode // and optimization level (OFF NO YES) HDF5_ENABLE_SYMBOLS:STRING=OFF //Use SZip Encoding HDF5_ENABLE_SZIP_ENCODING:BOOL=ON //Use SZip Filter HDF5_ENABLE_SZIP_SUPPORT:BOOL=ON //Enable thread-safety HDF5_ENABLE_THREADSAFE:BOOL=OFF //Enable API tracing capability HDF5_ENABLE_TRACE:BOOL=OFF //Indicate that a memory checker is used HDF5_ENABLE_USING_MEMCHECKER:BOOL=OFF //Interpret some warnings as errors HDF5_ENABLE_WARNINGS_AS_ERRORS:BOOL=OFF //Enable Zlib Filters HDF5_ENABLE_Z_LIB_SUPPORT:BOOL=ON //Use prefix for custom library naming. HDF5_EXTERNAL_LIB_PREFIX:STRING= //Rebuild Generated Files HDF5_GENERATE_HEADERS:BOOL=OFF //Value Computed by CMake HDF5_HL_BINARY_DIR:STATIC=C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/hl //Value Computed by CMake HDF5_HL_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake HDF5_HL_SOURCE_DIR:STATIC=C:/compiler/vcpkg/buildtrees/hdf5/src/df5-1_14_0-18f435ca1a.clean/hl //Value Computed by CMake HDF5_HL_SRC_BINARY_DIR:STATIC=C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/hl/src //Value Computed by CMake HDF5_HL_SRC_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake HDF5_HL_SRC_SOURCE_DIR:STATIC=C:/compiler/vcpkg/buildtrees/hdf5/src/df5-1_14_0-18f435ca1a.clean/hl/src //Ignore file locks when disabled on file system HDF5_IGNORE_DISABLED_FILE_LOCKS:BOOL=ON //No help, variable specified on the command line. HDF5_INSTALL_CMAKE_DIR:UNINITIALIZED=share/hdf5 //No help, variable specified on the command line. HDF5_INSTALL_DATA_DIR:UNINITIALIZED=share/hdf5/data //Value Computed by CMake HDF5_IS_TOP_LEVEL:STATIC=ON //Use infix for custom library naming. HDF5_LIB_INFIX:STRING= //Statically link libgcc/libstdc++ HDF5_MINGW_STATIC_GCC_LIBS:BOOL=OFF //Use MSVC Naming conventions for Shared Libraries HDF5_MSVC_NAMING_CONVENTION:BOOL=OFF //CPACK - Disable packaging HDF5_NO_PACKAGES:BOOL=OFF //CPACK - include external libraries HDF5_PACKAGE_EXTLIBS:BOOL=OFF //Package the HDF5 Library Examples Compressed File HDF5_PACK_EXAMPLES:BOOL=OFF //Value Computed by CMake HDF5_SOURCE_DIR:STATIC=C:/compiler/vcpkg/buildtrees/hdf5/src/df5-1_14_0-18f435ca1a.clean //Value Computed by CMake HDF5_SRC_BINARY_DIR:STATIC=C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/src //Value Computed by CMake HDF5_SRC_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake HDF5_SRC_SOURCE_DIR:STATIC=C:/compiler/vcpkg/buildtrees/hdf5/src/df5-1_14_0-18f435ca1a.clean/src //Whether to perform strict file format checks HDF5_STRICT_FORMAT_CHECKS:BOOL=OFF //Use file locking by default (mainly for SWMR) HDF5_USE_FILE_LOCKING:BOOL=ON //Enable folder grouping of projects in IDEs. HDF5_USE_FOLDERS:BOOL=ON //TRUE to use GNU Coding Standard install directory variables, // FALSE to use historical settings HDF5_USE_GNU_DIRS:BOOL=OFF //Use pre-generated Files HDF5_USE_PREGEN:BOOL=OFF //Value Computed by CMake HDF5_UTILS_BINARY_DIR:STATIC=C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/utils //Value Computed by CMake HDF5_UTILS_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake HDF5_UTILS_SOURCE_DIR:STATIC=C:/compiler/vcpkg/buildtrees/hdf5/src/df5-1_14_0-18f435ca1a.clean/utils //IF data accuracy is guaranteed during data conversions HDF5_WANT_DATA_ACCURACY:BOOL=ON //exception handling functions is checked during data conversions HDF5_WANT_DCONV_EXCEPTION:BOOL=ON //No help, variable specified on the command line. HDF_PACKAGE_NAMESPACE:STRING=hdf5:: //Only Build Shared Libraries ONLY_SHARED_LIBS:BOOL=OFF //Path to a program. PERL_EXECUTABLE:FILEPATH=PERL_EXECUTABLE-NOTFOUND //No help, variable specified on the command line. SZIP_USE_EXTERNAL:UNINITIALIZED=ON //Use AEC library as SZip Filter USE_LIBAEC:BOOL=OFF //Use static AEC library USE_LIBAEC_STATIC:BOOL=OFF //Automatically copy dependencies into the output directory for // executables. VCPKG_APPLOCAL_DEPS:BOOL=OFF //No help, variable specified on the command line. VCPKG_CHAINLOAD_TOOLCHAIN_FILE:UNINITIALIZED=C:/compiler/vcpkg/scripts/toolchains/android.cmake //No help, variable specified on the command line. VCPKG_CRT_LINKAGE:UNINITIALIZED=static //No help, variable specified on the command line. VCPKG_CXX_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_CXX_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_CXX_FLAGS_RELEASE:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS_RELEASE:UNINITIALIZED= //The directory which contains the installed libraries for each // triplet VCPKG_INSTALLED_DIR:PATH=C:/compiler/vcpkg/installed //No help, variable specified on the command line. VCPKG_LINKER_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_LINKER_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_LINKER_FLAGS_RELEASE:UNINITIALIZED= //The path to the vcpkg manifest directory. VCPKG_MANIFEST_DIR:PATH= //Use manifest mode, as opposed to classic mode. VCPKG_MANIFEST_MODE:BOOL=OFF //No help, variable specified on the command line. VCPKG_PLATFORM_TOOLSET:UNINITIALIZED=external //Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH // and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are // found after toolchain/system libraries/packages. VCPKG_PREFER_SYSTEM_LIBS:BOOL=OFF //Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths VCPKG_SETUP_CMAKE_PROGRAM_PATH:BOOL=ON //No help, variable specified on the command line. VCPKG_SET_CHARSET_FLAG:UNINITIALIZED=ON //No help, variable specified on the command line. VCPKG_TARGET_ARCHITECTURE:UNINITIALIZED=arm64 //Vcpkg target triplet (ex. x86-windows) VCPKG_TARGET_TRIPLET:STRING=arm64-android //Trace calls to find_package() VCPKG_TRACE_FIND_PACKAGE:BOOL=OFF //Enables messages from the VCPKG toolchain for debugging purposes. VCPKG_VERBOSE:BOOL=OFF //(experimental) Automatically copy dependencies into the install // target directory for executables. Requires CMake 3.14. X_VCPKG_APPLOCAL_DEPS_INSTALL:BOOL=OFF //(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force // serialization. X_VCPKG_APPLOCAL_DEPS_SERIALIZED:BOOL=OFF //The directory containing a CMake configuration file for ZLIB. ZLIB_DIR:PATH=ZLIB_DIR-NOTFOUND //Path to a file. ZLIB_INCLUDE_DIR:PATH=C:/compiler/vcpkg/installed/arm64-android/include //Path to a library. ZLIB_LIBRARY_DEBUG:FILEPATH=C:/compiler/vcpkg/installed/arm64-android/debug/lib/libz.a //Path to a library. ZLIB_LIBRARY_RELEASE:FILEPATH=C:/compiler/vcpkg/installed/arm64-android/lib/libz.a //The directory which contains the installed libraries for each // triplet _VCPKG_INSTALLED_DIR:PATH=C:/compiler/vcpkg/installed //No help, variable specified on the command line. _VCPKG_ROOT_DIR:UNINITIALIZED=C:/compiler/vcpkg //The directory containing a CMake configuration file for szip. szip_DIR:PATH=C:/compiler/vcpkg/installed/arm64-android/share/szip ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: ALLOW_UNSUPPORTED ALLOW_UNSUPPORTED-ADVANCED:INTERNAL=1 //Have function clock_gettime CLOCK_GETTIME_IN_LIBC:INTERNAL=1 //Have library posix4 CLOCK_GETTIME_IN_LIBPOSIX4:INTERNAL= //Have library rt CLOCK_GETTIME_IN_LIBRT:INTERNAL= //ADVANCED property for variable: CMAKE_ADDR2LINE CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=c:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=25 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=C:/compiler/vcpkg/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/cmake.exe //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=C:/compiler/vcpkg/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/cpack.exe //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=C:/compiler/vcpkg/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/ctest.exe //ADVANCED property for variable: CMAKE_C_COMPILER_AR CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=C:/compiler/vcpkg/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/cmake-gui.exe //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Ninja //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=C:/compiler/vcpkg/buildtrees/hdf5/src/df5-1_14_0-18f435ca1a.clean //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=5 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=C:/compiler/vcpkg/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/share/cmake-3.25 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_RPM CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TBZ2 CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TGZ CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TXZ CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TZ CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_ZIP CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 //Have includes quadmath.h C_HAVE_QUADMATH:INTERNAL= //STRINGS property for variable: DEFAULT_API_VERSION DEFAULT_API_VERSION-STRINGS:INTERNAL=v16;v18;v110;v112;v114 //Result of TRY_COMPILE DEV_T_IS_SCALAR:INTERNAL=TRUE //Details about finding ZLIB FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[optimized;C:/compiler/vcpkg/installed/arm64-android/lib/libz.a;debug;C:/compiler/vcpkg/installed/arm64-android/debug/lib/libz.a][C:/compiler/vcpkg/installed/arm64-android/include][v1.2.13()] //Result of TRY_COMPILE GETTIMEOFDAY_GIVES_TZ:INTERNAL=TRUE //Other test H5_DEV_T_IS_SCALAR:INTERNAL=1 //Checking IF the cpu is power9 and cannot correctly converting // long double values H5_DISABLE_SOME_LDOUBLE_CONV:INTERNAL= //Result of TRY_COMPILE H5_DISABLE_SOME_LDOUBLE_CONV_COMPILE:INTERNAL=TRUE //ADVANCED property for variable: H5_DISABLE_SOME_LDOUBLE_CONV_RUN H5_DISABLE_SOME_LDOUBLE_CONV_RUN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: H5_DISABLE_SOME_LDOUBLE_CONV_RUN__TRYRUN_OUTPUT H5_DISABLE_SOME_LDOUBLE_CONV_RUN__TRYRUN_OUTPUT-ADVANCED:INTERNAL=1 //Other test H5_GETTIMEOFDAY_GIVES_TZ:INTERNAL=1 //Have function alarm H5_HAVE_ALARM:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pthread.h;string.h;strings.h;stdlib.h;dlfcn.h;netinet/in.h;netdb.h;arpa/inet.h H5_HAVE_ARPA_INET_H:INTERNAL=1 //Have function asprintf H5_HAVE_ASPRINTF:INTERNAL=1 //Other test H5_HAVE_ATTRIBUTE:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h H5_HAVE_DIRENT_H:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pthread.h;string.h;strings.h;stdlib.h;dlfcn.h H5_HAVE_DLFCN_H:INTERNAL=1 //Have function fcntl H5_HAVE_FCNTL:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h H5_HAVE_FEATURES_H:INTERNAL=1 //Have function flock H5_HAVE_FLOCK:INTERNAL=1 //Have function fork H5_HAVE_FORK:INTERNAL=1 //Have function fseeko H5_HAVE_FSEEKO:INTERNAL=1 //Have function GetConsoleScreenBufferInfo H5_HAVE_GETCONSOLESCREENBUFFERINFO:INTERNAL= //Have function gethostname H5_HAVE_GETHOSTNAME:INTERNAL=1 //Have function getpwuid H5_HAVE_GETPWUID:INTERNAL=1 //Have function getrusage H5_HAVE_GETRUSAGE:INTERNAL=1 //Have function gettextinfo H5_HAVE_GETTEXTINFO:INTERNAL= //Have function gettimeofday H5_HAVE_GETTIMEOFDAY:INTERNAL=1 //Have includes sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;globus/common.h H5_HAVE_GLOBUS_COMMON_H:INTERNAL= //Have function ioctl H5_HAVE_IOCTL:INTERNAL=1 //Have library dl;m H5_HAVE_LIBDL:INTERNAL=1 //Have library m; H5_HAVE_LIBM:INTERNAL=1 //Have library ucb;m;dl H5_HAVE_LIBUCB:INTERNAL= //Have library ws2_32;m;dl H5_HAVE_LIBWS2_32:INTERNAL= //Have library wsock32;m;dl H5_HAVE_LIBWSOCK32:INTERNAL= //Have function lseek64 H5_HAVE_LSEEK64:INTERNAL=1 //Have function lstat H5_HAVE_LSTAT:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pthread.h;string.h;strings.h;stdlib.h;dlfcn.h;netinet/in.h;netdb.h H5_HAVE_NETDB_H:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pthread.h;string.h;strings.h;stdlib.h;dlfcn.h;netinet/in.h H5_HAVE_NETINET_IN_H:INTERNAL=1 //Other test H5_HAVE_OFF64_T:INTERNAL=1 //Have includes sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pdb.h H5_HAVE_PDB_H:INTERNAL= //Have function pread H5_HAVE_PREAD:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pthread.h H5_HAVE_PTHREAD_H:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h H5_HAVE_PWD_H:INTERNAL=1 //Have function pwrite H5_HAVE_PWRITE:INTERNAL=1 //Have function random H5_HAVE_RANDOM:INTERNAL=1 //Have function rand_r H5_HAVE_RAND_R:INTERNAL=1 //Have function setsysinfo H5_HAVE_SETSYSINFO:INTERNAL= //Have function siglongjmp H5_HAVE_SIGLONGJMP:INTERNAL=1 //Have function sigprocmask H5_HAVE_SIGPROCMASK:INTERNAL=1 //Have function sigsetjmp H5_HAVE_SIGSETJMP:INTERNAL=1 //Other test H5_HAVE_SOCKLEN_T:INTERNAL=1 //Have function srandom H5_HAVE_SRANDOM:INTERNAL=1 //Have includes sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pthread.h;srbclient.h H5_HAVE_SRBCLIENT_H:INTERNAL= //Have function stat64 H5_HAVE_STAT64:INTERNAL=1 //Test H5_HAVE_STAT_ST_BLOCKS H5_HAVE_STAT_ST_BLOCKS:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pthread.h;string.h;strings.h;stdlib.h H5_HAVE_STDLIB_H:INTERNAL=1 //Have function strcasestr H5_HAVE_STRCASESTR:INTERNAL=1 //Have function strdup H5_HAVE_STRDUP:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pthread.h;string.h;strings.h H5_HAVE_STRINGS_H:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pthread.h;string.h H5_HAVE_STRING_H:INTERNAL=1 //Test H5_HAVE_STRUCT_TEXT_INFO H5_HAVE_STRUCT_TEXT_INFO:INTERNAL= //Test H5_HAVE_STRUCT_TIMEZONE H5_HAVE_STRUCT_TIMEZONE:INTERNAL= //Other test H5_HAVE_STRUCT_TM_TM_ZONE:INTERNAL= //Test H5_HAVE_STRUCT_VIDEOCONFIG H5_HAVE_STRUCT_VIDEOCONFIG:INTERNAL= //Have function symlink H5_HAVE_SYMLINK:INTERNAL=1 //Have include ;sys/file.h H5_HAVE_SYS_FILE_H:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h H5_HAVE_SYS_IOCTL_H:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h H5_HAVE_SYS_RESOURCE_H:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h H5_HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h H5_HAVE_SYS_STAT_H:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h H5_HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h H5_HAVE_SYS_TYPES_H:INTERNAL=1 //Other test H5_HAVE_TIMEZONE:INTERNAL=1 //Have symbol TIOCGETD H5_HAVE_TIOCGETD:INTERNAL=1 //Have symbol TIOCGWINSZ H5_HAVE_TIOCGWINSZ:INTERNAL=1 //Have function tmpfile H5_HAVE_TMPFILE:INTERNAL=1 //Test H5_HAVE_TM_GMTOFF H5_HAVE_TM_GMTOFF:INTERNAL=1 //Other test H5_HAVE_TM_ZONE:INTERNAL= //Have include sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h H5_HAVE_UNISTD_H:INTERNAL=1 //Have function vasprintf H5_HAVE_VASPRINTF:INTERNAL=1 //Have function waitpid H5_HAVE_WAITPID:INTERNAL=1 //Have function _getvideoconfig H5_HAVE__GETVIDEOCONFIG:INTERNAL= //Have function _scrsize H5_HAVE__SCRSIZE:INTERNAL= //Test H5_HAVE___TM_GMTOFF H5_HAVE___TM_GMTOFF:INTERNAL= //Checking IF correctly converting long double to (unsigned) long // long values H5_LDOUBLE_TO_LLONG_ACCURATE:INTERNAL= //Result of TRY_COMPILE H5_LDOUBLE_TO_LLONG_ACCURATE_COMPILE:INTERNAL=TRUE //ADVANCED property for variable: H5_LDOUBLE_TO_LLONG_ACCURATE_RUN H5_LDOUBLE_TO_LLONG_ACCURATE_RUN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: H5_LDOUBLE_TO_LLONG_ACCURATE_RUN__TRYRUN_OUTPUT H5_LDOUBLE_TO_LLONG_ACCURATE_RUN__TRYRUN_OUTPUT-ADVANCED:INTERNAL=1 //Checking IF your system converts long double to (unsigned) long // values with special algorithm H5_LDOUBLE_TO_LONG_SPECIAL:INTERNAL= //Result of TRY_COMPILE H5_LDOUBLE_TO_LONG_SPECIAL_COMPILE:INTERNAL=TRUE //ADVANCED property for variable: H5_LDOUBLE_TO_LONG_SPECIAL_RUN H5_LDOUBLE_TO_LONG_SPECIAL_RUN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: H5_LDOUBLE_TO_LONG_SPECIAL_RUN__TRYRUN_OUTPUT H5_LDOUBLE_TO_LONG_SPECIAL_RUN__TRYRUN_OUTPUT-ADVANCED:INTERNAL=1 //Checking IF correctly converting (unsigned) long long to long // double values H5_LLONG_TO_LDOUBLE_CORRECT:INTERNAL= //Result of TRY_COMPILE H5_LLONG_TO_LDOUBLE_CORRECT_COMPILE:INTERNAL=TRUE //ADVANCED property for variable: H5_LLONG_TO_LDOUBLE_CORRECT_RUN H5_LLONG_TO_LDOUBLE_CORRECT_RUN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: H5_LLONG_TO_LDOUBLE_CORRECT_RUN__TRYRUN_OUTPUT H5_LLONG_TO_LDOUBLE_CORRECT_RUN__TRYRUN_OUTPUT-ADVANCED:INTERNAL=1 //Checking IF your system can convert (unsigned) long to long double // values with special algorithm H5_LONG_TO_LDOUBLE_SPECIAL:INTERNAL= //Result of TRY_COMPILE H5_LONG_TO_LDOUBLE_SPECIAL_COMPILE:INTERNAL=TRUE //ADVANCED property for variable: H5_LONG_TO_LDOUBLE_SPECIAL_RUN H5_LONG_TO_LDOUBLE_SPECIAL_RUN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: H5_LONG_TO_LDOUBLE_SPECIAL_RUN__TRYRUN_OUTPUT H5_LONG_TO_LDOUBLE_SPECIAL_RUN__TRYRUN_OUTPUT-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(_Bool) H5_SIZEOF_BOOL:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(char) H5_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) H5_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) H5_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) H5_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) H5_SIZEOF_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) H5_SIZEOF_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) H5_SIZEOF_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int8_t) H5_SIZEOF_INT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_fast16_t) H5_SIZEOF_INT_FAST16_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast32_t) H5_SIZEOF_INT_FAST32_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast64_t) H5_SIZEOF_INT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast8_t) H5_SIZEOF_INT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_least16_t) H5_SIZEOF_INT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int_least32_t) H5_SIZEOF_INT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int_least64_t) H5_SIZEOF_INT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_least8_t) H5_SIZEOF_INT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(long) H5_SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long double) H5_SIZEOF_LONG_DOUBLE:INTERNAL=16 //CHECK_TYPE_SIZE: sizeof(long long) H5_SIZEOF_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off64_t) H5_SIZEOF_OFF64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off_t) H5_SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ptrdiff_t) H5_SIZEOF_PTRDIFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) H5_SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(size_t) H5_SIZEOF_SIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ssize_t) H5_SIZEOF_SSIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(time_t) H5_SIZEOF_TIME_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint16_t) H5_SIZEOF_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) H5_SIZEOF_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint64_t) H5_SIZEOF_UINT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint8_t) H5_SIZEOF_UINT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_fast16_t) H5_SIZEOF_UINT_FAST16_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast32_t) H5_SIZEOF_UINT_FAST32_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast64_t) H5_SIZEOF_UINT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast8_t) H5_SIZEOF_UINT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_least16_t) H5_SIZEOF_UINT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint_least32_t) H5_SIZEOF_UINT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint_least64_t) H5_SIZEOF_UINT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_least8_t) H5_SIZEOF_UINT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned) H5_SIZEOF_UNSIGNED:INTERNAL=4 //Other test H5_SYSTEM_SCOPE_THREADS:INTERNAL=1 //Result of TRY_COMPILE HAVE_ATTRIBUTE:INTERNAL=TRUE //Have variable CLOCK_MONOTONIC HAVE_CLOCK_MONOTONIC:INTERNAL= //Result of TRY_COMPILE HAVE_H5_SIZEOF_BOOL:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_PTRDIFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SSIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_TIME_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UNSIGNED:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_OFF64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SOCKLEN_T:INTERNAL=TRUE //Test HAVE_STAT64_STRUCT HAVE_STAT64_STRUCT:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_STRUCT_TM_TM_ZONE:INTERNAL=FALSE //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TM_ZONE:INTERNAL=FALSE //STRINGS property for variable: HDF5_ALLOW_EXTERNAL_SUPPORT HDF5_ALLOW_EXTERNAL_SUPPORT-STRINGS:INTERNAL=NO;GIT;TGZ //ADVANCED property for variable: HDF5_ENABLE_ANALYZER_TOOLS HDF5_ENABLE_ANALYZER_TOOLS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_ASSERTS HDF5_ENABLE_ASSERTS-ADVANCED:INTERNAL=1 //STRINGS property for variable: HDF5_ENABLE_ASSERTS HDF5_ENABLE_ASSERTS-STRINGS:INTERNAL=OFF;NO;YES //ADVANCED property for variable: HDF5_ENABLE_CODESTACK HDF5_ENABLE_CODESTACK-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_FORMATTERS HDF5_ENABLE_FORMATTERS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_INSTRUMENT HDF5_ENABLE_INSTRUMENT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_OPTIMIZATION HDF5_ENABLE_OPTIMIZATION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_PREADWRITE HDF5_ENABLE_PREADWRITE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_PROFILING HDF5_ENABLE_PROFILING-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_SANITIZERS HDF5_ENABLE_SANITIZERS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_SYMBOLS HDF5_ENABLE_SYMBOLS-ADVANCED:INTERNAL=1 //STRINGS property for variable: HDF5_ENABLE_SYMBOLS HDF5_ENABLE_SYMBOLS-STRINGS:INTERNAL=OFF;NO;YES //ADVANCED property for variable: HDF5_ENABLE_TRACE HDF5_ENABLE_TRACE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_EXTERNAL_LIB_PREFIX HDF5_EXTERNAL_LIB_PREFIX-ADVANCED:INTERNAL=1 //Used to pass variables between directories HDF5_LIBRARIES_TO_EXPORT:INTERNAL=hdf5-static;hdf5_hl-static //ADVANCED property for variable: HDF5_LIB_INFIX HDF5_LIB_INFIX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_NO_PACKAGES HDF5_NO_PACKAGES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_STRICT_FORMAT_CHECKS HDF5_STRICT_FORMAT_CHECKS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_USE_FOLDERS HDF5_USE_FOLDERS-ADVANCED:INTERNAL=1 //Used to pass variables between directories HDF5_UTILS_TO_EXPORT:INTERNAL= //ADVANCED property for variable: HDF5_WANT_DATA_ACCURACY HDF5_WANT_DATA_ACCURACY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_WANT_DCONV_EXCEPTION HDF5_WANT_DCONV_EXCEPTION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ONLY_SHARED_LIBS ONLY_SHARED_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PERL_EXECUTABLE PERL_EXECUTABLE-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE SYSTEM_SCOPE_THREADS:INTERNAL=TRUE //Install the dependencies listed in your manifest: //\n If this is off, you will have to manually install your dependencies. //\n See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md // for more info. //\n VCPKG_MANIFEST_INSTALL:INTERNAL=OFF //ADVANCED property for variable: VCPKG_VERBOSE VCPKG_VERBOSE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_INCLUDE_DIR ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_DEBUG ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_RELEASE ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //Making sure VCPKG_MANIFEST_MODE doesn't change Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=OFF //Vcpkg root directory Z_VCPKG_ROOT_DIR:INTERNAL=C:/compiler/vcpkg //linker supports push/pop state _CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE ```
C:\compiler\vcpkg\buildtrees\hdf5\config-arm64-android-dbg-out.log ``` -- The C compiler identification is Clang 14.0.7 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Users/rdecelis/AppData/Local/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Final: share/hdf5/data -- Looking for include file sys/file.h -- Looking for include file sys/file.h - found -- Looking for include files sys/file.h, sys/ioctl.h -- Looking for include files sys/file.h, sys/ioctl.h - found -- Looking for 3 include files sys/file.h, ..., sys/resource.h -- Looking for 3 include files sys/file.h, ..., sys/resource.h - found -- Looking for 4 include files sys/file.h, ..., sys/socket.h -- Looking for 4 include files sys/file.h, ..., sys/socket.h - found -- Looking for 5 include files sys/file.h, ..., sys/stat.h -- Looking for 5 include files sys/file.h, ..., sys/stat.h - found -- Looking for 6 include files sys/file.h, ..., sys/time.h -- Looking for 6 include files sys/file.h, ..., sys/time.h - found -- Looking for 7 include files sys/file.h, ..., sys/types.h -- Looking for 7 include files sys/file.h, ..., sys/types.h - found -- Looking for 8 include files sys/file.h, ..., features.h -- Looking for 8 include files sys/file.h, ..., features.h - found -- Looking for 9 include files sys/file.h, ..., dirent.h -- Looking for 9 include files sys/file.h, ..., dirent.h - found -- Looking for 10 include files sys/file.h, ..., unistd.h -- Looking for 10 include files sys/file.h, ..., unistd.h - found -- Looking for 11 include files sys/file.h, ..., pwd.h -- Looking for 11 include files sys/file.h, ..., pwd.h - found -- Looking for 12 include files sys/file.h, ..., globus/common.h -- Looking for 12 include files sys/file.h, ..., globus/common.h - not found -- Looking for 12 include files sys/file.h, ..., pdb.h -- Looking for 12 include files sys/file.h, ..., pdb.h - not found -- Looking for 12 include files sys/file.h, ..., pthread.h -- Looking for 12 include files sys/file.h, ..., pthread.h - found -- Looking for 13 include files sys/file.h, ..., srbclient.h -- Looking for 13 include files sys/file.h, ..., srbclient.h - not found -- Looking for 13 include files sys/file.h, ..., string.h -- Looking for 13 include files sys/file.h, ..., string.h - found -- Looking for 14 include files sys/file.h, ..., strings.h -- Looking for 14 include files sys/file.h, ..., strings.h - found -- Looking for 15 include files sys/file.h, ..., stdlib.h -- Looking for 15 include files sys/file.h, ..., stdlib.h - found -- Looking for 16 include files sys/file.h, ..., dlfcn.h -- Looking for 16 include files sys/file.h, ..., dlfcn.h - found -- Looking for 17 include files sys/file.h, ..., netinet/in.h -- Looking for 17 include files sys/file.h, ..., netinet/in.h - found -- Looking for 18 include files sys/file.h, ..., netdb.h -- Looking for 18 include files sys/file.h, ..., netdb.h - found -- Looking for 19 include files sys/file.h, ..., arpa/inet.h -- Looking for 19 include files sys/file.h, ..., arpa/inet.h - found -- Looking for include file quadmath.h -- Looking for include file quadmath.h - not found -- Looking for ceil in m; -- Looking for ceil in m; - found -- Looking for dlopen in dl;m -- Looking for dlopen in dl;m - found -- Looking for WSAStartup in ws2_32;m;dl -- Looking for WSAStartup in ws2_32;m;dl - not found -- Looking for gethostbyname in wsock32;m;dl -- Looking for gethostbyname in wsock32;m;dl - not found -- Looking for gethostname in ucb;m;dl -- Looking for gethostname in ucb;m;dl - not found -- Looking for lseek64 -- Looking for lseek64 - found -- Looking for fseeko -- Looking for fseeko - found -- Performing Test HAVE_STAT64_STRUCT -- Performing Test HAVE_STAT64_STRUCT - Success -- Looking for stat64 -- Looking for stat64 - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of char -- Check size of char - done -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of unsigned -- Check size of unsigned - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of float -- Check size of float - done -- Check size of double -- Check size of double - done -- Check size of long double -- Check size of long double - done -- Check size of int8_t -- Check size of int8_t - done -- Check size of uint8_t -- Check size of uint8_t - done -- Check size of int_least8_t -- Check size of int_least8_t - done -- Check size of uint_least8_t -- Check size of uint_least8_t - done -- Check size of int_fast8_t -- Check size of int_fast8_t - done -- Check size of uint_fast8_t -- Check size of uint_fast8_t - done -- Check size of int16_t -- Check size of int16_t - done -- Check size of uint16_t -- Check size of uint16_t - done -- Check size of int_least16_t -- Check size of int_least16_t - done -- Check size of uint_least16_t -- Check size of uint_least16_t - done -- Check size of int_fast16_t -- Check size of int_fast16_t - done -- Check size of uint_fast16_t -- Check size of uint_fast16_t - done -- Check size of int32_t -- Check size of int32_t - done -- Check size of uint32_t -- Check size of uint32_t - done -- Check size of int_least32_t -- Check size of int_least32_t - done -- Check size of uint_least32_t -- Check size of uint_least32_t - done -- Check size of int_fast32_t -- Check size of int_fast32_t - done -- Check size of uint_fast32_t -- Check size of uint_fast32_t - done -- Check size of int64_t -- Check size of int64_t - done -- Check size of uint64_t -- Check size of uint64_t - done -- Check size of int_least64_t -- Check size of int_least64_t - done -- Check size of uint_least64_t -- Check size of uint_least64_t - done -- Check size of int_fast64_t -- Check size of int_fast64_t - done -- Check size of uint_fast64_t -- Check size of uint_fast64_t - done -- Check size of size_t -- Check size of size_t - done -- Check size of ssize_t -- Check size of ssize_t - done -- Check size of ptrdiff_t -- Check size of ptrdiff_t - done -- Check size of off_t -- Check size of off_t - done -- Check size of off64_t -- Check size of off64_t - done -- Check size of time_t -- Check size of time_t - done -- Check size of _Bool -- Check size of _Bool - done -- Looking for CLOCK_MONOTONIC -- Looking for CLOCK_MONOTONIC - not found -- Performing Test H5_HAVE_TM_GMTOFF -- Performing Test H5_HAVE_TM_GMTOFF - Success -- Performing Test H5_HAVE___TM_GMTOFF -- Performing Test H5_HAVE___TM_GMTOFF - Failed -- Performing Test H5_HAVE_STRUCT_TIMEZONE -- Performing Test H5_HAVE_STRUCT_TIMEZONE - Failed -- Looking for gettimeofday -- Looking for gettimeofday - found -- Performing Test H5_HAVE_STAT_ST_BLOCKS -- Performing Test H5_HAVE_STAT_ST_BLOCKS - Success -- Looking for ioctl -- Looking for ioctl - found -- Performing Test H5_HAVE_STRUCT_VIDEOCONFIG -- Performing Test H5_HAVE_STRUCT_VIDEOCONFIG - Failed -- Performing Test H5_HAVE_STRUCT_TEXT_INFO -- Performing Test H5_HAVE_STRUCT_TEXT_INFO - Failed -- Looking for _getvideoconfig -- Looking for _getvideoconfig - not found -- Looking for gettextinfo -- Looking for gettextinfo - not found -- Looking for _scrsize -- Looking for _scrsize - not found -- Looking for GetConsoleScreenBufferInfo -- Looking for GetConsoleScreenBufferInfo - not found -- Looking for TIOCGWINSZ -- Looking for TIOCGWINSZ - found -- Looking for TIOCGETD -- Looking for TIOCGETD - found -- Looking for getpwuid -- Looking for getpwuid - found -- Looking for alarm -- Looking for alarm - found -- Looking for fcntl -- Looking for fcntl - found -- Looking for flock -- Looking for flock - found -- Looking for fork -- Looking for fork - found -- Looking for gethostname -- Looking for gethostname - found -- Looking for getrusage -- Looking for getrusage - found -- Looking for lstat -- Looking for lstat - found -- Looking for pread -- Looking for pread - found -- Looking for pwrite -- Looking for pwrite - found -- Looking for rand_r -- Looking for rand_r - found -- Looking for random -- Looking for random - found -- Looking for setsysinfo -- Looking for setsysinfo - not found -- Looking for siglongjmp -- Looking for siglongjmp - found -- Looking for sigsetjmp -- Looking for sigsetjmp - found -- Looking for sigprocmask -- Looking for sigprocmask - found -- Looking for srandom -- Looking for srandom - found -- Looking for strcasestr -- Looking for strcasestr - found -- Looking for strdup -- Looking for strdup - found -- Looking for symlink -- Looking for symlink - found -- Looking for tmpfile -- Looking for tmpfile - found -- Looking for asprintf -- Looking for asprintf - found -- Looking for vasprintf -- Looking for vasprintf - found -- Looking for waitpid -- Looking for waitpid - found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - not found -- Looking for clock_gettime in posix4 -- Looking for clock_gettime in posix4 - not found -- Could NOT find Perl (missing: PERL_EXECUTABLE) -- ....All Warnings are enabled -- Could NOT find ZLIB (missing: ZLIB_DIR) -- Found ZLIB: optimized;C:/compiler/vcpkg/installed/arm64-android/lib/libz.a;debug;C:/compiler/vcpkg/installed/arm64-android/debug/lib/libz.a (found version "1.2.13") -- Configuring incomplete, errors occurred! See also "C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/CMakeFiles/CMakeOutput.log". See also "C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/CMakeFiles/CMakeError.log". ```
C:\compiler\vcpkg\buildtrees\hdf5\config-arm64-android-dbg-err.log ``` CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables appropriately: H5_LDOUBLE_TO_LONG_SPECIAL_RUN (advanced) H5_LDOUBLE_TO_LONG_SPECIAL_RUN__TRYRUN_OUTPUT (advanced) For details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables appropriately: H5_LONG_TO_LDOUBLE_SPECIAL_RUN (advanced) H5_LONG_TO_LDOUBLE_SPECIAL_RUN__TRYRUN_OUTPUT (advanced) For details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables appropriately: H5_LDOUBLE_TO_LLONG_ACCURATE_RUN (advanced) H5_LDOUBLE_TO_LLONG_ACCURATE_RUN__TRYRUN_OUTPUT (advanced) For details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables appropriately: H5_LLONG_TO_LDOUBLE_CORRECT_RUN (advanced) H5_LLONG_TO_LDOUBLE_CORRECT_RUN__TRYRUN_OUTPUT (advanced) For details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables appropriately: H5_DISABLE_SOME_LDOUBLE_CONV_RUN (advanced) H5_DISABLE_SOME_LDOUBLE_CONV_RUN__TRYRUN_OUTPUT (advanced) For details see C:/compiler/vcpkg/buildtrees/hdf5/arm64-android-dbg/TryRunResults.cmake ```

Additional context

config-arm64-android-dbg-out.log config-arm64-android-dbg-err.log config-arm64-android-dbg-CMakeCache.txt.log

MonicaLiu0311 commented 11 months ago

Duplicate of #24898.

Related: https://github.com/microsoft/vcpkg/issues/34102#issuecomment-1739536472.

RDCH106 commented 11 months ago

Duplicate of #24898.

Related: #34102 (comment).

arm64-android and arm64-windows are not the same target, but if you think that could be treated as the same, ok 👍

dg0yt commented 11 months ago

It is the same problem: cross-compiling hdf5. It is not directly related to a specific target.