Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 22:16:32 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: 617e3a0e3048 - main - science/elmerfem: Fix build with llvm16
Message-ID:  <202307232216.36NMGWYV041258@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=617e3a0e304843b781afe39c2d89c80dd380eb06

commit 617e3a0e304843b781afe39c2d89c80dd380eb06
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 22:15:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 22:16:16 +0000

    science/elmerfem: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 science/elmerfem/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/science/elmerfem/Makefile b/science/elmerfem/Makefile
index 7bf3663689e9..5dd0a18a8b7c 100644
--- a/science/elmerfem/Makefile
+++ b/science/elmerfem/Makefile
@@ -19,11 +19,11 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libparpack.so:math/arpack-ng
 
 USES=		cmake compiler:c++11-lang fortran
-
+USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 GH_ACCOUNT=	ElmerCSC
-
 USE_LDCONFIG=	${PREFIX}/lib/elmersolver
+
 CMAKE_ARGS=	-DELMER_FEM_REVISION:STRING=${GH_TAGNAME}
 
 ALL_TARGET=	# empty



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