Skip to content

Commit

Permalink
Merge branch 'pa/mkl_as_ext' of github.com:palday/FFTW.jl into pa/mkl…
Browse files Browse the repository at this point in the history
…_as_ext
  • Loading branch information
palday committed Mar 25, 2024
2 parents d076d29 + 03cb97c commit 01c3916
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version = "2.0.0"
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
FFTW_jll = "f5851436-0d7a-5f13-b9de-f02708fd171a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

Expand All @@ -21,8 +22,5 @@ julia = "1.6"
[extensions]
FFTWMKLExt = ["MKL_jll"]

[extras]
MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"

[weakdeps]
MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"

0 comments on commit 01c3916

Please sign in to comment.