Commits


Sutou Kouhei authored and GitHub committed 5792f57ba02
ARROW-16839: [CI][C++] Fix xsimd missing related failures (#13388) test-build-vcpkg-win https://github.com/ursacomputing/crossbow/runs/6892291430?check_suite_focus=true Could not find a configuration file for package "xsimd" that is compatible with requested version "8.1.0". The following configuration files were considered but not accepted: D:/a/crossbow/crossbow/arrow/cpp/vcpkg_installed/x64-windows/share/xsimd/xsimdConfig.cmake, version: 7.4.9 Call Stack (most recent call first): cmake_modules/ThirdpartyToolchain.cmake:253 (find_package) cmake_modules/ThirdpartyToolchain.cmake:2209 (resolve_dependency) CMakeLists.txt:567 (include) example-cpp-minimal-build-static-system-dependency https://github.com/ursacomputing/crossbow/runs/6892331642?check_suite_focus=true CMake Error at cmake_modules/ThirdpartyToolchain.cmake:253 (find_package): By not providing "Findxsimd.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "xsimd", but CMake did not find one. Could not find a package configuration file provided by "xsimd" (requested version 8.1.0) with any of the following names: xsimdConfig.cmake xsimd-config.cmake Add the installation prefix of "xsimd" to CMAKE_PREFIX_PATH or set "xsimd_DIR" to a directory containing one of the above files. If "xsimd" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): cmake_modules/ThirdpartyToolchain.cmake:2209 (resolve_dependency) CMakeLists.txt:567 (include) test-r-depsource-system https://github.com/ursacomputing/crossbow/runs/6892324900?check_suite_focus=true CMake Error at cmake_modules/ThirdpartyToolchain.cmake:253 (find_package): By not providing "Findxsimd.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "xsimd", but CMake did not find one. Could not find a package configuration file provided by "xsimd" (requested version 8.1.0) with any of the following names: xsimdConfig.cmake xsimd-config.cmake Add the installation prefix of "xsimd" to CMAKE_PREFIX_PATH or set "xsimd_DIR" to a directory containing one of the above files. If "xsimd" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): cmake_modules/ThirdpartyToolchain.cmake:2209 (resolve_dependency) CMakeLists.txt:567 (include) Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>