Re: [Boost-cmake] CMake for development testing

2009-06-08 Thread Ingmar Vanhassel
Excerpts from David Abrahams's message of Fri Jun 05 23:09:44 +0200 2009: > However, the way CMake reports failures really doesn't fit in with my > development workflow. I'm doing > > make Python-test > > and what I get back looks something like this: > > ... > > 67/ 79 Testing Pyt

Re: [Boost-cmake] cmake regression for 1.40 vs. 1.39...

2009-09-06 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Sun Sep 06 23:02:53 +0200 2009: > Sean Chittenden wrote: > > Hello. I'm trying to use 1.40 in a fresh dev environment using cmake > > and am having significant difficulties getting it to work. 1.39 works > > flawlessly with cmake, but 1.40 not

Re: [Boost-cmake] [PATCH] building Boost.Python fails

2009-09-16 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Wed Sep 16 17:08:44 +0200 2009: > Thanks for the patches. I tested and pushed to 1.40.0 branch of cmake repo. > > -t Will these patches land in boost SVN & its next release too? -- Exherbo KDE, X.org maintainer _

[Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-24 Thread Ingmar Vanhassel
--- tools/build/CMake/BoostCore.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Try the following patch. Use 'cmake -DLIB_SUFFIX=64 .' if you want libraries to be installed to /usr/lib64. diff --git a/tools/build/CMake/BoostCore.cmake b/tools/build/CMake/BoostCore.cmake inde

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Mon Oct 26 21:37:58 +0100 2009: > Ingmar Vanhassel wrote: > > --- > > tools/build/CMake/BoostCore.cmake |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > Try the following patch. > &g

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Mon Oct 26 22:35:13 +0100 2009: > Ingmar Vanhassel wrote: > > Excerpts from troy d. straszheim's message of Mon Oct 26 21:37:58 +0100 > > 2009: > >> Ingmar Vanhassel wrote: > >>> --- > >>>

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Mon Oct 26 22:43:16 +0100 2009: > Sean Chittenden wrote: > > Take: > > http://www.gnu.org/software/hello/manual/autoconf/Makefile-Substitutions.html#Makefile-Substitutions > > > > > > > > Your: > > http://www.gnu.org/software/hello/manual/autoconf/I

Re: [Boost-cmake] Including patches other than cmake (was: 1.40.0.cmake3)

2009-10-27 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Tue Oct 27 17:44:56 +0100 2009: > Food for thought, I'm interested in any comments. This sounds like it should be handled by boost upstream, or by ones distributor. Not really by a project creating a CMake buildsystem for boost. -- Exherbo KDE, X.org

Re: [Boost-cmake] Configuration for sonames for the boost dynamic libraries on Unix

2009-10-28 Thread Ingmar Vanhassel
Excerpts from Sean Chittenden's message of Wed Oct 28 20:39:59 +0100 2009: > Avoid pkg-config, it's very Linux and drags in a ton of dependencies > (most of the time, never required, but that's the way it goes with > everyone's packaging system of choice). A cmake variable would be > preferr

Re: [Boost-cmake] Configuration for sonames for the boost dynamic libraries on Unix

2009-10-28 Thread Ingmar Vanhassel
Excerpts from Sean Chittenden's message of Wed Oct 28 21:08:19 +0100 2009: > >> Avoid pkg-config, it's very Linux and drags in a ton of dependencies > >> (most of the time, never required, but that's the way it goes with > >> everyone's packaging system of choice). A cmake variable would be > >> p

Re: [Boost-cmake] Configuration for sonames for the boost dynamic libraries on Unix

2009-10-28 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Wed Oct 28 21:23:26 +0100 2009: > Ingmar Vanhassel wrote: > > Excerpts from Sean Chittenden's message of Wed Oct 28 21:08:19 +0100 2009: > >>>> Avoid pkg-config, it's very Linux and drags in a ton of depen

Re: [Boost-cmake] RFC: exported targets

2009-10-29 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Thu Oct 29 21:03:01 +0100 2009: > Brad King wrote: > > troy d. straszheim wrote: > >> Michael Jackson wrote: > >>> This is THE SINGLE IMPROVEMENT someone could make for those of us > >>> using CMake and are dependent on the boost libraries. > >> I did s

Re: [Boost-cmake] RFC: exported targets

2009-10-29 Thread Ingmar Vanhassel
Excerpts from Ingmar Vanhassel's message of Thu Oct 29 21:11:16 +0100 2009: > Also, some users may want to install multiple versions of boost, so I'd > shove $BOOST_VERSION in the filename too. On that note, it would be a good help if our includes were installed in a versioned directory. -- Exhe

Re: [Boost-cmake] RFC: exported targets

2009-10-29 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Thu Oct 29 23:18:12 +0100 2009: > Ingmar Vanhassel wrote: > > Excerpts from troy d. straszheim's message of Thu Oct 29 21:03:01 +0100 > > 2009: > >> Brad King wrote: > >>> troy d. straszheim wrote: >