messense

Results 597 comments of messense

No idea, why use static crt? It’s not common to do that on macOS.

Nothing I can do here unless you can provide a minimal reproducible example.

Could you have a git-ignored directory in source directory, put generated files in there and use `[tool.maturin.include]` to include them in sdist/wheel?

I guess we could extend `[tool.maturin.include]` to support something like: ```toml [tool.maturin] incude = { from = "$OUT_DIR/", to = "/" } ``` but I'm not sure if it's easy...

Could you please provide full steps for repro including the Rust code you were compiling?

See also #39, there are conflict requirments. But it's probably ok to lower it for armv7. PR welcome.

I don't personally use pixi, so PR welcome to add support for it.

Does #33 work for you?

Sorry I'm not sure what you meant by `deleted`, #2571 is not merged, the change in #2647 does not delete anything. Please create a minimal repro in a public git...

I'm unable to reproduce this on macOS. ```bash maturin-2664/host on ξ‚  main is πŸ“¦ v0.1.5 via 🐍 v3.13.5 via πŸ¦€ v1.87.0 ❯ uv run maturin develop Uninstalled 1 package in...