[Boost-cmake] Installing libraries within /usr/lib64 on 64 bit Linux platforms

2009-10-24 Thread Denis Arnaud
Hello, as I'm trying to use CMake for the packaging of Boost for Fedora (see https://bugzilla.redhat.com/show_bug.cgi?id=529563 for more details), I would need to install, on 64bit Linux platforms, the (Boost) libraries within /usr/lib64 instead of within /usr/lib. Currently, we have to create an

[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