]> git.pld-linux.org Git - packages/boost.git/blame - boost-numpy3.patch
- package boost-fiber
[packages/boost.git] / boost-numpy3.patch
CommitLineData
1b90837b
JB
1--- boost_1_63_0/libs/python/build/Jamfile.orig 2016-12-22 13:33:19.000000000 +0100
2+++ boost_1_63_0/libs/python/build/Jamfile 2017-04-08 21:35:49.226719994 +0200
3@@ -140,7 +140,7 @@
4 [ cond [ python.numpy ] : <library>/python//python_for_extensions ]
5 [ unless [ python.numpy ] : <build>no ]
6 <include>$(numpy-include)
7- <library>boost_python
8+ [ cond $(is-py3) : <library>boost_python3 : <library>boost_python ]
9 <python-debugging>on:<define>BOOST_DEBUG_PYTHON
10 [ cond $(is-py3) : <python>$(py3-version) ]
11
This page took 0.153304 seconds and 4 git commands to generate.