mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 04:22:16 +00:00
Minor fixes.
This commit is contained in:
@@ -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) ;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user