disable tests on ppc64le (no real way to debug them)
This commit is contained in:
parent
178c1ffbe2
commit
c2a1c00487
4
R.spec
4
R.spec
@ -727,7 +727,7 @@ mv %{buildroot}%{_libdir}/R/lib/libRblas.so %{buildroot}%{_libdir}/R/lib/libRref
|
||||
%if 0%{?zlibhack}
|
||||
# Most of these tests pass. Some don't. All pieces belong to you.
|
||||
%else
|
||||
%ifnarch ppc64
|
||||
%ifnarch ppc64 ppc64le
|
||||
# Needed by tests/ok-error.R, which will smash the stack on PPC64. This is the purpose of the test.
|
||||
ulimit -s 16384
|
||||
make check
|
||||
@ -1174,7 +1174,7 @@ R CMD javareconf \
|
||||
|
||||
%changelog
|
||||
* Tue Feb 14 2017 Tom Callaway <spot@fedoraproject.org> - 3.3.2-8
|
||||
- disable tests on ppc64 (no real way to debug them)
|
||||
- disable tests on ppc64/ppc64le (no real way to debug them)
|
||||
|
||||
* Tue Feb 14 2017 Björn Esser <besser82@fedoraproject.org> - 3.3.2-7
|
||||
- Add Patch2 to fix detection of zlib
|
||||
|
Loading…
Reference in New Issue
Block a user