Don't build docs on ppc64le to avoid ICE
This commit is contained in:
parent
fa0325b7a6
commit
bd1125e219
@ -78,7 +78,12 @@ Developer documentation for Eigen.
|
|||||||
-DCMAKEPACKAGE_INSTALL_DIR=share/cmake/%{name}
|
-DCMAKEPACKAGE_INSTALL_DIR=share/cmake/%{name}
|
||||||
|
|
||||||
%cmake_build
|
%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
|
%cmake_build --target doc
|
||||||
|
%endif
|
||||||
|
|
||||||
rm -f %{_vpath_builddir}/doc/html/installdox
|
rm -f %{_vpath_builddir}/doc/html/installdox
|
||||||
rm -f %{_vpath_builddir}/doc/html/unsupported/installdox
|
rm -f %{_vpath_builddir}/doc/html/unsupported/installdox
|
||||||
|
Loading…
Reference in New Issue
Block a user