git: 5a805e18e7ee - main - devel/kokkos: there are more 32-bit architectures supported on freebsd

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 8 12:12:44 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a805e18e7ee581d359430b2aeef5cd40d5c0a41

commit 5a805e18e7ee581d359430b2aeef5cd40d5c0a41
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-08 12:12:28 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-08 12:12:28 +0000

    devel/kokkos: there are more 32-bit architectures supported on freebsd
---
 devel/kokkos/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/kokkos/Makefile b/devel/kokkos/Makefile
index 7007be1d02e8..5ff39fbf2175 100644
--- a/devel/kokkos/Makefile
+++ b/devel/kokkos/Makefile
@@ -8,7 +8,7 @@ COMMENT=	C++ performance portability programming ecosystem
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NOT_FOR_ARCHS=	i386 # Kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte pointers instead
+NOT_FOR_ARCHS=	armv6 armv7 i386 mips powerpc # Kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte pointers instead
 
 RUN_DEPENDS=	bash:shells/bash
 


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