Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 18:30:55 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: 3f285dd760e8 - main - math/bcps: Fix build with llvm16
Message-ID:  <202308061830.376IUtRE034325@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=3f285dd760e8ef0652c037f8893dff934b2652bf

commit 3f285dd760e8ef0652c037f8893dff934b2652bf
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-06 18:30:12 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-06 18:30:39 +0000

    math/bcps: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 math/bcps/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/bcps/Makefile b/math/bcps/Makefile
index 988a2dfac56d..81a795dbe070 100644
--- a/math/bcps/Makefile
+++ b/math/bcps/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libAlps.so:math/alps \
 		libopenblas.so:math/openblas
 
 USES=		gmake libtool pkgconfig
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



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