Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2020 15:40:06 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541117 - head/math/clblas
Message-ID:  <202007031540.063Fe670074136@repo.freebsd.org>

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



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