Kouhei Sutou created ARROW-16839:
------------------------------------
Summary: [CI][C++] xsimd is missing for vcpkg build and minimal
example
Key: ARROW-16839
URL: https://issues.apache.org/jira/browse/ARROW-16839
Project: Apache Arrow
Issue Type: Improvement
Components: C++, Continuous Integration
Reporter: Kouhei Sutou
Assignee: Kouhei Sutou
test-build-vcpkg-win
https://github.com/ursacomputing/crossbow/runs/6892291430?check_suite_focus=true
{noformat}
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)
{noformat}
example-cpp-minimal-build-static-system-dependency
https://github.com/ursacomputing/crossbow/runs/6892331642?check_suite_focus=true
{noformat}
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)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)