From: Vsevolod Stakhov Date: Sat, 11 Nov 2023 12:29:53 +0000 (+0000) Subject: [Minor] Limit fasttext to amd64 only X-Git-Tag: 3.7.4~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=27bc33b2270322fb3b3ed8890006aa34b6405551;p=rspamd.git [Minor] Limit fasttext to amd64 only --- diff --git a/rpm/rspamd.spec b/rpm/rspamd.spec index 965245e29..e1e24510d 100644 --- a/rpm/rspamd.spec +++ b/rpm/rspamd.spec @@ -158,8 +158,10 @@ rm -f %{_builddir}/luajit-build/lib/*.so || true %else -DENABLE_LUAJIT=OFF \ %endif - -DENABLE_BLAS=ON \ - -DENABLE_FASTTEXT=ON +%ifarch x86_64 + -DENABLE_FASTTEXT=ON \ +%endif + -DENABLE_BLAS=ON make %{?_smp_mflags} %install