disable vignettes on ppc64le, something is very weird on that arch with R right now
This commit is contained in:
parent
b6ec4f549f
commit
97f15d6aac
@ -56,8 +56,11 @@ rm %{buildroot}%{rlibdir}/%{packname}/cctz.sh
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%ifarch ppc64le
|
||||||
|
%{_bindir}/R CMD check %{packname} --no-vignettes
|
||||||
|
%else
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{rlibdir}/%{packname}
|
%dir %{rlibdir}/%{packname}
|
||||||
|
Loading…
Reference in New Issue
Block a user