diff --git a/superlu.changes b/superlu.changes index aaef940..20d661d 100644 --- a/superlu.changes +++ b/superlu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 9 15:13:46 UTC 2024 - Atri Bhattacharya + +- Add BuildRequires: + libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc to fix + use of %requires_eq. + ------------------------------------------------------------------- Tue Oct 29 21:47:29 UTC 2024 - Atri Bhattacharya diff --git a/superlu.spec b/superlu.spec index c87ef13..6f0f7a9 100644 --- a/superlu.spec +++ b/superlu.spec @@ -110,6 +110,7 @@ BuildRequires: gcc-fortran %else Requires: %{compiler_family}%{?c_f_ver}-compilers-hpc BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel +BuildRequires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc BuildRequires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel BuildRequires: suse-hpc >= 0.5.20230501 %endif