Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4.3k
ARROW-4599: [C++] Add support for system GFlags#3675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
34cb1a69516d2fca0f67c0f43fc92caf58838f910fFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -53,7 +53,8 @@ CMAKE_COMMON_FLAGS="\ | ||
| -DARROW_NO_DEPRECATED_API=ON \ | ||
| -DARROW_EXTRA_ERROR_CONTEXT=ON" | ||
| CMAKE_LINUX_FLAGS="" | ||
| CMAKE_OSX_FLAGS="" | ||
| CMAKE_OSX_FLAGS="\ | ||
| -DARROW_GFLAGS_USE_SHARED=OFF" | ||
MemberAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because https://travis-ci.org/kou/arrow/jobs/494364820#L1993
We will be able to resolve it by running each test with DYLD_LIBRARY_PATH=${MINICONDA}/lib ${ARROW_BUILD_TYPE}/plasma-serialization_testsBecause It's not useful. So I use static library than shared library. Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is working for all other libraries? Then there must be something wrong with MemberAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Other libraries are used as static library. So they work.
Generally, using We will be able to resolve We can specify | ||
| if [ "$ARROW_TRAVIS_USE_TOOLCHAIN" == "1" ]; then | ||
| CMAKE_COMMON_FLAGS="${CMAKE_COMMON_FLAGS} -DARROW_JEMALLOC=ON" | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because
find_package(gflags CONFIG)can find GFlags incpp\build-debug\gflags_ep-prefix\.