Unverified Commit 92fc691f authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

rspamd: fix openblas not actually being enabled, enable fasttext (#400709)

parents f02b802e 2496f5d8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
  pkg-config,
  sqlite,
  ragel,
  fasttext,
  icu,
  vectorscan,
  jemalloc,
@@ -57,6 +58,7 @@ stdenv.mkDerivation rec {
      pcre
      sqlite
      ragel
      fasttext
      icu
      jemalloc
      libsodium
@@ -80,6 +82,8 @@ stdenv.mkDerivation rec {
    "-DDBDIR=/var/lib/rspamd"
    "-DLOGDIR=/var/log/rspamd"
    "-DLOCAL_CONFDIR=/etc/rspamd"
    "-DENABLE_BLAS=${if withBlas then "ON" else "OFF"}"
    "-DENABLE_FASTTEXT=ON"
    "-DENABLE_JEMALLOC=ON"
    "-DSYSTEM_DOCTEST=ON"
    "-DSYSTEM_FMT=ON"