Skip to content

Commit

Permalink
allow MKL 2022 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Carlsson committed Jan 18, 2022
1 parent 5f6f315 commit 43c2769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
AbstractFFTs = "1.0"
FFTW_jll = "3.3"
MKL_jll = "2019.0.117, 2020, 2021"
MKL_jll = "2019.0.117, 2020, 2021, 2022"
Preferences = "1.2"
Reexport = "0.2, 1.0"
julia = "1.6"

1 comment on commit 43c2769

@jishnub
Copy link
Contributor

@jishnub jishnub commented on 43c2769 Feb 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to tag this version? Otherwise FFTW doesn't play well with the latest MKL.jl development, which limits the compat to 2022.

Please sign in to comment.