Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2018 17:14:38 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485523 - head/math/mkl-dnn
Message-ID:  <201811211714.wALHEcl3054805@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811211714.wALHEcl3054805>