Skip to content

Commit ee2cf8f

Browse files
authored
temporarily limit fftw to <v1.5 (#211)
1 parent 68b8171 commit ee2cf8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
88
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
99
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
1010
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
11+
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
1112
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
1213
FastTransforms = "057dd010-8810-581a-b7be-e3fc3b93f78c"
1314
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
@@ -27,6 +28,7 @@ BandedMatrices = "0.16, 0.17"
2728
BlockArrays = "0.14, 0.15, 0.16"
2829
BlockBandedMatrices = "0.10, 0.11"
2930
DomainSets = "0.5, 0.6"
31+
FFTW = "1 - 1.5"
3032
FastGaussQuadrature = "0.4, 0.5"
3133
FastTransforms = "0.12, 0.13, 0.14"
3234
FillArrays = "0.11, 0.12, 0.13"

0 commit comments

Comments
 (0)