svn commit: r485523 - head/math/mkl-dnn

Yuri Victorovich yuri at FreeBSD.org
Wed Nov 21 17:14:39 UTC 2018


Author: yuri
Date: Wed Nov 21 17:14:37 2018
New Revision: 485523
URL: https://svnweb.freebsd.org/changeset/ports/485523

Log:
  math/mkl-dnn: Fix poudriere warnings triggered by the alternative compiler set in Makefile
  
  It appears that USES=compiler:c++11-lib is incompatible with setting an alternative comiler.
  
  Reported by:	mat

Modified:
  head/math/mkl-dnn/Makefile

Modified: head/math/mkl-dnn/Makefile
==============================================================================
--- head/math/mkl-dnn/Makefile	Wed Nov 21 17:07:43 2018	(r485522)
+++ head/math/mkl-dnn/Makefile	Wed Nov 21 17:14:37 2018	(r485523)
@@ -15,7 +15,7 @@ BROKEN_i386=	error: shift count >= width of type (and 
 
 TEST_DEPENDS=	bash:shells/bash
 
-USES=		cmake:outsource compiler:c++11-lib
+USES=		cmake:outsource
 USE_GITHUB=	yes
 GH_ACCOUNT=	intel
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list