1[
2{ type: install
3  message: <<EOM
4You have built the Boost.Python library. You have to add the following
5options when building your own code:
6
7Compiler options:
8   -I%%PYTHON_INCLUDEDIR%% -I%%LOCALBASE%%/include
9
10Linker options:
11   -L%%PYTHON_LIBDIR%% -L%%LOCALBASE%%/lib -lboost_python -l%%PYTHON_VERSION%%
12EOM
13}
14]
15