mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 04:42:28 +00:00
Compare commits
21 Commits
pr/unconfi
...
boost-1.69
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f72675bff | ||
|
|
b0f512c15a | ||
|
|
a383ecdd88 | ||
|
|
02e079cf4d | ||
|
|
7c33ff0c59 | ||
|
|
fc978f085b | ||
|
|
fed4f0d0f9 | ||
|
|
39edfd45cf | ||
|
|
8c2a808cbe | ||
|
|
aeedea409a | ||
|
|
df6926551e | ||
|
|
7d3df3d3a7 | ||
|
|
ae747521b0 | ||
|
|
5e4b44e0af | ||
|
|
07b1489f3b | ||
|
|
44ea0562b2 | ||
|
|
60fba03e99 | ||
|
|
e3c9dd78aa | ||
|
|
aaf9022770 | ||
|
|
88ea1f9626 | ||
|
|
731ba745ca |
@@ -132,30 +132,4 @@ lib boost_numpy
|
||||
<link>static:<define>BOOST_NUMPY_STATIC_LIB
|
||||
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
|
||||
;
|
||||
|
||||
# boost-install creates `stage` and `install` targets
|
||||
#
|
||||
# `stage` stages (builds and copies into `stage/lib`) the given libraries
|
||||
# `boost_python` and `boost_numpy` and their dependencies and is similar
|
||||
# to issuing `b2 --with-python stage` from top level
|
||||
#
|
||||
# `install` installs the two libraries and their dependencies and is similar
|
||||
# to issuing `b2 --with-python install` from top level
|
||||
|
||||
boost-install boost_python boost_numpy ;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
# When Python isn't configured, the above `boost-install` is not executed,
|
||||
# so we create empty `stage` and `install` targets that do nothing but issue
|
||||
# a warning message unless `--without-python` is given
|
||||
|
||||
alias stage : config-warning ;
|
||||
explicit stage ;
|
||||
|
||||
alias install : config-warning ;
|
||||
explicit install ;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user