Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2021 17:47:31 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561657 - head/lang/intel-compute-runtime
Message-ID:  <202101151747.10FHlVNv035064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jan 15 17:47:30 2021
New Revision: 561657
URL: https://svnweb.freebsd.org/changeset/ports/561657

Log:
  lang/intel-compute-runtime: require C++17 compiler after r558276

Modified:
  head/lang/intel-compute-runtime/Makefile   (contents, props changed)

Modified: head/lang/intel-compute-runtime/Makefile
==============================================================================
--- head/lang/intel-compute-runtime/Makefile	Fri Jan 15 17:42:34 2021	(r561656)
+++ head/lang/intel-compute-runtime/Makefile	Fri Jan 15 17:47:30 2021	(r561657)
@@ -20,7 +20,7 @@ ONLY_FOR_ARCHS_REASON=	Only Intel GPUs on x86 are supp
 LIB_DEPENDS=	libigc.so:devel/intel-graphics-compiler \
 		libigdgmm.so:multimedia/gmmlib
 
-USES=		cmake compiler:c++14-lang localbase:ldflags pkgconfig
+USES=		cmake compiler:c++17-lang localbase:ldflags pkgconfig
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	intel



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