Don't build docs on ppc64le to avoid ICE

This commit is contained in:
Sandro Mani 2020-12-17 12:51:54 +01:00
parent fa0325b7a6
commit bd1125e219

View File

@ -78,7 +78,12 @@ Developer documentation for Eigen.
-DCMAKEPACKAGE_INSTALL_DIR=share/cmake/%{name}
%cmake_build
%ifarch ppc64le
# FIXME HACK: ICE when building docs, just create empty folder
mkdir -p %{_vpath_builddir}/doc/html
%else
%cmake_build --target doc
%endif
rm -f %{_vpath_builddir}/doc/html/installdox
rm -f %{_vpath_builddir}/doc/html/unsupported/installdox