Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 23:52:41 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: ccdc496503d6 - main - math/tmv: Fix build with llvm16
Message-ID:  <202308062352.376Nqf2M075509@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=ccdc496503d6f9de08690dfdc773891f29f60b17

commit ccdc496503d6f9de08690dfdc773891f29f60b17
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-06 23:24:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-06 23:52:28 +0000

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

diff --git a/math/tmv/Makefile b/math/tmv/Makefile
index 6891eae60c69..bfc21eb9b805 100644
--- a/math/tmv/Makefile
+++ b/math/tmv/Makefile
@@ -12,6 +12,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/TMV_LICENSE
 
 USES=		gmake blaslapack:netlib localbase
+USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 GH_ACCOUNT=	rmjarvis
 USE_LDCONFIG=	yes



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