Error description
running cargo run on a new project which contains both ndarray and ndarray-linalg with the feature openblas-static on ubuntu linux results in an openblas error and a failure to compile. building/running the project once with ndarray before adding ndarray-linalg to the toml file and run/building again fixes the issue.
Error description
running
cargo runon a new project which contains bothndarrayandndarray-linalgwith the featureopenblas-staticon ubuntu linux results in anopenblaserror and a failure to compile. building/running the project once withndarraybefore addingndarray-linalgto the toml file and run/building again fixes the issue.