Accepting request 1149354 from home:pgajdos:m

- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1149354
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=99
This commit is contained in:
Christian Goll 2024-02-26 12:55:11 +00:00 committed by Git OBS Bridge
parent e7c554906c
commit c893a4763e
2 changed files with 16 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 11:49:03 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 26 10:42:07 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com> Thu Oct 26 10:42:07 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file for package mvapich2
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -347,18 +347,18 @@ is based on MPICH2 and MVICH. This package contains the static libraries
%{?with_hpc:%hpc_debug} %{?with_hpc:%hpc_debug}
%setup -q -n mvapich2-%{version}%{?rc_ver} %setup -q -n mvapich2-%{version}%{?rc_ver}
%patch0 %patch -P 0
%patch2 %patch -P 2
%patch3 %patch -P 3
%patch4 %patch -P 4
%patch5 -p1 %patch -P 5 -p1
%patch6 %patch -P 6
%patch7 %patch -P 7
# Only apply these patches on Armv7 # Only apply these patches on Armv7
%ifarch armv7hl %ifarch armv7hl
%patch50 -p1 %patch -P 50 -p1
%patch51 %patch -P 51
%endif %endif
cp /usr/share/automake*/config.* . cp /usr/share/automake*/config.* .