2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00

Minor fixes.

This commit is contained in:
Stefan Seefeld
2016-10-19 11:25:48 -04:00
parent ac39d2ed69
commit 163e469bc4
2 changed files with 9 additions and 11 deletions

View File

@@ -163,14 +163,6 @@ rule lib_boost_numpy ( is-py3 ? )
;
}
lib_boost_python ;
lib_boost_numpy ;
if $(py3-version)
{
lib_boost_python yes ;
lib_boost_numpy yes ;
}
libraries = boost_python ;
libraries3 = boost_python3 ;
if [ python.numpy ]
@@ -179,8 +171,14 @@ if [ python.numpy ]
libraries3 += boost_numpy3 ;
}
boost-install $(libraries) ;
lib_boost_python ;
lib_boost_numpy ;
if $(py3-version)
{
boost-install $(libraries3) ;
lib_boost_python yes ;
lib_boost_numpy yes ;
libraries += $(libraries3) ;
}
boost-install $(libraries) ;

View File

@@ -6,7 +6,7 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
HTMLDIR = ../numpy/html
HTMLDIR = ../html/numpy
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4