Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 12:21:35 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ccc9759e758 - main - math/clfft: enable on powerpc64le
Message-ID:  <202104061221.136CLZkA030301@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ccc9759e758d2d0d5a58f4290da1b01842c18f0

commit 7ccc9759e758d2d0d5a58f4290da1b01842c18f0
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-06 12:22:16 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-06 12:22:16 +0000

    math/clfft: enable on powerpc64le
---
 math/clfft/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/clfft/Makefile b/math/clfft/Makefile
index bcc8a136592f..dff8992e0233 100644
--- a/math/clfft/Makefile
+++ b/math/clfft/Makefile
@@ -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 powerpc64le
 
 USES=		cmake
 USE_LDCONFIG=	yes



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