Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openblas for openSUSE:Factory checked in at 2021-07-29 21:31:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openblas (Old) and /work/SRC/openSUSE:Factory/.openblas.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openblas" Thu Jul 29 21:31:06 2021 rev:44 rq:908422 version:0.3.17 Changes: -------- --- /work/SRC/openSUSE:Factory/openblas/openblas.changes 2021-07-25 20:09:05.675454972 +0200 +++ /work/SRC/openSUSE:Factory/.openblas.new.1899/openblas.changes 2021-07-29 21:31:37.480796136 +0200 @@ -1,0 +2,6 @@ +Mon Jul 26 08:20:32 UTC 2021 - Andreas Schwab <sch...@suse.de> + +- Use RISCV64_GENERIC for riscv64 +- Add -ffat-lto-objects to get proper static archives + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openblas.spec ++++++ --- /var/tmp/diff_new_pack.0AaLJt/_old 2021-07-29 21:31:38.068795412 +0200 +++ /var/tmp/diff_new_pack.0AaLJt/_new 2021-07-29 21:31:38.068795412 +0200 @@ -295,6 +295,9 @@ %endif %build +%if "%{?_lto_cflags}" != "" +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects +%endif # disable lto for ppc64le, boo#1181733 %ifarch ppc64le @@ -327,6 +330,9 @@ %ifarch ppc64 %global openblas_target %openblas_target TARGET=POWER8 %endif +%ifarch riscv64 +%global openblas_target %openblas_target TARGET=RISCV64_GENERIC +%endif # force -mvsx for ppc64 to avoid build failure: # ../kernel/power/sasum_microk_power8.c:41:3: error: '__vector' undeclared (first use in this function); did you mean '__cpow'? # TODO why is it required ? (and not for ppc64le)