summaryrefslogtreecommitdiff
path: root/math/g2o/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/g2o/Makefile')
-rw-r--r--math/g2o/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/g2o/Makefile b/math/g2o/Makefile
index a55623230b77..9170700db8ca 100644
--- a/math/g2o/Makefile
+++ b/math/g2o/Makefile
@@ -1,6 +1,5 @@
PORTNAME= g2o
-DISTVERSION= 20230806
-PORTREVISION= 16
+DISTVERSION= 20241228
DISTVERSIONSUFFIX= _git
CATEGORIES= math
@@ -20,9 +19,11 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \
libcholmod.so:math/suitesparse-cholmod \
libcolamd.so:math/suitesparse-colamd \
libcxsparse.so:math/suitesparse-cxsparse \
+ libfmt.so:devel/libfmt \
libQGLViewer.so:graphics/libQGLViewer \
libmetis.so:math/metis \
libopenblas.so:math/openblas \
+ libspdlog.so:devel/spdlog \
libsuitesparseconfig.so:math/suitesparse-config
TEST_DEPENDS= googletest>0:devel/googletest
@@ -72,6 +73,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \
${WRKSRC}/cmake_modules/*.cmake
-# tests fail to compile, see https://github.com/RainerKuemmerle/g2o/issues/711
+# tests as of 20241228: 100% tests passed, 0 tests failed out of 11
.include <bsd.port.mk>