Skip to content

Conversation

@Sahil-pixel
Copy link
Contributor

def get_recipe_env(self, arch):
env = super().get_recipe_env(arch)
# Ensure cmake is found inside hostpython
env["PATH"] = "/usr/bin:" + env.get("PATH", "")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is weird, why would you need to add /usr/bin to the PATH, that should come as the default

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the pull request.
Could update it to simply add cmake to the depends list and not change all the linting related stuff. Because this would keep changing back and forth until we integrate black or ruff

@T-Dynamos
Copy link
Member

Actually this recipe is not even required, it can be replaced with one line:

hostpython_prerequisites = ['pybind11']

@Novfensec
Copy link
Contributor

Actually this recipe is not even required, it can be replaced with one line:

hostpython_prerequisites = ['pybind11']

Exactly 😅

@kuzeyron kuzeyron closed this Aug 21, 2025
@AndreMiras
Copy link
Member

Sweet, thanks for the heads up, someone wants to make a pull request to remove the recipe then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants