You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Andrew Schwartzmeyer (JIRA)" <ji...@apache.org> on 2017/10/26 17:26:01 UTC

[jira] [Commented] (MESOS-6671) External 3rdparty deps are not built with the configured compiler in cmake build

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

Andrew Schwartzmeyer commented on MESOS-6671:
---------------------------------------------

Looks like there's a review here: https://reviews.apache.org/r/63033/

> External 3rdparty deps are not built with the configured compiler in cmake build
> --------------------------------------------------------------------------------
>
>                 Key: MESOS-6671
>                 URL: https://issues.apache.org/jira/browse/MESOS-6671
>             Project: Mesos
>          Issue Type: Bug
>          Components: cmake
>            Reporter: Benjamin Bannier
>            Assignee: Andrew Schwartzmeyer
>              Labels: cmake
>
> CMake permits users to modify the compiler for e.g., C++ source files by setting {{CMAKE_CXX_COMPILER}}. Additionally, to use compiler wrappers like ccache or distcc modern cmake versions allow to specify the wrapper by setting e.g., {{CMAKE_CXX_COMPILER_LAUNCHER}}.
> The current Mesos cmake ignores both these variables when building external 3rdparty autotools-based dependencies, and the only way to overwrite the compiler there would be to set e.g., {{CXX='ccache clang++'}} and {{make}} time. This is undesirable as it is too easy to introduce inconsistent compiler settings.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)