From d395ac49316eae36c8b9d187c4e0cc760d80acc6 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 25 Apr 2023 14:16:03 -0400 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20assume=20%=5Fsmp=5Fmflags=20is?= =?UTF-8?q?=20-j%=5Fsmp=5Fbuild=5Fncpus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-llvmlite.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-llvmlite.spec b/python-llvmlite.spec index c413982..6e058b7 100644 --- a/python-llvmlite.spec +++ b/python-llvmlite.spec @@ -120,7 +120,7 @@ export LLVM_CONFIG="%{_libdir}/llvm11/bin/llvm-config" %pyproject_wheel %if %{with doc_pdf} -%make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}' +%make_build -C docs latex SPHINXOPTS='-j%{?_smp_build_ncpus}' %make_build -C docs/_build/latex LATEXMKOPTS='-quiet' %endif