Restore armv7hl without post-build checks
This commit is contained in:
parent
c5152b9994
commit
03b8bdcb21
@ -1,6 +1,6 @@
|
|||||||
Name: pmix
|
Name: pmix
|
||||||
Version: 3.1.5
|
Version: 3.1.5
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Process Management Interface Exascale (PMIx)
|
Summary: Process Management Interface Exascale (PMIx)
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://pmix.org/
|
URL: https://pmix.org/
|
||||||
@ -16,8 +16,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: munge-devel
|
BuildRequires: munge-devel
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
|
|
||||||
ExcludeArch: armv7hl
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Process Management Interface (PMI) has been used for quite some time as
|
The Process Management Interface (PMI) has been used for quite some time as
|
||||||
a means of exchanging wireup information needed for interprocess
|
a means of exchanging wireup information needed for interprocess
|
||||||
@ -91,7 +89,9 @@ find src -name \*.l -print -exec touch --no-create {} \;
|
|||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%ifnarch armv7hl
|
||||||
%make_build check
|
%make_build check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -133,6 +133,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 6 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.5-5
|
||||||
|
- Restore armv7hl without post-build checks
|
||||||
|
|
||||||
* Tue Aug 4 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.5-4
|
* Tue Aug 4 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.5-4
|
||||||
- Exclude armv7hl
|
- Exclude armv7hl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user