[
{ type: install
  message: <<EOM
You have built the Boost library with thread support.

Don't forget to add -pthread to your linker options when
linking your code.
EOM
}
]

[
{ type: install
  message: <<EOM
You have built the Boost.Python library. You have to add the following
options when building your own code:

Compiler options:
   -I/usr/local/include/python3.12 -I/usr/local/include

Linker options:
   -L/usr/local/lib/python3.12 -L/usr/local/lib -lboost_python -lpython3.12
EOM
}
]

