Update lyrical snapshot - #41
Conversation
…nerator-py.osx.patch
Removed outdated cache entries for specific packages to prevent conflicts during rebuild.
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
|
@traversaro I am failing to build ╭─ Running build for recipe: ros-lyrical-nav2-map-server-1.5.1-np2py314ha8c8437_23
...
│
╰─────────────────── (took 2 seconds)
Error: × Failed to resolve dependencies: Cannot solve the request because of: No
│ candidates were found for libuuid *.
│
╰─▶ Cannot solve the request because of: No candidates were found for
libuuid *.I checked https://prefix.dev/channels/conda-forge/packages/libuuid, and it looks like What would you recommend in this case? One option that came to mind is using Boost.UUID on Windows instead. I haven't tried it yet, but I think it should work. Are there any other alternatives you would recommend? This PR now also includes RoboStack/vinca#146. It is already passing on Ubuntu here: https://github.com/mini-1235/ros-lyrical/actions/runs/33845127781, which looks good to me. When you have time, could you also review the vinca PR? Once it is merged, I can point this PR to the commit on the main branch instead of referencing the PR commit directly. |
|
The Ubuntu jobs have already passed, and the macOS ones are still running. Hopefully we can get this merged next week. |
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
…ervice) websocketpp 0.8.2 calls boost::asio::io_service, which Boost 1.90 removed. Rather than patch websocketpp itself, define ASIO_STANDALONE and pin the standalone asio host/run dep to ==1.29.0 (the newest conda-forge build that still ships io_service.hpp), matching the fix RoboStack/ros-lyrical#41 already validated. Also opened conda-forge/websocketpp-feedstock#8 upstream for the same Boost.Asio compatibility gap, for consumers not using ASIO_STANDALONE. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Supersedes #34