You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building version 0.4.1. of numeric fails with OpenBLAS unable to detect CPU
Error Output is:
Makefile:133: *** 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 '`"make" "libs" "netlib" "shared" "YES_CBLAS=1" "-j8"` failed: exit code: 2', /home/awaike/projects/awaike/phase-predictor-rust/vendor/openblas-provider-0.1.7/build.rs:57:13
setting TARGET=x86_64 does not seem to work. It seems "openblas-provider" is the source of the problem.
The text was updated successfully, but these errors were encountered:
Building version 0.4.1. of numeric fails with OpenBLAS unable to detect CPU
Error Output is:
setting TARGET=x86_64 does not seem to work. It seems "openblas-provider" is the source of the problem.
The text was updated successfully, but these errors were encountered: