You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/08/09 11:50:00 UTC

[jira] [Created] (ARROW-17354) [C++] ARROW_ONLY_LINT should not require xsimd

Antoine Pitrou created ARROW-17354:
--------------------------------------

             Summary: [C++] ARROW_ONLY_LINT should not require xsimd
                 Key: ARROW-17354
                 URL: https://issues.apache.org/jira/browse/ARROW-17354
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Antoine Pitrou


When I try to configure Arrow with {{-DARROW_ONLY_LINT=on}} passed to CMake, I still get the following error:
{code:java}

CMake Error at cmake_modules/ThirdpartyToolchain.cmake:267 (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:2245 (resolve_dependency)
  CMakeLists.txt:575 (include)

{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)