- 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:
parent
12b2052a28
commit
fdaf650bf7
@ -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>
|
||||
|
||||
|
@ -301,7 +301,6 @@ cp %{SOURCE1} .
|
||||
cp %{SOURCE2} .
|
||||
%endif
|
||||
|
||||
%if !0%{?sle_version}
|
||||
# create baselibs.conf based on flavor
|
||||
cat > %{_sourcedir}/baselibs.conf <<EOF
|
||||
lib%{name}%{?so_v}
|
||||
@ -311,7 +310,6 @@ lib%{name}-devel
|
||||
requires -%{name}-<targettype>
|
||||
requires "lib%{name}%{?so_v}-<targettype> = <version>"
|
||||
EOF
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user