messense

Results 597 comments of messense

We can use the [rustflags](https://docs.rs/rustflags/latest/rustflags/) crate to parse rustflags from [cargo-config2](https://docs.rs/cargo-config2/latest/cargo_config2/struct.Config.html#method.rustflags) and add the additional libary search paths here: https://github.com/PyO3/maturin/blob/9a2d4f644a21f44cab5149851d27da037b6383e8/src/auditwheel/audit.rs#L461-L462

Have you tried https://github.com/riscv-software-src/homebrew-riscv?

Sorry but `binutils-aarch64` is not from this project, you must have installed it from somewhere else.

Let's keep this open to gauge interest in supporting RISC-V in this project.

@danking do you have a fixed branch/commmit that we can use for repro?

@danking I think your repro can be fixed by ```diff diff --git a/pyvortex/Cargo.toml b/pyvortex/Cargo.toml index 59b15ef8..80ee2568 100644 --- a/pyvortex/Cargo.toml +++ b/pyvortex/Cargo.toml @@ -58,7 +58,7 @@ tokio = { workspace =...

It changes the output of `cargo metadata`, specifically the `resolve` key.

Confirmed that both https://github.com/pola-rs/polars/commit/c0871ef8f8bcbe2108c25137604502f462549b87 and vortex sdist build fine with #2215.

This is due to the `windows` crate starts to use `raw-dylib` in recent versions, it requires `dlltool`, rustc expects gnu dlltool I'm not sure if `zig dlltool` would work or...

We can probably learn from `hyper`: https://github.com/hyperium/hyper/tree/master/src/ffi