forked from pool/mvapich2
Accepting request 1151453 from science:HPC
- Use %patch -P N instead of deprecated %patchN. (forwarded request 1149354 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/1151453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mvapich2?expand=0&rev=37
This commit is contained in:
commit
5f58012658
@ -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>
|
||||||
|
|
||||||
|
@ -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.* .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user