You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "shaharv (via GitHub)" <gi...@apache.org> on 2023/03/22 17:56:56 UTC

[GitHub] [arrow] shaharv commented on issue #34675: [C++] Checksum failed for boost 1.75.0

shaharv commented on issue #34675:
URL: https://github.com/apache/arrow/issues/34675#issuecomment-1480020045

   > We can't change the sha in the 11.0.0 release but you can just install boost on the system you are building on and instruct cmake to use that instead of building from source (`-DBoost_SOURCE=SYSTEM`). That should be a workaround for this issue.
   
   Hi [assignUser](https://github.com/assignUser), `-DBoost_SOURCE=SYSTEM` indeed works well. Is it possible to specify a custom location of boost, other than the system boost? I tried to use `BOOST_ROOT`, according to the [C++ build guide](https://github.com/apache/arrow/blob/main/docs/source/developers/cpp/building.rst), but it seems to be ignored (tried both setting the environment variable and in the CMake command line).


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org