Workaround PPC64LE ICE
This commit is contained in:
parent
666aa7b23d
commit
2cb540afe0
@ -67,6 +67,10 @@ Developer documentation for Eigen.
|
||||
%prep
|
||||
%autosetup -p1 -n eigen-%{version}
|
||||
|
||||
%ifarch ppc64le
|
||||
# FIXME Replace TopicAliasing_mult5.cpp with empty file, as it causes an ICE
|
||||
echo "" > doc/snippets/TopicAliasing_mult5.cpp
|
||||
%endif
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
Loading…
Reference in New Issue
Block a user