git: b49814d5bc95 - main - math/linbox: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 01:49:15 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b49814d5bc950595337b0bcb6e04df07f48f2847 commit b49814d5bc950595337b0bcb6e04df07f48f2847 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-08 01:48:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-08 01:48:40 +0000 math/linbox: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- math/linbox/Makefile | 1 + math/linbox/pkg-plist | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/math/linbox/Makefile b/math/linbox/Makefile index e86da401bddc..3297d7b81354 100644 --- a/math/linbox/Makefile +++ b/math/linbox/Makefile @@ -29,6 +29,7 @@ USES= autoreconf blaslapack:openblas compiler:c++11-lang gmake \ SHEBANG_FILES= benchmarks/perfpublisher.sh linbox-auto-install.sh \ linbox-config.in tests/jenkins-maker.sh \ tests/perfpublisher.sh tests/test_leak.sh +USE_CXXSTD= c++14 OPTIONS_DEFINE= DOXYGEN OPTIONS_RADIO= SIZE diff --git a/math/linbox/pkg-plist b/math/linbox/pkg-plist index d21d8dca9bd7..a08ba57bf119 100644 --- a/math/linbox/pkg-plist +++ b/math/linbox/pkg-plist @@ -90,7 +90,6 @@ include/linbox/algorithms/minpoly-rational.h include/linbox/algorithms/numeric-solver-lapack.h include/linbox/algorithms/one-invariant-factor.h include/linbox/algorithms/opencl-environ.h -%%FULL%%include/linbox/algorithms/opencl-kernels/opencl-domain-kernels.inl include/linbox/algorithms/opencl-resource-controller.h include/linbox/algorithms/poly-det.h include/linbox/algorithms/poly-dixon.h