From bdff200dcfb8570dbe94bc420e5785eb13b10b108ed8d51f8d513d612fa7b633 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 31 Oct 2021 21:12:02 +0000 Subject: [PATCH] Accepting request 928428 from home:urbic:branches:science - Split '%make_build all docpdf' into separate executions due to non-reproducible results during parallel build with varying numbers of jobs. Thanks to Bernhard M. Wiedemann for reporting the bug. OBS-URL: https://build.opensuse.org/request/show/928428 OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=54 --- pari.changes | 8 ++++++++ pari.spec | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/pari.changes b/pari.changes index c198d06..3f81594 100644 --- a/pari.changes +++ b/pari.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Oct 31 20:36:12 UTC 2021 - Anton Shvetz + +- Split '%make_build all docpdf' into separate executions due to + non-reproducible results during parallel build with varying + numbers of jobs. Thanks to Bernhard M. Wiedemann for reporting + the bug. + ------------------------------------------------------------------- Fri Oct 29 01:01:54 UTC 2021 - Anton Shvetz diff --git a/pari.spec b/pari.spec index 0a8522f..100680d 100644 --- a/pari.spec +++ b/pari.spec @@ -109,12 +109,14 @@ sed -i -e 's/^\(doc all:\) .*/\1/' config/DOC_Make.SH --sysdatadir="%_libdir" \ --datadir="%_datadir/%name" \ --mt=pthread -%make_build -e \ +%make_build \ CFLAGS="%optflags -fno-strict-aliasing" \ STRIP=true \ + all +%make_build \ PDFTEX=luatex \ PDFLATEX=lualatex \ - all docpdf + docpdf %install %make_install