Github user laurentgo commented on a diff in the pull request:
https://github.com/apache/drill/pull/659#discussion_r88965524
--- Diff: contrib/native/client/CMakeLists.txt ---
@@ -99,6 +99,11 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
else()
set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_MULTITHREADED ON)
+ # To build a production version, the macos build must use a shaded
version
+ # of boost. Arbirtarily, we choose the new namspace to be
drill_boost.
+ # See the instructions in the readme for linux and rebuild boost.
Then
--- End diff --
double space
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---