Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2020 13:17:57 +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: r559579 - head/java/aparapi
Message-ID:  <202012291317.0BTDHv4L010654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Dec 29 13:17:56 2020
New Revision: 559579
URL: https://svnweb.freebsd.org/changeset/ports/559579

Log:
  java/aparapi: enable on powerpc64
  
  Builds fine.

Modified:
  head/java/aparapi/Makefile

Modified: head/java/aparapi/Makefile
==============================================================================
--- head/java/aparapi/Makefile	Tue Dec 29 13:17:29 2020	(r559578)
+++ head/java/aparapi/Makefile	Tue Dec 29 13:17:56 2020	(r559579)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
 RUN_DEPENDS=	opencl>=0:devel/opencl
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 powerpc64
 
 USE_GITHUB=	yes
 



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