Skip to content

Commit

Permalink
Support MKL_jll 2023 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Jun 20, 2023
1 parent e4a00b1 commit 008bc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "FFTW"
uuid = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
version = "1.7.0"
version = "1.7.1"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -13,7 +13,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
AbstractFFTs = "1.0"
FFTW_jll = "3.3.9"
MKL_jll = "2019.0.117, 2020, 2021, 2022"
MKL_jll = "2019.0.117, 2020, 2021, 2022, 2023"
Preferences = "1.2"
Reexport = "0.2, 1.0"
julia = "1.6"

2 comments on commit 008bc5b

@stevengj
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/85932

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.7.1 -m "<description of version>" 008bc5b0b80be127c304d5cf8943d3a657e1e4f7
git push origin v1.7.1

Please sign in to comment.