Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 20:10:20 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: 11aab1597c49 - main - math/symphony: Fix build with llvm16
Message-ID:  <202308052010.375KAK2t003357@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=11aab1597c49149b6c3468d2435d4a63dad08a14

commit 11aab1597c49149b6c3468d2435d4a63dad08a14
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-05 20:07:49 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 20:07:49 +0000

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

diff --git a/math/symphony/Makefile b/math/symphony/Makefile
index 4db5f16701e7..145974826761 100644
--- a/math/symphony/Makefile
+++ b/math/symphony/Makefile
@@ -22,6 +22,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libClp.so:math/clp
 
 USES=		gmake libtool pkgconfig
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



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