[packages/parigp] disable parallel install for Math-Pari
atler
atler at pld-linux.org
Sun Jan 29 22:42:23 CET 2023
commit 02b13848e15a1621fc97a73b9de740d8adb0908e
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jan 29 22:10:36 2023 +0100
disable parallel install for Math-Pari
two targets run concurrently tring to write pod_tmp file and then rename
it
parigp.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/parigp.spec b/parigp.spec
index e4b6516..00acd14 100644
--- a/parigp.spec
+++ b/parigp.spec
@@ -272,7 +272,7 @@ tar zxvf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/parigp/galdata
DESTDIR=$RPM_BUILD_ROOT
# math-pari
-%{__make} install -C Math-Pari-%{math_pari_fversion} \
+%{__make} -j1 install -C Math-Pari-%{math_pari_fversion} \
DESTDIR=$RPM_BUILD_ROOT
%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/pari.1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/parigp.git/commitdiff/2459fafd983a1402fbe05ca802442eca450f3749
More information about the pld-cvs-commit
mailing list