Update mussa to build on ubuntu 10.04 with qt 4.6.2 +boost 1.40.0.1 master
authorDiane Trout <diane@caltech.edu>
Mon, 18 Oct 2010 22:47:53 +0000 (15:47 -0700)
committerDiane Trout <diane@caltech.edu>
Mon, 18 Oct 2010 22:47:53 +0000 (15:47 -0700)
commit97498410e1fc5c39eac0282a6620b8fcb0f02ff3
treed66242de7a72ffad62d72aabafd514752d361ed9
parentd058d097a3015f3ba861d494b68c8cb6f003f6d6
Update mussa to build on ubuntu 10.04 with qt 4.6.2 +boost 1.40.0.1
I needed to turn off linking against static libraries as I was getting
linker errors in the python components.

Additionally I updated the Boost.Test code to compile with the the
newer boost library. After looking through the documentation, it looks
like the BOOST_TEST_MODULE feature was added in 1.36, though I'm not
fully sure.

So although I adjusted the FindBoost required version, I might've
gotten it wrong.
24 files changed:
CMakeLists.txt
alg/CMakeLists.txt
alg/test/CMakeLists.txt
alg/test/test_alphabet.cpp
alg/test/test_annotation_color.cpp
alg/test/test_annotations.cpp
alg/test/test_color.cpp
alg/test/test_conserved_path.cpp
alg/test/test_drawable.cpp
alg/test/test_flp.cpp
alg/test/test_glseqbrowser.cpp
alg/test/test_glsequence.cpp
alg/test/test_mussa.cpp
alg/test/test_nway.cpp
alg/test/test_seq.cpp
alg/test/test_seq_span.cpp
alg/test/test_sequence.cpp
alg/test/test_sequence_location.cpp
alg/tsf/CMakeLists.txt
alg/tsf/test_tsf.cpp
py/CMakeLists.txt
py/test/CMakeLists.txt
py/test/test_python.cpp
qui/CMakeLists.txt