You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/07/21 15:56:00 UTC

[jira] [Created] (ARROW-13424) [C++] conda-forge benchmark library rejected

Antoine Pitrou created ARROW-13424:
--------------------------------------

             Summary: [C++] conda-forge benchmark library rejected
                 Key: ARROW-13424
                 URL: https://issues.apache.org/jira/browse/ARROW-13424
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Antoine Pitrou


It seems that our detection routine for the C++ benchmark library got broken recently:
{code}
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:235 (find_package):
  Could not find a configuration file for package "benchmark" that is
  compatible with requested version "0.0.0".

  The following configuration files were considered but not accepted:

    /home/antoine/miniconda3/envs/pyarrow/lib/cmake/benchmark/benchmarkConfig.cmake, version: 1.5.4

Call Stack (most recent call first):
  cmake_modules/ThirdpartyToolchain.cmake:1852 (resolve_dependency)
  CMakeLists.txt:515 (include)

{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)