Displaying 3 results from an estimated 3 matches for "dcmake_ninja_link_pool".
2015 Mar 10
4
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...ce, Ubuntu is still stuck with 2.8.12.2 I think, but Debian
> Jesse is already on 3.0.2 and Arch Linux on 3.1.3.
>
> The "advanced" features I want from CMake are:
> * use pool = console (available in 3.0) to get rid of our ugly hack
> due to short timeouts
> * specify -DCMAKE_NINJA_LINK_POOL=2 so we can build on
> multi-core/low-mem environments (or distcc).
>
> I don't think the second is even on the drawing board, though I
> remember having suggested it a few years back.
>
> None of them would make the life of a new developer easier, though... :)
Unless we ha...
2015 Mar 10
5
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
On Tue, Mar 10, 2015 at 1:06 PM, Chris Bieneman <beanz at apple.com> wrote:
> (adding chandler to the To line)
>
> On Mar 10, 2015, at 12:29 PM, Tobias Grosser <tobias at grosser.es> wrote:
>
> Chandler previously asked to ensure we stay with a cmake version that is
> available in the Ubuntu packages. If you want to drop this requirement, you
> probably want to
2015 Mar 10
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...st version of CMake
that will build on those platforms? If the latter, that's a significant
concern.
Jon
>
> The "advanced" features I want from CMake are:
> * use pool = console (available in 3.0) to get rid of our ugly hack
> due to short timeouts
> * specify -DCMAKE_NINJA_LINK_POOL=2 so we can build on
> multi-core/low-mem environments (or distcc).
>
> I don't think the second is even on the drawing board, though I
> remember having suggested it a few years back.
>
> None of them would make the life of a new developer easier, though... :)
>
> cheer...