]> git.pld-linux.org Git - packages/boost.git/blob - boost-numpy3.patch
- updated to 1.63.0
[packages/boost.git] / boost-numpy3.patch
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.027184 seconds and 3 git commands to generate.