- Reverted last change:

it seems that the 32-bit compatibility packages have revealed a
  conflict which was not properly detected by installcheck and actually
  has made it into Leap 15.4/SLE-15-SP4 rather than caused it: The same
  issue exists in the 'regular' 64-bit packages but has remained undetected
  by installcheck so far. Factory hasn't suffered from this as lapack has
  been fixed properly - see boo#1207358.
  The possible installcheck issue has been reported in:
  https://github.com/openSUSE/openSUSE-release-tools/issues/2915

OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=152
This commit is contained in:
Egbert Eich 2023-01-21 11:14:53 +00:00 committed by Git OBS Bridge
parent 12b2052a28
commit fdaf650bf7
2 changed files with 0 additions and 10 deletions

View File

@ -1,11 +1,3 @@
-------------------------------------------------------------------
Thu Jan 19 17:29:17 UTC 2023 - Egbert Eich <eich@suse.com>
- Disabling 32-bit compatibility packages for Leap/SLE as they
are causing conflicts with the lapack packages during SLE staging:
found conflict of liblapacke3-32bit-3.5.0-4.6.1.x86_64 with libopenblas_openmp0-32bit-0.3.21-150500.1.2.x86_64
/usr/lib/liblapacke.so.3 [mode mismatch: l777 root:root -> liblapacke.so.3.5.0, g -644 root:root]
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 25 00:19:21 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Sun Dec 25 00:19:21 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -301,7 +301,6 @@ cp %{SOURCE1} .
cp %{SOURCE2} . cp %{SOURCE2} .
%endif %endif
%if !0%{?sle_version}
# create baselibs.conf based on flavor # create baselibs.conf based on flavor
cat > %{_sourcedir}/baselibs.conf <<EOF cat > %{_sourcedir}/baselibs.conf <<EOF
lib%{name}%{?so_v} lib%{name}%{?so_v}
@ -311,7 +310,6 @@ lib%{name}-devel
requires -%{name}-<targettype> requires -%{name}-<targettype>
requires "lib%{name}%{?so_v}-<targettype> = <version>" requires "lib%{name}%{?so_v}-<targettype> = <version>"
EOF EOF
%endif
%build %build