Lines Matching refs:python
10 import python ;
12 if ! [ python.configured ] && ! ( --without-python in [ modules.peek : ARGV ] )
14 # Attempt default configuration of python
16 using python ;
19 if [ python.configured ] || ( --without-python in [ modules.peek : ARGV ] )
26 : "warning: No python installation configured and autoconfiguration"
27 : "note: failed. See http://www.boost.org/libs/python/doc/building.html"
28 : "note: for configuration instructions or pass --without-python to"
33 if [ python.configured ]
35 project boost/python
84 # /python//python (the target representing libpython) itself.
89 [ cond [ python.configured ] : <library>/python//python_for_extensions ]
91 # we prevent building when there is no python available
94 [ unless [ python.configured ] : <build>no ]
96 <python-debugging>on:<define>BOOST_DEBUG_PYTHON
98 <tag>@$(__name__).python-tag
99 <conditional>@python.require-py
105 <python-debugging>on:<define>BOOST_DEBUG_PYTHON
108 numpy-include = [ python.numpy-include ] ;
120 [ cond [ python.numpy ] : <library>/python//python_for_extensions ]
121 [ unless [ python.numpy ] : <build>no ]
124 <python-debugging>on:<define>BOOST_DEBUG_PYTHON
126 <tag>@$(__name__).python-tag
127 <conditional>@python.require-py
133 <python-debugging>on:<define>BOOST_DEBUG_PYTHON
140 # to issuing `b2 --with-python stage` from top level
143 # to issuing `b2 --with-python install` from top level
153 # a warning message unless `--without-python` is given