Refactor CMake with JRL CMake Modules v2#28
Merged
ManifoldFR merged 51 commits intoSimple-Robotics:mainfrom Dec 20, 2025
Merged
Refactor CMake with JRL CMake Modules v2#28ManifoldFR merged 51 commits intoSimple-Robotics:mainfrom
ManifoldFR merged 51 commits intoSimple-Robotics:mainfrom
Conversation
551117d to
1c71142
Compare
ManifoldFR
reviewed
Dec 15, 2025
Member
|
We need to update the changelog. I suggest adding this in the |
ManifoldFR
reviewed
Dec 16, 2025
ManifoldFR
reviewed
Dec 16, 2025
remove custom function as they behave strangely
Collaborator
Author
|
@ManifoldFR The Here's the output with
|
Member
Oooh now I understand, I forgot how recent nanobind 2.x is (and that Ubuntu 24.04 only ships a relatively very old one). Good catch! |
we mimic the upstream behavior, but using fetchcontent instead of submodules
if we apt install nanobind-dev on ubuntu 24, we get nanobind 1.9.1, which does not ship version from the config file
Member
|
We've got a problem on ROS Humble during stubgen because |
Collaborator
Author
|
Still an issue, most probably related to an old version of |
Otherwise the lib is install in %PREFIX%/Library/Lib/site-packages/nanoeigenpy.pyd But we need %PREFIX%/Lib/site-packages/nanoeigenpy.pyd
we havent updated the version number yet
This reverts commit 8c708f1.
ROS Humble not supported
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/af66ad14b28a127c5c0f3bbb298218fc63528a18?narHash=sha256-pHYj8gUBapuUzKV/kN/tR3Zvqc7o6gdFB9XKXIp1SQ8%3D' (2025-08-06)
→ 'github:hercules-ci/flake-parts/a34fae9c08a15ad73f295041fec82323541400a9?narHash=sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw%3D' (2025-12-15)
• Updated input 'flake-parts/nixpkgs-lib':
'github:nix-community/nixpkgs.lib/0f36c44e01a6129be94e3ade315a5883f0228a6e?narHash=sha256-zvaMGVn14/Zz8hnp4VWT9xVnhc8vuL3TStRqwk22biA%3D' (2025-07-27)
→ 'github:nix-community/nixpkgs.lib/2075416fcb47225d9b68ac469a5c4801a9c4dd85?narHash=sha256-k00uTP4JNfmejrCLJOwdObYC9jHRrr/5M/a/8L2EIdo%3D' (2025-12-14)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/8a6d5427d99ec71c64f0b93d45778c889005d9c2?narHash=sha256-cr748nSmpfvnhqSXPiCfUPxRz2FJnvf/RjJGvFfaCsM%3D' (2025-08-27)
→ 'github:nim65s/nixpkgs/a945047facf45faddcbfa2315207950334c62720?narHash=sha256-lIagbRYXHD1DClqzuqmkC3N/GOxZrwTh13eRtmNUyEg%3D' (2025-12-19)
the version shipped on nix does not ship the config.cmake
ManifoldFR
approved these changes
Dec 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR is a full rewrite of the CMake files with the JRL CMake Modules v2.
c++17minimum requiredpytest