aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-09 06:18:44 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-09 07:40:56 +0000
commit403dbf74f1912a2ea41629d1261e591318e811a5 (patch)
tree71df37ea290b890a2087de4f2925d373cfbda724
parentc90ca87807baa9aaec6033c3115700050300cef9 (diff)
downloadports-403dbf74f1912a2ea41629d1261e591318e811a5.tar.gz
ports-403dbf74f1912a2ea41629d1261e591318e811a5.zip
math/ceres-solver: Broken on armv7
-rw-r--r--math/ceres-solver/Makefile2
1 files changed, 2 insertions, 0 deletions
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*}