[packages/libsvm] - non-parallel java build

qboosh qboosh at pld-linux.org
Thu Jan 19 17:28:32 CET 2023


commit b337564c6bdc274584c8c4d3ec2457a5f221547b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jan 19 17:29:45 2023 +0100

    - non-parallel java build

 libsvm.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libsvm.spec b/libsvm.spec
index f42b70e..2f5fcff 100644
--- a/libsvm.spec
+++ b/libsvm.spec
@@ -124,7 +124,7 @@ Interfejs Pythona 3 do biblioteki LIBSVM.
 	CFLAGS="%{rpmcflags} -fPIC -Wall"
 
 %if %{with java}
-%{__make} -C java
+%{__make} -C java -j1
 %endif
 
 %if %{with octave}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libsvm.git/commitdiff/b337564c6bdc274584c8c4d3ec2457a5f221547b



More information about the pld-cvs-commit mailing list