Comment # 22 on bug 1223783 from Atri Bhattacharya
(In reply to Egbert Eich from comment #21)
> I've noticed you're doing:
> %{_sysconfdir}/alternatives/libcblas.so.%{so_ver}_%{_arch}
> we used to do:
> %{_sysconfdir}/alternatives/libcblas.so.3%{?a_x}
> defining %a_x as:
> %if 0%{?suse_version} > 1500
> %define a_x _%{_arch}
> %endif
> which was introduced with:
> https://build.opensuse.org/package/rdiff/science/lapack?linkrev=base&rev=35
> 

Yes, I intentionally removed the conditionals and enabled _arch dependent link
names to test baselibs generation for Leap. This change is not strictly needed
— Leap does not build for the i586 arch anyway — and I can simply restore the
previous a_x conditional macro if that is preferred.


You are receiving this mail because: