We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163e469 commit 07c8cbeCopy full SHA for 07c8cbe
build/Jamfile
@@ -142,6 +142,7 @@ rule lib_boost_python ( is-py3 ? )
142
143
rule lib_boost_numpy ( is-py3 ? )
144
{
145
+ numpy-include = [ python.numpy-include ] ;
146
lib [ cond $(is-py3) : boost_numpy3 : boost_numpy ]
147
: # sources
148
numpy/dtype.cpp
@@ -153,6 +154,7 @@ rule lib_boost_numpy ( is-py3 ? )
153
154
: # requirements
155
[ cond [ python.numpy ] : <library>/python//python_for_extensions ]
156
[ unless [ python.numpy ] : <build>no ]
157
+ <include>$(numpy-include)
158
<library>boost_python
159
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
160
[ cond $(is-py3) : <python>$(py3-version) ]
0 commit comments