Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2020 14:16:21 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533690 - head/devel/kokkos
Message-ID:  <202005021416.042EGLTA029237@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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