svn commit: r550836 - head/mail/rspamd

Vsevolod Stakhov vsevolod at FreeBSD.org
Thu Oct 1 12:44:52 UTC 2020


Author: vsevolod
Date: Thu Oct  1 12:44:52 2020
New Revision: 550836
URL: https://svnweb.freebsd.org/changeset/ports/550836

Log:
  - Add missing lib dependency for BLAS=ON
  
  Reported by:	Alexander Moisseev via private message

Modified:
  head/mail/rspamd/Makefile

Modified: head/mail/rspamd/Makefile
==============================================================================
--- head/mail/rspamd/Makefile	Thu Oct  1 12:28:57 2020	(r550835)
+++ head/mail/rspamd/Makefile	Thu Oct  1 12:44:52 2020	(r550836)
@@ -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


More information about the svn-ports-all mailing list