-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prototype code for seeing if FindPython3 is usable for rosidl_python #140
Merged
Conversation
This file contains 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
sloretz
changed the title
Prototype code for seeing if FindPython3 is useable for rosidl_python
Prototype code for seeing if FindPython3 is usable for rosidl_python
Aug 4, 2021
sloretz
force-pushed
the
use_FindPython3__prototype
branch
from
August 5, 2021 17:26
c73fd47
to
42df4d9
Compare
@sloretz I'm curious what were the issues with this, do you remember? |
clalancette
force-pushed
the
use_FindPython3__prototype
branch
from
November 3, 2023 19:16
42df4d9
to
191a804
Compare
clalancette
force-pushed
the
use_FindPython3__prototype
branch
from
November 16, 2023 22:03
5351042
to
a899bf7
Compare
clalancette
force-pushed
the
use_FindPython3__prototype
branch
from
January 3, 2024 19:44
6ec3578
to
1b18ac0
Compare
CI for this is over in ros2/python_cmake_module#7 (comment) |
sloretz
commented
Jan 5, 2024
rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake
Outdated
Show resolved
Hide resolved
sloretz
commented
Jan 5, 2024
rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake
Outdated
Show resolved
Hide resolved
sloretz
commented
Jan 24, 2024
sloretz
commented
Jan 24, 2024
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
In the first stage, we just find the interpreter. For the second stage, we use the debug interpreter as necessary to find NumPy. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
clalancette
force-pushed
the
use_FindPython3__prototype
branch
from
January 26, 2024 20:12
b195abb
to
4b6622e
Compare
python_cmake_module is now only exporting that. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
sloretz
commented
Feb 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
clalancette
approved these changes
Feb 11, 2024
CI for this is over in ros2/python_cmake_module#7 (comment) |
Closed
wentasah
added a commit
to wentasah/nix-ros-overlay
that referenced
this pull request
Aug 8, 2024
The patched code was removed in ros2/rosidl_python#140.
wentasah
added a commit
to wentasah/nix-ros-overlay
that referenced
this pull request
Aug 8, 2024
The patched code was removed in ros2/rosidl_python#140.
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 is a prototype intended to see how usable FindPython3 on non-linux platforms is.
rosidl_generator_py
makes the most use ofFindPythonExtra
.Should inform ros2/python_cmake_module#7