mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
14 lines
317 B
Text
14 lines
317 B
Text
[
|
|
{ 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
|
|
}
|
|
]
|