git: 103697383741 - main - math/clfft: enable on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 15 08:42:30 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=10369738374144b62b12e2bb7792a2a27492f6fc

commit 10369738374144b62b12e2bb7792a2a27492f6fc
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:25 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:25 +0000

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

diff --git a/math/clfft/Makefile b/math/clfft/Makefile
index c79cbddbac8b..fc51b98b1782 100644
--- a/math/clfft/Makefile
+++ b/math/clfft/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
 RUN_DEPENDS=	opencl>=0:devel/opencl
 
-ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	amd64 powerpc powerpc64 powerpc64le
 
 USES=		cmake
 USE_LDCONFIG=	yes


More information about the dev-commits-ports-main mailing list