Skip to content

Commit

Permalink
[Minor] Enable fasttext on RPM based linux
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Nov 10, 2023
1 parent d340382 commit 2f60ea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rpm/rspamd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ BuildRequires: lapack-devel
BuildRequires: libicu-devel
BuildRequires: libsodium-devel
BuildRequires: libunwind-devel
BuildRequires: fasttext-devel
%if 0%{getenv:ASAN}
%if 0%{?el7}
BuildRequires: devtoolset-10-libasan-devel
Expand Down Expand Up @@ -157,7 +158,8 @@ rm -f %{_builddir}/luajit-build/lib/*.so || true
%else
-DENABLE_LUAJIT=OFF \
%endif
-DENABLE_BLAS=ON
-DENABLE_BLAS=ON \
-DENABLE_FASTTEXT=ON
make %{?_smp_mflags}

%install
Expand Down

0 comments on commit 2f60ea9

Please sign in to comment.