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.