前提・実現したいこと
rustのarm64用配布され始めたので、rustをarm64の方に変更して使用していました。
intel用では動作していたものが動かなくなったので、質問いたします。
発生している問題・エラーメッセージ
error: failed to run custom build command for `openblas-src v0.9.0` Caused by: process didn't exit successfully: `/Users/~~/Code/rust_machine_learn/target/debug/build/openblas-src-27bd595c66c91fee/build-script-build` (exit code: 101) --- stdout Running: `"make" "libs" "netlib" "shared" "BINARY=64" "YES_CBLAS=1" "YES_LAPACKE=1" "-j8"` --- stderr Makefile:139: *** OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.. Stop. thread 'main' panicked at 'Failed: `"make" "libs" "netlib" "shared" "BINARY=64" "YES_CBLAS=1" "YES_LAPACKE=1" "-j8"` (exit code: 2)', /Users/~~/.cargo/registry/src/github.com-1ecc6299db9ec823/openblas-src-0.9.0/build.rs:72:17 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
このようなエラーメッセージを受け取りました。
該当のソースコード
Cargo.toml
1[dependencies] 2ndarray = "0.13.0" 3ndarray-rand = "0.12.0" 4ndarray-linalg = { version = "0.12.1", features = ["openblas"] } 5num-traits = "0.2.14" 6approx = "0.3.0"
試したこと
openBLASをarm64用の物をインストールいたしましたが同じようなエラーを受け取りました。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。