Drop ignoring of tests on ppc64

They seem to pass now.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-08-28 13:06:55 +02:00
parent 3b497cff60
commit 82946641ed
1 changed files with 1 additions and 4 deletions

View File

@ -186,10 +186,7 @@ install -pDm0644 %{SOURCE3} %{buildroot}%{python3_sitearch}/%{name}.pth
find %{buildroot} -type f -name "*.la" -delete
%check
make check VERBOSE=1 \
%ifarch ppc
|| : # https://github.com/pmodels/mpich/issues/3949
%endif
make check VERBOSE=1
%ldconfig_scriptlets