svn commit: r541117 - head/math/clblas

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jul 3 15:40:07 UTC 2020


Author: pkubaj
Date: Fri Jul  3 15:40:06 2020
New Revision: 541117
URL: https://svnweb.freebsd.org/changeset/ports/541117

Log:
  math/clblas: unbreak on powerpc64 head
  
  Builds fine.

Modified:
  head/math/clblas/Makefile

Modified: head/math/clblas/Makefile
==============================================================================
--- head/math/clblas/Makefile	Fri Jul  3 15:13:58 2020	(r541116)
+++ head/math/clblas/Makefile	Fri Jul  3 15:40:06 2020	(r541117)
@@ -13,7 +13,8 @@ COMMENT=	Software library containing BLAS functions wr
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	src/library/tools/tune/tune.c:137: error: 'CLOCK_REALTIME' undeclared (first use in this function)
+BROKEN_FreeBSD_11_powerpc64=	src/library/tools/tune/tune.c:137: error: 'CLOCK_REALTIME' undeclared (first use in this function)
+BROKEN_FreeBSD_12_powerpc64=	src/library/tools/tune/tune.c:137: error: 'CLOCK_REALTIME' undeclared (first use in this function)
 
 BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd \


More information about the svn-ports-all mailing list