svn commit: r533690 - head/devel/kokkos

Mark Linimon linimon at FreeBSD.org
Sat May 2 14:16:21 UTC 2020


Author: linimon
Date: Sat May  2 14:16:21 2020
New Revision: 533690
URL: https://svnweb.freebsd.org/changeset/ports/533690

Log:
  Add compiler:c++11-lang to fix build on GCC-based systems:
  
    The CXX compiler identification is GNU 4.2.1
    Compiler not supported by Kokkos.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/kokkos/Makefile

Modified: head/devel/kokkos/Makefile
==============================================================================
--- head/devel/kokkos/Makefile	Sat May  2 12:54:17 2020	(r533689)
+++ head/devel/kokkos/Makefile	Sat May  2 14:16:21 2020	(r533690)
@@ -10,7 +10,7 @@ COMMENT=	C++ performance portability programming ecosy
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake shebangfix
+USES=		cmake compiler:c++11-lang shebangfix
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	bin/nvcc_wrapper


More information about the svn-ports-all mailing list