Streamline Boost tests for compiled libraries and add documentation on Boost module usage

This commit is contained in:
Roberto Di Remigio
2015-10-13 10:26:16 +02:00
parent cff0797b7b
commit ae87734faf
11 changed files with 52 additions and 144 deletions

View File

@ -5,8 +5,17 @@ min_cmake_version: 2.8
[cxx]
source: ../../../modules/cxx.cmake
[mpi]
source: ../../../modules/mpi.cmake
[python_interpreter]
source: ../../../modules/python_interpreter.cmake
[python_libs]
source: ../../../modules/python_libs.cmake
[boost]
override: {'major': 1, 'minor': 59, 'patch': 0, 'components': 'chrono;timer;system'}
override: {'major': 1, 'minor': 59, 'patch': 0, 'components': 'mpi;serialization;python'}
source: ../../../modules/boost/boost.cmake
[default_build_paths]