fftw: Apply fix for missing FFTW3LibraryDepends.cmake (#46477)

This commit is contained in:
Tuomas Koskela 2024-09-22 15:35:17 +01:00 committed by GitHub
parent 873cb5c1a0
commit f2c132af2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -247,6 +247,11 @@ class Fftw(FftwBase):
provides("fftw-api@3", when="@3:")
patch("pfft-3.3.9.patch", when="@3.3.9:+pfft_patches", level=0)
patch(
"https://github.com/FFTW/fftw3/commit/f69fef7aa546d4477a2a3fd7f13fa8b2f6c54af7.patch?full_index=1",
sha256="872cff9a7d346e91a108ffd3540bfcebeb8cf86c7f40f6b31fd07a80267cbf53",
when="@3.3.7:",
)
patch("pfft-3.3.5.patch", when="@3.3.5:3.3.8+pfft_patches", level=0)
patch("pfft-3.3.4.patch", when="@3.3.4+pfft_patches", level=0)
patch("pgi-3.3.6-pl2.patch", when="@3.3.6-pl2%pgi", level=0)