ndarray-linalg icon indicating copy to clipboard operation
ndarray-linalg copied to clipboard

Building a new project with both `ndarray` and `ndarray-linalg` with the feature `openblas-src` results in an error.

Open Adam-Ladd opened this issue 6 months ago • 0 comments

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.

Adam-Ladd avatar Jul 09 '25 11:07 Adam-Ladd