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
I have installed intel mkl and verified it can be found with pkg-config, as running pkg-config --variable=prefix mkl-static-lp64-seq results in the output /opt/intel/oneapi/mkl/latest/lib/pkgconfig/../.. . However, when running a barebones binary setup with the following lines in my Cargo.toml:
I have installed intel mkl and verified it can be found with
pkg-config
, as runningpkg-config --variable=prefix mkl-static-lp64-seq
results in the output/opt/intel/oneapi/mkl/latest/lib/pkgconfig/../..
. However, when running a barebones binary setup with the following lines in myCargo.toml
:I get the following output when trying to build a tester binary:
The text was updated successfully, but these errors were encountered: