svn commit: r474320 - head/math/clblas

Mark Linimon linimon at FreeBSD.org
Tue Jul 10 03:40:01 UTC 2018


Author: linimon
Date: Tue Jul 10 03:40:00 2018
New Revision: 474320
URL: https://svnweb.freebsd.org/changeset/ports/474320

Log:
  This now builds on powerpc64, possibly as a result of r459113.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/clblas/Makefile

Modified: head/math/clblas/Makefile
==============================================================================
--- head/math/clblas/Makefile	Tue Jul 10 03:38:27 2018	(r474319)
+++ head/math/clblas/Makefile	Tue Jul 10 03:40:00 2018	(r474320)
@@ -18,8 +18,6 @@ LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd \
 		libboost_program_options.so:devel/boost-libs
 RUN_DEPENDS=	opencl>=0:devel/opencl
 
-BROKEN_powerpc64=	fails to compile: xgemm.cc: error: extra ';'
-
 USES=		cmake python
 USE_LDCONFIG=	yes
 USE_CXXSTD=	gnu++98


More information about the svn-ports-all mailing list