8000 ENH: Vendor meson for multi-target build support by rgommers · Pull Request #24379 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Vendor meson for multi-target build support #24379

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

Merged
merged 4 commits into from
Aug 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DEV: disable auto-invoking pip on building docs with spin
  • Loading branch information
rgommers committed Aug 10, 2023
commit c0b7fbba2a3cbbf0eec1b2b230d9dbdde252fa73
2 changes: 1 addition & 1 deletion .spin/cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def build(ctx, meson_args, jobs=None, clean=False, verbose=False):
)
@click.option(
"--install-deps/--no-install-deps",
default=True,
default=False,
help="Install dependencies before building"
)
@click.pass_context
Expand Down
0