Skip to content

Commit

Permalink
intel mkl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azmyrajab committed Apr 21, 2024
1 parent 4c8c5b6 commit f2daf16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jemallocator = { version = "0.5", features = ["disable_initial_exec_tls"] }

[target.'cfg(all(target_os = "linux", any(target_arch = "x86_64", target_arch = "x64")))'.dependencies]
ndarray = { version = "*", features = ["blas"] }
intel-mkl-src = {version = "*", features = ["mkl-static-lp64-seq"]}
blas-src = { version = "*", features = ["intel-mkl"] }
lapack-src = {version = "*", features = ["intel-mkl"]}
lapack-sys = {version = "*"}
ndarray-linalg = {version = "*", features = ["intel-mkl-static"]}

[target.'cfg(target_os = "macos")'.dependencies]
ndarray = { version = "*", features = ["blas"] }
Expand Down

0 comments on commit f2daf16

Please sign in to comment.