devel/kokkos: there are more 32-bit architectures supported on freebsd
This commit is contained in:
parent
55311fcc14
commit
5a805e18e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue