git: 5f397935640e - main - math/ceres-solver: enable on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Dec 2024 00:58:50 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f397935640e329914b62f0632c104fce149479d commit 5f397935640e329914b62f0632c104fce149479d Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-12-11 13:22:44 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-12-17 00:31:49 +0000 math/ceres-solver: enable on armv7 Builds fine on 14.1-RELEASE. Approved by: portmgr (build fix blanket) MFH: 2024Q4 --- math/ceres-solver/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 52aff5dadf9d..6a829c32f0d7 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -10,8 +10,6 @@ WWW= http://ceres-solver.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv7= compilation fails, gcc-13 fails with the error: use of built-in trait '__remove_cvref(_Tp)' in function signature; use library traits instead, see https://pkg-status.freebsd.org/ampere3/data/140releng-armv7-default/26c5fe5d2fe6/logs/ceres-solver-2.2.0_8.log - BUILD_DEPENDS= glog>=0.5.0:devel/glog LIB_DEPENDS= libglog.so:devel/glog RUN_DEPENDS:= ${BUILD_DEPENDS:Meigen*}