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

Consider adopting --no-deps --no-build-isolation as default arguments for {{ PYTHON }} install script #2136

Closed
matthewfeickert opened this issue Nov 16, 2024 · 2 comments

Comments

@matthewfeickert
Copy link
Member

The defaults for Python packages are currently to have a build script of

script: "{{ PYTHON }} -m pip install . -vv"

but to ensure that all required build system dependencies are listed as host requirements, it would be nicer if the --no-deps --no-build-isolation arguments were adopted as well (as grayskull currently does), so

script: "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation" 
@matthewfeickert
Copy link
Member Author

c.f. discussion on conda/grayskull#582.

@matthewfeickert
Copy link
Member Author

This is not needed as the build tool (e.g. conda-build, rattler-build) will be responsible for enforcing all the pip install options. c.f. conda/grayskull#582

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant