Package: octomap / 1.9.7+dfsg-4
Metadata
Package | Version | Patches format |
---|---|---|
octomap | 1.9.7+dfsg-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0002 Fix incorrect library name.patch | (download) |
dynamicEDT3D/CMakeLists.txt |
2 1 + 1 - 0 ! |
fix incorrect library name |
0004 Avoid buildpath in installed files.patch | (download) |
dynamicEDT3D/src/CMakeLists.txt |
4 2 + 2 - 0 ! |
avoid-buildpath-in-installed-files Workaround to avoid build paths in exported cmake targets. |
0003 Fix CMAKE_INSTALL_FULL_LIBDIR.patch | (download) |
dynamicEDT3D/CMakeLists.txt |
4 2 + 2 - 0 ! |
fix cmake_install_full_libdir |
0004 Fix errors with recent compilers and C 17 20 standar.patch | (download) |
octomap/include/octomap/AbstractOcTree.h |
2 1 + 1 - 0 ! |
fix errors with recent compilers and c++17/20 standard (#394) - fix definition of OcTreeBase(double res) constructor (it fixes gcc12/C++20 compilation errors) - more robust detection of C++11 for Visual Studio (it fixes Visual Studio2022/C++17 compilation errors) - remove several illegal semicolon (unlikely the reason of compilation errors, but it's neater to fix that) |