Skip to content

Commit

Permalink
[Minor] Bundle fasttext as linux distributives are just useless
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Nov 11, 2023
1 parent 4957d00 commit 76a76e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rpm/rspamd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ BuildRequires: lapack-devel
BuildRequires: libicu-devel
BuildRequires: libsodium-devel
BuildRequires: libunwind-devel
%ifarch x86_64
BuildRequires: fasttext-devel
%endif
%if 0%{getenv:ASAN}
%if 0%{?el7}
BuildRequires: devtoolset-10-libasan-devel
Expand Down Expand Up @@ -160,9 +157,8 @@ rm -f %{_builddir}/luajit-build/lib/*.so || true
%else
-DENABLE_LUAJIT=OFF \
%endif
%ifarch x86_64
-DENABLE_FASTTEXT=ON \
%endif
-DFASTTEXT_ROOT_DIR=/fasttext \
-DENABLE_BLAS=ON
make %{?_smp_mflags}

Expand Down

0 comments on commit 76a76e5

Please sign in to comment.