diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-30 19:50:30 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-30 19:51:02 +0000 |
commit | ca664299dc5845323cd898459de8263239b5ac7c (patch) | |
tree | 6a5d749fff35840fadf62fe7e420e69a36c40bed | |
parent | 3bc84e9803cdfc08f0448ec10dcdc84ba3c5f4f3 (diff) | |
download | ports-ca664299dc5845323cd898459de8263239b5ac7c.tar.gz ports-ca664299dc5845323cd898459de8263239b5ac7c.zip |
math/g2o: Broken on 15; Update WWW
Reported by: fallout
-rw-r--r-- | math/g2o/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/g2o/Makefile b/math/g2o/Makefile index bcaa23e0958b..d06045d674af 100644 --- a/math/g2o/Makefile +++ b/math/g2o/Makefile @@ -6,11 +6,14 @@ 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 \ |