Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trilinos for openSUSE:Factory checked in at 2022-07-05 12:09:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trilinos (Old) and /work/SRC/openSUSE:Factory/.trilinos.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trilinos" Tue Jul 5 12:09:30 2022 rev:15 rq:986706 version:13.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/trilinos/trilinos.changes 2022-04-21 15:48:31.668307847 +0200 +++ /work/SRC/openSUSE:Factory/.trilinos.new.1548/trilinos.changes 2022-07-05 12:10:08.964614401 +0200 @@ -1,0 +2,7 @@ +Mon Jun 27 15:18:16 UTC 2022 - Egbert Eich <e...@suse.com> + +- Fix dependency settings: due to missing packages the macro + %{req_equal} returned empty. +- Fix HPC environment module dependency. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trilinos.spec ++++++ --- /var/tmp/diff_new_pack.yJsVV1/_old 2022-07-05 12:10:11.044617388 +0200 +++ /var/tmp/diff_new_pack.yJsVV1/_new 2022-07-05 12:10:11.048617394 +0200 @@ -508,8 +508,11 @@ Requires: %{mpi_family}%{?mpi_ver}-%{compiler_family}%{?c_f_ver}-hpc # Fix this once boost is available as a HPC version #Requires: boost-%%{compiler_family}-hpc -%{requires_eq libhdf5%{hpc_package_name_tail}} -%{requires_eq libnetcdf%{hpc_package_name_tail}} +BuildRequires: libhdf5-%{compiler_family}-%{mpi_family}%{?mpi_ext}-hpc +%{requires_eq libhdf5-%{compiler_family}-%{mpi_family}%{?mpi_ext}-hpc} +BuildRequires: libnetcdf-%{compiler_family}-%{mpi_family}%{?mpi_ext}-hpc +%{requires_eq libnetcdf-%{compiler_family}-%{mpi_family}%{?mpi_ext}-hpc} +BuildRequires: libopenblas-%{compiler_family}-hpc %{requires_eq libopenblas-%{compiler_family}-hpc} Requires: lua-lmod >= 7.6.1 %endif @@ -773,7 +776,7 @@ depends-on openblas depends-on %{?with_mpi:p}hdf5 -depends-on %{?with_mpi:p}netcdf +depends-on netcdf #depends-on boost EOF %endif