Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2024 17:31:57 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: c9c5a5340ce2 - 2024Q2 - math/ceres-solver: Broken on armv7
Message-ID:  <202405181731.44IHVvRx031962@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c9c5a5340ce22ae1967c66c3c79b2d86764e5b75

commit c9c5a5340ce22ae1967c66c3c79b2d86764e5b75
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-08 15:03:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-08 15:03:28 +0000

    math/ceres-solver: Broken on armv7
    
    (cherry picked from commit 403dbf74f1912a2ea41629d1261e591318e811a5)
---
 math/ceres-solver/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 0b4e083ea19b..8c1811ee432f 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -10,6 +10,8 @@ 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*}



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