Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package suitesparse for openSUSE:Factory 
checked in at 2022-02-26 17:01:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suitesparse (Old)
 and      /work/SRC/openSUSE:Factory/.suitesparse.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suitesparse"

Sat Feb 26 17:01:50 2022 rev:40 rq:957638 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes  2021-08-11 
11:47:13.413746038 +0200
+++ /work/SRC/openSUSE:Factory/.suitesparse.new.1958/suitesparse.changes        
2022-02-26 17:01:58.591534890 +0100
@@ -1,0 +2,5 @@
+Thu Feb 24 13:59:58 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- build parallel to reduce build time by ~ 30% 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ suitesparse.spec ++++++
--- /var/tmp/diff_new_pack.zNNf46/_old  2022-02-26 17:01:59.483535032 +0100
+++ /var/tmp/diff_new_pack.zNNf46/_new  2022-02-26 17:01:59.487535033 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package suitesparse
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -612,12 +612,8 @@
 %patch775418 -p1
 
 %build
-%ifarch ppc64le aarch64
 %define limitbuild 1500
 %limit_build -m %{limitbuild}
-%define JOBS %{jobs}
-%define _lto_cflags -flto=%{jobs}
-%endif
 
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 %if 0%{?suse_version} < 1500
@@ -631,7 +627,11 @@
 blas_lib=-lblas
 %endif
 
-make MY_METIS_LIB="-lmetis" LAPACK="-llapack" BLAS="$blas_lib" TBB="-ltbb" 
CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" go
+# Better performance with -flto
+unset MALLOC_CHECK_
+unset MALLOC_PERTURB_
+
+%make_jobs MY_METIS_LIB="-lmetis" LAPACK="-llapack" BLAS="$blas_lib" 
TBB="-ltbb" CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" go
 chrpath -d lib/*.so.*.*
 chrpath -d GraphBLAS/build/*.so
 chrpath -d GraphBLAS/build/*.so.*.*

Reply via email to