Skip to content
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

Support for specifying components of FindPython3 in IgnPython #269

Closed
Bi0T1N opened this issue Jul 1, 2022 · 1 comment
Closed

Support for specifying components of FindPython3 in IgnPython #269

Bi0T1N opened this issue Jul 1, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Bi0T1N
Copy link
Contributor

Bi0T1N commented Jul 1, 2022

Desired behavior

It should be possible to have a macro that allows to specify what exactly should be searched for by the CMake command of FindPython3. Right now it supports Interpreter, Compiler, Development and NumPy which might be helpful in some cases or are required for specific modules.
A possible use-case is pybind11 as noted in gazebosim/gz-math#402 because it requires some components.

Additional context

@Bi0T1N Bi0T1N added the enhancement New feature or request label Jul 1, 2022
@Bi0T1N Bi0T1N changed the title Support for specifing components for IgnPython Support for specifying components of FindPython3 in IgnPython Jul 1, 2022
@scpeters
Copy link
Member

we have deprecated GzPython in favor of calling find_package(Python3) directly, so users should specify their own components

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants