svn commit: r534817 - head/devel/kokkos

Yuri Victorovich yuri at FreeBSD.org
Sun May 10 06:13:33 UTC 2020


Author: yuri
Date: Sun May 10 06:13:32 2020
New Revision: 534817
URL: https://svnweb.freebsd.org/changeset/ports/534817

Log:
  devel/kokkos: Not for i386
  
  Reported by:	fallout

Modified:
  head/devel/kokkos/Makefile

Modified: head/devel/kokkos/Makefile
==============================================================================
--- head/devel/kokkos/Makefile	Sun May 10 05:57:10 2020	(r534816)
+++ head/devel/kokkos/Makefile	Sun May 10 06:13:32 2020	(r534817)
@@ -10,6 +10,8 @@ COMMENT=	C++ performance portability programming ecosy
 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
+
 USES=		cmake compiler:c++11-lang shebangfix
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list