Update mussa build scripts to work with Boost 1.40 and CMake 2.6
authorDiane Trout <diane@caltech.edu>
Tue, 10 Nov 2009 22:34:21 +0000 (14:34 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 10 Nov 2009 22:34:21 +0000 (14:34 -0800)
commit0ff062fe55b45b0f7191c41867b28f0468f91496
tree6d324e5ff22adf83ceca947cef9f870459f7dcb7
parente9d4265a86e3a2d61c88b4e116fdd0a5ba3aa92e
Update mussa build scripts to work with Boost 1.40 and CMake 2.6

For Boost 1.40 the filesystem module now requires linking against
boost system.

For some reason the serialization code in alg/sequence.hpp doesn't
work for the Sequence class.

For CMake I could remove my local FindBoost program as CMake now
ships with FindBoost. (Also I had to change the CMake files to add
the new library.
CMakeLists.txt
alg/CMakeLists.txt
alg/sequence.hpp
alg/test/CMakeLists.txt
alg/tsf/CMakeLists.txt
makelib/FindBoost.cmake [deleted file]
makelib/TestMacros.cmake
py/CMakeLists.txt
py/test/CMakeLists.txt
qui/CMakeLists.txt