Revert "Drop ignoring of tests on ppc64"
This reverts commit 82946641ed
.
The tests are still broken in rawhide, they only pass in F31 ;(
This commit is contained in:
parent
82946641ed
commit
bef8b43abc
@ -186,7 +186,10 @@ install -pDm0644 %{SOURCE3} %{buildroot}%{python3_sitearch}/%{name}.pth
|
||||
find %{buildroot} -type f -name "*.la" -delete
|
||||
|
||||
%check
|
||||
make check VERBOSE=1
|
||||
make check VERBOSE=1 \
|
||||
%ifarch ppc
|
||||
|| : # https://github.com/pmodels/mpich/issues/3949
|
||||
%endif
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user