[Boost-cmake] Boost Tools are NOT being built

2009-12-16 Thread Michael Jackson
I was trying to get the Boost-cmake to build bcp for me and generally no matter what I put in for BUILD_TOOLS none of the tools are built. Seems I have traced the problem to this line in tools/CMakeLists.txt foreach(tooldir ${tooldirs} ) message(STATUS "tooldir:

Re: [Boost-cmake] How to have Boost.MPI use OpenMPI (rather than MPICH2)

2009-12-16 Thread Denis Arnaud
2009/12/15 troy > > alt.boost.cmake uses cmake's standard detection of MPI... our docs are > very terse: > > http://sodium.resophonic.com/boost-cmake/current-docs/externals/mpi.html > > See the cmake docs for FindMPI. I assume the best way is to tweak some > cache variables post-installation. >

Re: [Boost-cmake] How to have Boost.MPI use OpenMPI (rather than MPICH2)

2009-12-16 Thread Michael Jackson
On 12/16/09 12:48 PM, in article 8be61fe00912160948n3f016945k1d361be06dc5d...@mail.gmail.com, "Denis Arnaud" wrote: > 2009/12/15 troy > >> >> alt.boost.cmake uses cmake's standard detection of MPI... our docs are >> very terse: >> >> http://sodium.resophonic.com/boost-cmake/current-docs/extern

Re: [Boost-cmake] Using BCP to create a "Subset" of Boost ... And CMake ... And Windows

2009-12-16 Thread Michael Jackson
Well, I got at least an "alpha" version up and working. This will add the necessary code to 'bcp' to copy the needed cmake files so one should be able to create compilable subset of Boost 1.41.0 for their own use. After

[Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Michael Jackson
Trying things out on windows and I noticed that when I build static libraries that the names of the libraries are NOT prefixed with "lib" like in the bjam version of the build. This causes the FindBoost included with CMake 2.6.4 and 2.8.0 to NOT find an installed boost on Windows using Visu

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Troy D. Straszheim
Michael Jackson writes: > Trying things out on windows and I noticed that when I build static > libraries that the names of the libraries are NOT prefixed with "lib" > like in the bjam version of the build. This causes the FindBoost > included with CMake 2.6.4 and 2.8.0 to NOT find an installed b

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Michael Jackson
On 12/16/09 1:41 PM, in article 2a66cbe0-57c7-45d4-8d44-cddc6b935...@bluequartz.net, "Michael Jackson" wrote: > Trying things out on windows and I noticed that when I build static > libraries that the names of the libraries are NOT prefixed with "lib" > like in the bjam version of the build. This

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Troy D. Straszheim
Michael Jackson writes: > On 12/16/09 1:41 PM, in article > 2a66cbe0-57c7-45d4-8d44-cddc6b935...@bluequartz.net, "Michael Jackson" > wrote: > >> Trying things out on windows and I noticed that when I build static >> libraries that the names of the libraries are NOT prefixed with "lib" >> like in

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Michael Jackson
On 12/16/09 2:11 PM, in article 87fx7a3fa0@resophonic.com, "Troy D. Straszheim" wrote: > Michael Jackson writes: > >> On 12/16/09 1:41 PM, in article >> 2a66cbe0-57c7-45d4-8d44-cddc6b935...@bluequartz.net, >> "Michael Jackson" >> wrote: >> >>> Trying things out on windows and I noticed that

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Troy D. Straszheim
Michael Jackson writes: > > In the FindBoost.cmake file there is a line like: > > # Setting some more suffixes for the library > SET (Boost_LIB_PREFIX "") > if ( WIN32 AND Boost_USE_STATIC_LIBS ) > SET (Boost_LIB_PREFIX "lib") > endif() > > Which means the Boost.Cmake project really n

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Michael Jackson
_I_ don't see a reason considering that boost.cmake allows both Static and Shared in the same build so there really isn't a choice. Also, there does not really seem to be any consensus on Windows how to name libraries. So I say go for it until someone has a problem with it. -- Mike Jackson

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Troy D. Straszheim
Michael Jackson writes: > So I say go for it until someone has a problem with it. Roger. Will this be in with the changes you want me to pull? -t ___ Boost-cmake mailing list Boost-cmake@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Michael Jackson
Those changes are in my git clone. If you want to pull from there.. _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer Dayton, Oh