aboutsummaryrefslogblamecommitdiff
path: root/devel/boost-all/pkg-message.python
blob: cb5195b507fc65956dc44dabcfc9680f0a7b72ec (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                







                                                                              


   
[
{ 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%%PYTHON_INCLUDEDIR%% -I%%LOCALBASE%%/include

Linker options:
   -L%%PYTHON_LIBDIR%% -L%%LOCALBASE%%/lib -lboost_python -l%%PYTHON_VERSION%%
EOM
}
]