diff options
Diffstat (limited to 'math/g2o/Makefile')
-rw-r--r-- | math/g2o/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/g2o/Makefile b/math/g2o/Makefile index 8dc49a0a9ddd..a55623230b77 100644 --- a/math/g2o/Makefile +++ b/math/g2o/Makefile @@ -1,16 +1,19 @@ PORTNAME= g2o DISTVERSION= 20230806 -PORTREVISION= 10 +PORTREVISION= 16 DISTVERSIONSUFFIX= _git CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= General framework for graph optimization -WWW= https://openslam-org.github.io/g2o.html +WWW= https://openslam-org.github.io/g2o.html \ + https://github.com/RainerKuemmerle/g2o LICENSE= LGPL3 GPLv3 LICENSE_COMB= dual +BROKEN_FreeBSD_15= compilation error: static assertion failed due to requirement 'is_unsigned<int>::value', see https://github.com/RainerKuemmerle/g2o/issues/838 + LIB_DEPENDS= libamd.so:math/suitesparse-amd \ libcamd.so:math/suitesparse-camd \ libccolamd.so:math/suitesparse-ccolamd \ |