git: 49cee21e0a9e - main - math/clfft: enable on riscv64

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jun 20 13:15:55 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=49cee21e0a9e4c52dec30bfef0a5cce628c01595

commit 49cee21e0a9e4c52dec30bfef0a5cce628c01595
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-20 13:14:17 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-20 13:14:17 +0000

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

diff --git a/math/clfft/Makefile b/math/clfft/Makefile
index fc51b98b1782..0b522597877d 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 powerpc powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	amd64 powerpc powerpc64 powerpc64le riscv64
 
 USES=		cmake
 USE_LDCONFIG=	yes


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