Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fftw3 for openSUSE:Factory checked in at 2021-05-05 20:39:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fftw3 (Old) and /work/SRC/openSUSE:Factory/.fftw3.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fftw3" Wed May 5 20:39:34 2021 rev:55 rq:890019 version:3.3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes 2021-02-11 12:46:12.461385822 +0100 +++ /work/SRC/openSUSE:Factory/.fftw3.new.2988/fftw3.changes 2021-05-05 20:39:35.639021050 +0200 @@ -1,0 +2,9 @@ +Fri Apr 30 11:40:09 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Follow the distro default openmpi implementation: + + Eliminate the usage of the mpi_implem variable (obsolete) + + BuildRequire openmpi-macros-devel instead of %{mpi_implem}-devel + + Require openmpi-devel in the mpi-devel package + + Use %setup_openmpi to source mpivars.sh + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fftw3.spec ++++++ --- /var/tmp/diff_new_pack.qlcjFf/_old 2021-05-05 20:39:36.159018818 +0200 +++ /var/tmp/diff_new_pack.qlcjFf/_new 2021-05-05 20:39:36.159018818 +0200 @@ -24,9 +24,6 @@ %define vers 3.3.9 %define _ver 3_3_9 -#For non HPC builds only -%define mpi_implem openmpi2 - %bcond_with ringdisabled %if 0%{?sle_version} >= 150200 @@ -392,7 +389,7 @@ BuildRequires: gcc-fortran Requires: %{package_name}-libs = %{version} %ifnarch s390 s390x -BuildRequires: %{mpi_implem}-devel +BuildRequires: openmpi-macros-devel %endif %endif @@ -413,7 +410,7 @@ Requires: %package_libname = %{version}-%{release} Requires: glibc-devel Requires(post): %install_info_prereq -Requires(preun): %install_info_prereq +Requires(preun):%install_info_prereq %if %{with hpc} %hpc_requires_devel %endif @@ -518,10 +515,10 @@ %package mpi-devel Summary: Discrete Fourier Transform (DFT) C subroutine library Group: Development/Libraries/C and C++ -Requires: %{mpi_implem}-devel Requires: fftw3-devel = %{version} Requires: glibc-devel Requires: libfftw3_mpi3 = %{version}-%{release} +Requires: openmpi-devel %description mpi-devel FFTW is a C subroutine library for computing the Discrete Fourier @@ -548,7 +545,7 @@ %endif %ifnarch s390 s390x %if "%{mpi_flavor}" == "standard" -source %_libdir/mpi/gcc/%{mpi_implem}/bin/mpivars.sh +%setup_openmpi %endif %endif @@ -588,7 +585,7 @@ %ifnarch s390 s390x %if "%{mpi_flavor}" == "standard" -source %_libdir/mpi/gcc/%{mpi_implem}/bin/mpivars.sh +%setup_openmpi %endif %endif @@ -616,7 +613,7 @@ %ifnarch s390 s390x %if "%{mpi_flavor}" == "standard" -source %_libdir/mpi/gcc/%{mpi_implem}/bin/mpivars.sh +%setup_openmpi %endif %endif %if %{without hpc}