ndarray-linalg
ndarray-linalg copied to clipboard
Building a new project with both `ndarray` and `ndarray-linalg` with the feature `openblas-src` results in an error.
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.