You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/06/26 13:31:00 UTC

[jira] [Commented] (ARROW-4963) [C++] MSVC build invokes CMake repeatedly

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

Antoine Pitrou commented on ARROW-4963:
---------------------------------------

Can you try again? With the latest changes around bitcode generation it might have been fixed.

> [C++] MSVC build invokes CMake repeatedly
> -----------------------------------------
>
>                 Key: ARROW-4963
>                 URL: https://issues.apache.org/jira/browse/ARROW-4963
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>
> I'm doing a pretty vanilla out of source build with Visual Studio 2015 and I am finding that it's re-running CMake many times throughout the build. I will try to produce a complete log when I can to illustrate. I am using this command:
> {code}
>    cmake -G "Visual Studio 14 2015 Win64" ^
>          -DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
>          -DARROW_CXXFLAGS="/WX /MP" ^
>          -DARROW_GANDIVA=on ^
>          -DARROW_ORC=on ^
>          -DARROW_PARQUET=on ^
>          -DARROW_PYTHON=on ..
>    cmake --build . --target INSTALL --config Release
> {code}



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