Re: [cmake-developers] How to use JOB_POOLS?

2016-11-21 Thread Dave Abrahams
on Mon Nov 21 2016, Brad King wrote: > On 11/21/2016 11:06 AM, Dave Abrahams wrote: >> the documentation for JOB_POOLS is sparse > > Yes, it is bare-bones reference documentation for someone that already > knows how Ninja job pools work. I know perfectly well how Ni

[cmake-developers] How to use JOB_POOLS?

2016-11-21 Thread Dave Abrahams
Hi all, I'm finding that the documentation for JOB_POOLS is... sparse, to say the least. I understand the principle at work, but it's really unclear how JOB_POOL_LINK and JOB_POOL_COMPILE are supposed to work when set per-target. When set globally, it's clear that JOB_POOL_COMPILE is supposed

Re: [cmake-developers] Recommendations for reducing spurious link dependencies?

2014-02-26 Thread Dave Abrahams
Oops; I just got it through my thick head that this is an LLVM patch! OK, much more helpful than I thought, thanks. On Wed, Feb 26, 2014 at 3:12 PM, Dave Abrahams d...@boostpro.com wrote: Yes, thanks, Brad. I hope one day we'll be able to use those features, but I was hoping someone could

[cmake-developers] Recommendations for reducing spurious link dependencies?

2014-02-21 Thread Dave Abrahams
/clang build and make some specific recommendations, perhaps suggesting a procedure I could follow to winnow out the excess dependencies? Thanks, -- Dave Abrahams -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [cmake-developers] Recommendations for reducing spurious link dependencies?

2014-02-21 Thread Dave Abrahams
Thanks, but as far as I can tell, only static libraries are involved here On Fri, Feb 21, 2014 at 7:43 PM, Ben Boeckel ben.boec...@kitware.comwrote: On Fri, Feb 21, 2014 at 18:53:48 -0800, Dave Abrahams wrote: I'm following up on this recent thread: http://thread.gmane.org

[CMake] #13204 should not be sent to the backlog

2012-10-18 Thread Dave Abrahams
Just fix the documentation, please. -- Dave Abrahams BoostPro Computing Software DevelopmentTraining http://www.boostpro.com Clang/LLVM/EDG Compilers C++ Boost -- Powered by www.kitware.com Visit other Kitware open-source projects at http

[CMake] A way to set default compiler, etc.?

2012-09-20 Thread Dave Abrahams
When I invoke cmake for the first time in a project, I normally use -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ I'm tired of typing that every time I blow away my CMakeCache.txt. Is there a place I can register these preferences so I don't have to? Thanks, -- Dave Abrahams

Re: [CMake] Bug fix requests for the *next* release of CMake...

2012-08-12 Thread Dave Abrahams
http://www.cmake.org/Bug/view.php?id=13204 http://www.cmake.org/Bug/view.php?id=13162 -- Dave Abrahams BoostPro Computing Software DevelopmentTraining http://www.boostpro.com Clang/LLVM/EDG Compilers C++ Boost -- Powered by www.kitware.com Visit other

Re: [CMake] (missing: BZIP2_LIBRARIES) (found version 1.0.6)??

2012-06-05 Thread Dave Abrahams
on Mon Jun 04 2012, Peter Kümmel syntheticpp-hi6Y0CQ0nG0-AT-public.gmane.org wrote: On 04.06.2012 21:13, Dave Abrahams wrote: OK, but I can't reproduce it on Ubuntu 12.04 64bit, so I thought it must be something else- Oh, now that's odd. I wonder why it isn't working for me? I've

Re: [CMake] (missing: BZIP2_LIBRARIES) (found version 1.0.6)??

