You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2019/01/29 10:52:00 UTC

[jira] [Commented] (ARROW-4414) [C++] Stop using cmake COMMAND_EXPAND_LISTS because it breaks package builds for older distros

    [ https://issues.apache.org/jira/browse/ARROW-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16754864#comment-16754864 ] 

Uwe L. Korn commented on ARROW-4414:
------------------------------------

Args. I don't know how to pass the parameters otherwise to the Gandiva command in the manylinux1 build. Would be good of someone else could have a look at it.

> [C++] Stop using cmake COMMAND_EXPAND_LISTS because it breaks package builds for older distros
> ----------------------------------------------------------------------------------------------
>
>                 Key: ARROW-4414
>                 URL: https://issues.apache.org/jira/browse/ARROW-4414
>             Project: Apache Arrow
>          Issue Type: Bug
>            Reporter: Krisztian Szucs
>            Priority: Major
>
> COMMAND_EXPAND_LISTS option of add_custom_command is too new on Ubuntu Xenial and Debian stretch. It's available since CMake 3.8: https://cmake.org/cmake/help/v3.8/command/add_custom_command.html
> We need to stop using it in cpp/src/gandiva/precompiled/CMakeLists.txt
> Also We should pin cmake to version 3.5 in travis builds (xenial ships cmake 3.5)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)