git: b83133772b44 - main - benchmarks/imb: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 14:46:47 UTC
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}