ROOTPWA-Maintainers / ROOTPWA

ROOTPWA is a toolkit for partial-wave analysis of multi-particle final states produced in high-energy particle reactions. It is used to determine hadron spectra from experimental data.
Other
8 stars 14 forks source link

buildSystem: ask for Boost libraries with multithreading support #205

Closed suhlatwork closed 7 years ago

suhlatwork commented 7 years ago

Set to 'Boost_USE_MULTITHREADED' variable to 'ON' when searching for the Boost libraries. This changes the long file/library names searched for when running Cmake, it does not change the name as created if Boost is compiled as explained in 'README.md'. The long name also includes the used compiler and various other information. The default of Boost seems to be to use multithreading since a long time, so all installations using the long names when creating the libraries require this change.

Enabling support for mulitthreading seems to be the default of Boost since long time. T

bgrube commented 7 years ago

Merged, thank you.