Skip to content

Commit

Permalink
Merge pull request #130 from oxfordcontrol/pg/mkl_type_fix
Browse files Browse the repository at this point in the history
force mkl LP64 format (32 bit ints)
  • Loading branch information
goulart-paul authored Sep 12, 2024
2 parents d1ca25d + 78dc683 commit 7036899
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sdp = ["blas","lapack", "indexmap"]
sdp-accelerate = ["sdp", "blas-src/accelerate", "lapack-src/accelerate"]
sdp-netlib = ["sdp", "blas-src/netlib", "lapack-src/netlib"]
sdp-openblas = ["sdp", "blas-src/openblas", "lapack-src/openblas"]
sdp-mkl = ["sdp", "blas-src/intel-mkl", "lapack-src/intel-mkl"]
sdp-mkl = ["sdp", "blas-src/intel-mkl", "lapack-src/intel-mkl","intel-mkl-src"]
sdp-r = ["sdp", "blas-src/r", "lapack-src/r"]


Expand Down Expand Up @@ -80,6 +80,11 @@ optional = true
version = "0.10"
optional = true

[dependencies.intel-mkl-src]
version = "0.8.1"
features = ["mkl-static-lp64-iomp"]
optional = true

[dependencies.indexmap]
version = "2.2"
optional = true
Expand Down

0 comments on commit 7036899

Please sign in to comment.