Hello community, here is the log from the commit of package scalapack for openSUSE:Factory checked in at 2018-02-06 16:50:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scalapack (Old) and /work/SRC/openSUSE:Factory/.scalapack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scalapack" Tue Feb 6 16:50:34 2018 rev:8 rq:573261 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/scalapack/scalapack.changes 2017-11-18 00:22:24.408682337 +0100 +++ /work/SRC/openSUSE:Factory/.scalapack.new/scalapack.changes 2018-02-06 16:50:34.748066377 +0100 @@ -1,0 +2,23 @@ +Tue Feb 6 09:15:55 UTC 2018 - [email protected] + +- The HPC build of scalapack requires openBLAS. OpenBLAS is not + supported for s390: skip building on s390 for HPC (bsc#1079513). + +------------------------------------------------------------------- +Wed Jan 17 19:01:05 UTC 2018 - [email protected] + +- Don't set the module package to noarch. It contains arch specific + directory paths (boo#1076443). + +------------------------------------------------------------------- +Fri Jan 12 15:27:44 UTC 2018 - [email protected] + +- Disable the openmpi3 flavor in some products. + +------------------------------------------------------------------- +Fri Jan 5 18:30:19 UTC 2018 - [email protected] + +- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES. +- Add support for openmpi3 and mpich to HPC build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scalapack.spec ++++++ --- /var/tmp/diff_new_pack.jubC0N/_old 2018-02-06 16:50:35.572027790 +0100 +++ /var/tmp/diff_new_pack.jubC0N/_new 2018-02-06 16:50:35.576027603 +0100 @@ -1,7 +1,7 @@ # # spec file for package scalapack # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,6 +22,12 @@ %define vers 2.0.2 %define _vers 2_0_2 +%if 0%{?is_opensuse} || 0%{?is_backports} +%undefine DisOMPI3 +%else +%define DisOMPI3 ExclusiveArch: do_not_build +%endif + %if "%flavor" == "" ExclusiveArch: do_not_build %define package_name %pname @@ -38,6 +44,7 @@ %endif %if "%flavor" == "gnu-openmpi-hpc" +%{?DisOMPI1} %define mpi_flavor openmpi %define compiler_family gnu %undefine c_f_ver @@ -45,6 +52,22 @@ %{bcond_without hpc} %endif +%if "%flavor" == "gnu-openmpi3-hpc" +%{?DisOMPI3} +%define mpi_flavor openmpi +%define compiler_family gnu +%undefine c_f_ver +%define mpi_vers 3 +%{bcond_without hpc} +%endif + +%if "%flavor" == "gnu-mpich-hpc" +%define mpi_flavor mpich +%define compiler_family gnu +%undefine c_f_ver +%{bcond_without hpc} +%endif + %if "%flavor" == "gnu-mvapich2-hpc" %define mpi_flavor mvapich2 %define compiler_family gnu @@ -52,21 +75,42 @@ %{bcond_without hpc} %endif -%if "%flavor" == "gnu6-openmpi-hpc" +%if "%flavor" == "gnu7-openmpi-hpc" +%{?DisOMPI1} %define mpi_flavor openmpi %define compiler_family gnu -%define c_f_ver 6 +%define c_f_ver 7 %define mpi_vers 1 %{bcond_without hpc} %endif -%if "%flavor" == "gnu6-mvapich2-hpc" +%if "%flavor" == "gnu7-mvapich2-hpc" %define mpi_flavor mvapich2 %define compiler_family gnu -%define c_f_ver 6 +%define c_f_ver 7 +%{bcond_without hpc} +%endif + +%if "%flavor" == "gnu7-openmpi3-hpc" +%{?DisOMPI3} +%define mpi_flavor openmpi +%define compiler_family gnu +%define c_f_ver 7 +%define mpi_vers 3 %{bcond_without hpc} %endif +%if "%flavor" == "gnu7-mpich-hpc" +%define mpi_flavor mpich +%define compiler_family gnu +%define c_f_ver 7 +%{bcond_without hpc} +%endif + +%ifarch s390 +%{?with_hpc:ExclusiveArch: do_not_build} +%endif + %define so_ver 2 %if %{without hpc} %if 0%{!?package_name:1} @@ -278,7 +322,6 @@ %package module Summary: Module files for %{name} Group: Development/Libraries/Parallel -BuildArch: noarch %description module This package contains module files required buy SCALAPACK and BLACS, compiled against %{mpi_flavor}. ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.jubC0N/_old 2018-02-06 16:50:35.628025168 +0100 +++ /var/tmp/diff_new_pack.jubC0N/_new 2018-02-06 16:50:35.628025168 +0100 @@ -2,5 +2,7 @@ <package>openmpi</package> <package>mvapich2</package> <package>gnu-openmpi-hpc</package> + <package>gnu-openmpi3-hpc</package> <package>gnu-mvapich2-hpc</package> + <package>gnu-mpich-hpc</package> </multibuild>
