aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2020-10-01 12:44:52 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2020-10-01 12:44:52 +0000
commit62d8614651b7616497dad8870baafd8bb9353ffe (patch)
tree77e361a588c0b7a78ed67f8cdcd1e0c2bb826d71
parentdf0069a979fccef8a932b225825455cbfa652784 (diff)
downloadports-62d8614651b7616497dad8870baafd8bb9353ffe.tar.gz
ports-62d8614651b7616497dad8870baafd8bb9353ffe.zip
- Add missing lib dependency for BLAS=ON
Reported by: Alexander Moisseev via private message
Notes
Notes: svn path=/head/; revision=550836
-rw-r--r--mail/rspamd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile
index 558d4195edfd..2ab9617ac4ee 100644
--- a/mail/rspamd/Makefile
+++ b/mail/rspamd/Makefile
@@ -60,6 +60,7 @@ USE_GITHUB= yes
USE_RC_SUBR= rspamd
BLAS_CMAKE_ON= -DENABLE_BLAS=ON
+BLAS_LIB_DEPENDS= libblis.so:math/blis liblapack.so:math/lapack
BLAS_USES= blaslapack:openblas
GPERF_CMAKE_ON= -DENABLE_GPERF_TOOLS=ON