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
error: could not find native static library libiomp5md, perhaps an -L flag is missing?
error: could not compile intel-mkl-src (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
Other information
Please specify:
Operating system - Windows
OS Name: Microsoft Windows 11 Enterprise
OS Version: 10.0.22631 N/A Build 22631
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 142 Stepping 12 GenuineIntel ~1803 Mhz
Minimum reproducible example
rustup default stable-x86_64-pc-windows-gnu
git clone https://github.com/EricLBuehler/mistral.rs.git
cd mistral.rs
cargo build --release --features mkl
Error
error: could not find native static library
libiomp5md
, perhaps an -L flag is missing?error: could not compile
intel-mkl-src
(lib) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...
Other information
Please specify:
OS Name: Microsoft Windows 11 Enterprise
OS Version: 10.0.22631 N/A Build 22631
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 142 Stepping 12 GenuineIntel ~1803 Mhz
Latest commit or version
commit c196ddc
Please help me fix this dependency. I am very new with building from source. Let me know if any more info is needed.
The text was updated successfully, but these errors were encountered: