Skip to content

[C++] Boost minimum version needs increasing for clang16 builds #34094

@thisisnic

Description

@thisisnic

Although the bundled boost version was increased in #33890, the clang16 build is still failing on CRAN because the machine it's being tested on has an older version already installed, and so the bundled version is not being used, and the build is failing.

We need to set the minimum version of Boost to a certain value if Arrow C++ is being compiled with clang16 in arrow/cpp/cmake_modules/ThirdpartyToolchain.cmake.

Currently the minimum value is determined by this block:

if(ARROW_BUILD_TESTS)
set(ARROW_BOOST_REQUIRED_VERSION "1.64")
else()
set(ARROW_BOOST_REQUIRED_VERSION "1.58")
endif()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions