Don’t assume %_smp_mflags is -j%_smp_build_ncpus
This commit is contained in:
parent
504995a382
commit
5a8ca7b6b3
1 changed files with 2 additions and 1 deletions
|
|
@ -94,7 +94,8 @@ echo "latex_engine = 'xelatex'" >> docs/conf.py
|
|||
%pyproject_wheel
|
||||
|
||||
%if %{with doc_pdf}
|
||||
PYTHONPATH="${PWD}" %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}'
|
||||
PYTHONPATH="${PWD}" %make_build -C docs latex \
|
||||
SPHINXOPTS='-j%{?_smp_build_ncpus}'
|
||||
%make_build -C docs/_build/latex LATEXMKOPTS='-quiet'
|
||||
%endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue