Accepting request 1172017 from home:AdaLovelace:branches:science

- Correct ifarch: s390x instead of s390

OBS-URL: https://build.opensuse.org/request/show/1172017
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=171
This commit is contained in:
Christian Goll 2024-05-06 05:52:53 +00:00 committed by Git OBS Bridge
parent 5a52d247ac
commit ebbb7f6e75
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 1 16:06:33 UTC 2024 - Sarah Kriesch <sarah.kriesch@opensuse.org>
- Correct ifarch: s390x instead of s390
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 15 08:27:33 UTC 2024 - Egbert Eich <eich@suse.com> Thu Feb 15 08:27:33 UTC 2024 - Egbert Eich <eich@suse.com>

View File

@ -330,7 +330,7 @@ This package contains headers for OpenBLAS.
%setup -q -n OpenBLAS-%{version} %setup -q -n OpenBLAS-%{version}
%autopatch -p1 %autopatch -p1
%ifarch s390 %ifarch s390x s390
sed -i -e "s@m32@m31@" Makefile.system sed -i -e "s@m32@m31@" Makefile.system
%endif %endif
sed -i -e '/FLDFLAGS = \|$(CC)\|$(CXX)/s@$@ $(LDFLAGS_TESTS)@' \ sed -i -e '/FLDFLAGS = \|$(CC)\|$(CXX)/s@$@ $(LDFLAGS_TESTS)@' \