Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2021 12:12:43 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: 5a805e18e7ee - main - devel/kokkos: there are more 32-bit architectures supported on freebsd
Message-ID:  <202106081212.158CChpc068231@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=5a805e18e7ee581d359430b2aeef5cd40d5c0a41

commit 5a805e18e7ee581d359430b2aeef5cd40d5c0a41
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-08 12:12:28 +0000
Commit:     Piotr Kubaj <pkubaj@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
 



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