Skip to content

Commit

Permalink
ARROW-6422: [Gandiva] Fix double-conversion linker issue
Browse files Browse the repository at this point in the history
Use installed double-conversion libs instead of building from source

Closes apache#5257 from pprudhvi/double-conv and squashes the following commits:

d242882 <Prudhvi Porandla> use installed double-conversion libs

Authored-by: Prudhvi Porandla <[email protected]>
Signed-off-by: Praveen <[email protected]>
  • Loading branch information
pprudhvi authored and praveenbingo committed Sep 3, 2019
1 parent c39e350 commit 48d9069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/tasks/gandiva-jars/build-cpp-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ cmake -DCMAKE_BUILD_TYPE=Release \
-DARROW_GANDIVA_JAVA=ON \
-DARROW_GANDIVA_JAVA7=ON \
-DBoost_NAMESPACE=arrow_boost \
-Ddouble-conversion_SOURCE=BUNDLED \
-Dgflags_SOURCE=BUNDLED \
-DRapidJSON_SOURCE=BUNDLED \
-DRE2_SOURCE=BUNDLED \
Expand Down

0 comments on commit 48d9069

Please sign in to comment.