You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/06/16 04:41:00 UTC

[jira] [Resolved] (ARROW-16839) [CI][C++] xsimd is missing for vcpkg build, minimal example and R with system packages

     [ https://issues.apache.org/jira/browse/ARROW-16839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou resolved ARROW-16839.
----------------------------------
    Fix Version/s: 9.0.0
       Resolution: Fixed

Issue resolved by pull request 13388
[https://github.com/apache/arrow/pull/13388]

> [CI][C++] xsimd is missing for vcpkg build, minimal example and R with system packages
> --------------------------------------------------------------------------------------
>
>                 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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}
> test-r-depsource-system
> https://github.com/ursacomputing/crossbow/runs/6892324900?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)