Give post-build checks more time to complete
This commit is contained in:
parent
03b8bdcb21
commit
196e523526
13
pmix.spec
13
pmix.spec
@ -1,6 +1,6 @@
|
|||||||
Name: pmix
|
Name: pmix
|
||||||
Version: 3.1.5
|
Version: 3.1.5
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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/
|
||||||
@ -72,9 +72,13 @@ based starters (e.g., mpirun).
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
echo touching lexer sources to recompile them ...
|
# touch lexer sources to recompile them
|
||||||
find src -name \*.l -print -exec touch --no-create {} \;
|
find src -name \*.l -print -exec touch --no-create {} \;
|
||||||
|
|
||||||
|
# give tests more time to complete
|
||||||
|
find test -name run_tests\*.pl\* -exec \
|
||||||
|
sed -i 's/preserve-status -k 35 30/preserve-status -k 305 300/' {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{_builddir}/%{name}-%{version}/autogen.pl
|
%{_builddir}/%{name}-%{version}/autogen.pl
|
||||||
%configure \
|
%configure \
|
||||||
@ -89,9 +93,7 @@ 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 +135,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 7 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.5-6
|
||||||
|
- Give post-build checks more time to complete
|
||||||
|
|
||||||
* Thu Aug 6 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.5-5
|
* Thu Aug 6 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.5-5
|
||||||
- Restore armv7hl without post-build checks
|
- Restore armv7hl without post-build checks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user