2012-06-04 Thread Dave Abrahams
on Sun Jun 03 2012, Peter Kümmel syntheticpp-hi6Y0CQ0nG0-AT-public.gmane.org wrote: On 03.06.2012 02:05, Dave Abrahams wrote: /tmp/qb/build/CMakeFiles/CMakeCCompiler.cmake(50): SET(CMAKE_C_IMPLICIT_LINK_DIRECTORIES ) Somehow the complete search patch is empty, it should look like

Re: [CMake] (missing: BZIP2_LIBRARIES) (found version 1.0.6)??

2012-06-04 Thread Dave Abrahams
on Mon Jun 04 2012, Peter Kümmel syntheticpp-hi6Y0CQ0nG0-AT-public.gmane.org wrote: On 04.06.2012 18:37, Dave Abrahams wrote: on Sun Jun 03 2012, Peter Kümmelsyntheticpp-hi6Y0CQ0nG0-AT-public.gmane.org wrote: On 03.06.2012 02:05, Dave Abrahams wrote: /tmp/qb/build/CMakeFiles

[CMake] (missing: BZIP2_LIBRARIES) (found version 1.0.6)??

2012-06-02 Thread Dave Abrahams
(find_package) .dependencies/iostreams/CMakeLists.txt:10 (ryppl_find_package) -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

Re: [CMake] (missing: BZIP2_LIBRARIES) (found version 1.0.6)??

2012-06-02 Thread Dave Abrahams
be able to find that library, right? -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http

Re: [CMake] (missing: BZIP2_LIBRARIES) (found version 1.0.6)??

2012-06-02 Thread Dave Abrahams
would be able to find that library, right? I have no idea about autoconf, that's why I use CMake ;) Heh, fair enough. I'll file a bug report. -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] (missing: BZIP2_LIBRARIES) (found version 1.0.6)??

2012-06-02 Thread Dave Abrahams
on Sat Jun 02 2012, Dave Abrahams dave-xT6NqnoQrPdWk0Htik3J/w-AT-public.gmane.org wrote: Heh, fair enough. I'll file a bug report. Looks like they already know about this one: http://public.kitware.com/Bug/view.php?id=12049 -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [CMake] (missing: BZIP2_LIBRARIES) (found version 1.0.6)??

2012-06-02 Thread Dave Abrahams
/qb/build$ --8---cut here---end---8--- -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

Re: [CMake] (missing: BZIP2_LIBRARIES) (found version 1.0.6)??

2012-06-02 Thread Dave Abrahams
/CMakeCCompiler.cmake(50): SET(CMAKE_C_IMPLICIT_LINK_DIRECTORIES ) --8---cut here---end---8--- -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [CMake] Ninja generator is Linux-only?

2012-05-21 Thread Dave Abrahams
work that adds the depend information to ninja, but I don't think it is quite there. Both of these issues are serious enough that the support for ninja on these platforms is broken as far as cmake is concerned. A shame. Thanks for the explanation, though. -- Dave Abrahams BoostPro Computing

Re: [CMake] Ninja generator is Linux-only?

2012-05-16 Thread Dave Abrahams
be problems on the Mac that aren't present on Linux, but I guess it's plausible. Thanks, -- Mike Jackson www.bluequartz.net On May 15, 2012, at 8:31 AM, Dave Abrahams wrote: Can someone explain why a ninja generator isn't available everywhere that ninja runs? Can this be remedied? Thanks

Re: [CMake] Secret precompiled header support?

2012-05-15 Thread Dave Abrahams
seen as a problematic limitation. -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http

[CMake] Ninja generator is Linux-only?

2012-05-15 Thread Dave Abrahams
Can someone explain why a ninja generator isn't available everywhere that ninja runs? Can this be remedied? Thanks, -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [CMake] Package installation conundrum

2012-05-11 Thread Dave Abrahams
Thanks, everybody, for your help. Eventually the CMake expert I've been working with became available again and he solved the problem easily. Cheers, on Wed May 09 2012, Michael Wild themiwi-Re5JQEeQqe8AvxtiuMwx3w-AT-public.gmane.org wrote: On 05/08/2012 11:13 PM, Dave Abrahams wrote

