yay weird ibm arches

This commit is contained in:
Tom Callaway 2023-02-27 14:04:54 -05:00
parent 01a1a93de9
commit b2c3501f1b
1 changed files with 5 additions and 0 deletions

View File

@ -91,7 +91,12 @@ rm -f %{buildroot}%{rlibdir}/R.css
%check
export LANG=C.UTF-8
%if %{without bootstrap}
# yay weird ibm arches
%ifarch ppc64le
%{_bindir}/R CMD check %{packname} --no-vignettes
%else
%{_bindir}/R CMD check %{packname}
%endif
%else
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-vignettes
%endif