Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 14:46:47 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b83133772b44 - main - benchmarks/imb: Fix build with llvm16
Message-ID:  <202308051446.375EklDn059489@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b83133772b443161563c1530a5989bfcc6068988

commit b83133772b443161563c1530a5989bfcc6068988
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-05 13:54:29 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 14:46:35 +0000

    benchmarks/imb: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 benchmarks/imb/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile
index 3cb09c174b5e..38e77681ae7d 100644
--- a/benchmarks/imb/Makefile
+++ b/benchmarks/imb/Makefile
@@ -17,6 +17,8 @@ LICENSE_FILE=	${WRKSRC}/license/license.txt
 #GH_PROJECT=	mpi-benchmarks
 
 USES=		gmake localbase
+USE_CXXSTD=	c++14
+
 BINARY_ALIAS=	make=${GMAKE}
 
 WRKSRC=		${WRKDIR}/mpi-benchmarks-${DISTNAME}



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