Re: [CMake] Package installation conundrum

2012-05-08 Thread Dave Abrahams
on Tue May 08 2012, Alexander Neundorf a.neundorf-work-hi6Y0CQ0nG0-AT-public.gmane.org wrote: On Tuesday 08 May 2012, Dave Abrahams wrote: Here's another one! Scenario: * I am running CMake under 0install to build and install libraries * Each library builds a package SomePackage

[CMake] Package installation conundrum

2012-05-07 Thread Dave Abrahams
. -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow

[CMake] automatable way to specify parallel --builds

2012-05-05 Thread Dave Abrahams
? Thanks! -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

Re: [CMake] automatable way to specify parallel --builds

2012-05-05 Thread Dave Abrahams
on Sat May 05 2012, Michael Wild themiwi-Re5JQEeQqe8AvxtiuMwx3w-AT-public.gmane.org wrote: On 05/05/2012 08:25 AM, Dave Abrahams wrote: I am driving invocations of cmake with another tool, and I would like to pass the equivalent of -jN for the cmake --build step, but I don't seem

Re: [CMake] relocatable build directory: howto?

2012-05-05 Thread Dave Abrahams
on Sat May 05 2012, Michael Wild themiwi-Re5JQEeQqe8AvxtiuMwx3w-AT-public.gmane.org wrote: On 05/05/2012 07:25 AM, Dave Abrahams wrote: I need to preserve the built-but-not-yet-installed state of some projects, and the tool I'm driving CMake with moves the result of every build step from

Re: [CMake] relocatable build directory: howto?

2012-05-05 Thread Dave Abrahams
on Sat May 05 2012, Clinton Stimpson clinton-CsSkQS5UgvVWk0Htik3J/w-AT-public.gmane.org wrote: On May 5, 2012, at 5:52 AM, Dave Abrahams wrote: on Sat May 05 2012, Michael Wild themiwi-Re5JQEeQqe8AvxtiuMwx3w-AT-public.gmane.org wrote: On 05/05/2012 07:25 AM, Dave Abrahams wrote: I

[CMake] relocatable build directory: howto?

2012-05-04 Thread Dave Abrahams
in cmake_install.cmake is the short one wheras while $CWD is the long one. No match :( I started to write some code to address this problem, but it's getting complex to the point where it seems like there must be a better way. So I ask: is there? Thanks in advance, -- Dave Abrahams BoostPro Computing

Re: [CMake] find_package scoping mystery

2012-04-16 Thread Dave Abrahams
on Mon Apr 16 2012, Andreas Pakulat apaku-Mmb7MZpHnFY-AT-public.gmane.org wrote: On 16.04.12 01:37:58, Dave Abrahams wrote: consider this simple wrapper: function(my_find_package) find_package(${ARGV}) endfunction() If I replace all the calls to find_package in my project

Re: [CMake] find_package scoping mystery

2012-04-16 Thread Dave Abrahams
on Mon Apr 16 2012, Andreas Pakulat apaku-Mmb7MZpHnFY-AT-public.gmane.org wrote: On 16.04.12 06:04:33, Dave Abrahams wrote: on Mon Apr 16 2012, Andreas Pakulat apaku-Mmb7MZpHnFY-AT-public.gmane.org wrote: On 16.04.12 01:37:58, Dave Abrahams wrote: consider this simple wrapper

[CMake] How to identify MSVC-compatible compiler?

2012-01-07 Thread Dave Abrahams
library. -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow

[CMake] Support for MacRuby?

2010-11-10 Thread Dave Abrahams
Macruby (http://macruby.org)'s installer is a bit unusual: It will install MacRuby in /Library/Frameworks and provide shortcuts to its executable utilities in /usr/local/bin, with a mac prefix. For example, ruby will be available as macruby, and irb as macirb. It would be nice if the