Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scalapack for openSUSE:Factory checked in at 2024-09-19 21:17:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scalapack (Old) and /work/SRC/openSUSE:Factory/.scalapack.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scalapack" Thu Sep 19 21:17:15 2024 rev:26 rq:1201857 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/scalapack/scalapack.changes 2023-10-24 20:08:18.536419273 +0200 +++ /work/SRC/openSUSE:Factory/.scalapack.new.29891/scalapack.changes 2024-09-19 21:17:33.495007134 +0200 @@ -1,0 +2,21 @@ +Wed Sep 18 10:52:41 UTC 2024 - Atri Bhattacharya <[email protected]> + +- Update to version 2.2.0: + * Feature: Allow compilation in ILP64 mode + * (gh#Reference-ScaLAPACK/scalapack#19). Bugs fixed: + - Use pointer macro to prevent integer overflow + (gh#Reference-ScaLAPACK/scalapack#16). + - Fix argument mismatches for implicitly defined functions + (for gcc-10+ compatibility) + (gh#Reference-ScaLAPACK/scalapack#26). + - No memory leaks on blacs_exit + (gh#Reference-ScaLAPACK/scalapack#37). +- Add `-Wno-error=implicit-function-declaration` to work around + non-prototyped functions (gh#Reference-ScaLAPACK/scalapack#81). + +------------------------------------------------------------------- +Fri Feb 2 18:33:15 UTC 2024 - Atri Bhattacharya <[email protected]> + +- Enable openmpi5 and gnu-hpc-openmpi5 flavours. + +------------------------------------------------------------------- Old: ---- scalapack-2.1.0.tgz New: ---- scalapack-2.2.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scalapack.spec ++++++ --- /var/tmp/diff_new_pack.9DPTX5/_old 2024-09-19 21:17:34.891065004 +0200 +++ /var/tmp/diff_new_pack.9DPTX5/_new 2024-09-19 21:17:34.899065336 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package scalapack # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global flavor @BUILD_FLAVOR@%{nil} %define pname scalapack -%define vers 2.1.0 +%define vers 2.2.0 %define _vers %(echo %{vers} | tr . _) %define so_ver 2 %define openblas_vers 0.3.6 @@ -256,7 +256,7 @@ %endif Name: %{package_name} -Version: %vers +Version: %{vers} Release: 0 Summary: A subset of LAPACK routines redesigned for heterogenous computing # This is freely distributable without any restrictions. @@ -472,7 +472,8 @@ module load openblas %endif -RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -std=legacy" +# implicit-function-declaration: https://github.com/Reference-ScaLAPACK/scalapack/issues/81 +RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error=implicit-function-declaration -fno-strict-aliasing -std=legacy" %if %{without hpc} echo $PATH | grep -q %{mpi_flavor}%{?mpi_ext} || \ PATH=/usr/%_lib/mpi/gcc/%{mpi_flavor}%{?mpi_ext}/bin:$PATH ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.9DPTX5/_old 2024-09-19 21:17:35.139075284 +0200 +++ /var/tmp/diff_new_pack.9DPTX5/_new 2024-09-19 21:17:35.167076445 +0200 @@ -1,7 +1,9 @@ <multibuild> <package>openmpi4</package> + <package>openmpi5</package> <package>mvapich2</package> <package>gnu-openmpi4-hpc</package> + <package>gnu-openmpi5-hpc</package> <package>gnu-mvapich2-hpc</package> <package>gnu-mpich-hpc</package> </multibuild> ++++++ scalapack-2.1.0.tgz -> scalapack-2.2.0.tgz ++++++ ++++ 37902 lines of diff (skipped)
