Revert "Revert "Drop ignoring of tests on ppc64""
This reverts commit bef8b43abc
.
It turns out that the test was flakey, and %ifarch didnt' make any difference
on ppc64.
This commit is contained in:
parent
bef8b43abc
commit
dd07517692
@ -186,10 +186,7 @@ install -pDm0644 %{SOURCE3} %{buildroot}%{python3_sitearch}/%{name}.pth
|
|||||||
find %{buildroot} -type f -name "*.la" -delete
|
find %{buildroot} -type f -name "*.la" -delete
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check VERBOSE=1 \
|
make check VERBOSE=1
|
||||||
%ifarch ppc
|
|
||||||
|| : # https://github.com/pmodels/mpich/issues/3949
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user