- Fix test for sle_version: we will need it for all of SLE15.

OBS-URL: https://build.opensuse.org/package/show/science/lapack?expand=0&rev=39
This commit is contained in:
Egbert Eich 2023-02-24 14:04:47 +00:00 committed by Git OBS Bridge
parent ca90d2bfd2
commit 13ab7be000

View File

@ -214,7 +214,7 @@ for -static linking. You do not need these, unless you link
statically, which is highly discouraged.
%ifarch %{ix86}
%if 0%{?sle_version:%sle_version} >= 150100
%if 0%{?sle_version:%sle_version} >= 150000
%global precflags "-mfpmath=sse"
%global test_precflags %precflags
%else