mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
d1107bb40e
- Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
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%%
|