git: 617e3a0e3048 - main - science/elmerfem: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 22:16:32 UTC
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