git: 4d156cad3388 - main - science/ALPSCore: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 19:58:00 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d156cad33888275e4bcf122f9fbc3ea8c36883c commit 4d156cad33888275e4bcf122f9fbc3ea8c36883c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-21 19:02:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-21 19:57:51 +0000 science/ALPSCore: Fix build with llvm16 Sponsored by: The FreeBSD Foundation --- science/ALPSCore/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/ALPSCore/Makefile b/science/ALPSCore/Makefile index 377687bb628c..c1aaeb4054d1 100644 --- a/science/ALPSCore/Makefile +++ b/science/ALPSCore/Makefile @@ -18,8 +18,10 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libsz.so:science/libaec USES= cmake compiler:c++11-lang eigen:3 +USE_CXXSTD= c++14 USE_GITHUB= yes USE_LDCONFIG= yes + TEST_TARGET= test # 2 to 3 tests fail: https://github.com/ALPSCore/ALPSCore/issues/388 CMAKE_ARGS+= -DTesting:BOOL=OFF # enable only for the 'test' target