WillAyd commented on code in PR #45768:
URL: https://github.com/apache/arrow/pull/45768#discussion_r1994158185
##########
cpp/src/arrow/meson.build:
##########
@@ -371,25 +371,38 @@ install_headers(
)
if needs_tests
- filesystem_dep = dependency(
+ boost_dep = dependency(
'boost',
modules: ['filesystem'],
Review Comment:
At least on Ubuntu it appears that installation of libboost-filesystem-dev
includes the other components needed for building (asio and process). However,
adding those to the `modules` here will fail to detect the system installation
and fall back to the WrapDB entry.
I'm not familiar with how Boost is distributed so this may or may not be a
bug with Meson
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]