freebsd-ports/devel/boost/pkg-message.python
Simon Barner b29a5a553e - Install pyste, a interface generator for Boost.Python
This adds two run time dependecies in the WITH_PYTHON case:

    * devel/gccxml
    * devel/py-elementtree

  This was requested in [1].

- Add pkg-message to help developers getting started with boost:
  Give suggestions for CFLAGS and LDFLAGS for the following build
  options:

    * BOOST_THREADS: pkg-message.threads
    * WITH_PYTHON:   pkg-message.python
    * stlport (4.x): pkg-message.stlport

- remove pkg-install script and perform installation in Makefile

PR:		ports/77640 [1]
Approved by:	arved (mentor)
2005-03-07 10:29:37 +00:00

8 lines
274 B
Text

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%%