Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 13:43:14 +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: r509796 - head/benchmarks/hipercontracer
Message-ID:  <201908251343.x7PDhEnK019899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Aug 25 13:43:14 2019
New Revision: 509796
URL: https://svnweb.freebsd.org/changeset/ports/509796

Log:
  Fix build on gcc-based architectures:
  
    CMake Error in src/CMakeLists.txt:
    Target "hpcttrigger" requires the language dialect "CXX14" , but CMake does
    not know the compile flags to use to enable it.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/benchmarks/hipercontracer/Makefile

Modified: head/benchmarks/hipercontracer/Makefile
==============================================================================
--- head/benchmarks/hipercontracer/Makefile	Sun Aug 25 13:38:29 2019	(r509795)
+++ head/benchmarks/hipercontracer/Makefile	Sun Aug 25 13:43:14 2019	(r509796)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libboost_system.so:devel/boost-libs \
 		libboost_thread.so:devel/boost-libs
 
-USES=		tar:xz cmake shebangfix python
+USES=		cmake compiler:c++14-lang python shebangfix tar:xz
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/man



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