Package: ros-rviz / 1.14.25+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
ros-rviz | 1.14.25+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Add Debian specific SOVERSION.patch | (download) |
src/rviz/CMakeLists.txt |
3 3 + 0 - 0 ! |
add debian specific soversion |
0003 Remove rpath.patch | (download) |
src/python_bindings/sip/CMakeLists.txt |
2 0 + 2 - 0 ! |
remove rpath |
0003 Make Python version variable for pybuild.patch | (download) |
src/python_bindings/sip/CMakeLists.txt |
2 1 + 1 - 0 ! |
make python version variable for pybuild |
0007 Fix default plugin location.patch | (download) |
cmake/rviz-extras.cmake.in |
2 1 + 1 - 0 ! |
fix default plugin location |
0005 Bump cmake_minimum_required.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
bump cmake_minimum_required This fixes the build on s390. A minimal example is: cmake_minimum_required(VERSION 3.2) find_package(assimp REQUIRED) target_link_libraries(foo assimp::assimp) will add -Wl,-Bstatic -lrt -Wl,-Bdynamic to the compiler flags and in rviz this results in: -Wl,-Bstatic -lrt /usr/lib/s390x-linux-gnu/libyaml-cpp.so.0.7.0 -Wl,-Bdynamic |
0006 Switch to sip6.patch | (download) |
CMakeLists.txt |
1 0 + 1 - 0 ! |
switch to sip6 |