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)
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
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%%
|