My cargo configuration looked like follows. Like this, the build gets stuck building the metatensor-sys crate. When using a default, target directory in the project, everything builds fine.
# ~/.cargo/config.toml
[build]
target-dir = "~/.cargo/target"
My cargo configuration looked like follows. Like this, the build gets stuck building the
metatensor-syscrate. When using a default,targetdirectory in the project, everything builds fine.