Skip to content

Commit

Permalink
fftw: Apply fix for missing FFTW3LibraryDepends.cmake (spack#46477)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela authored Sep 22, 2024
1 parent 873cb5c commit f2c132a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions var/spack/repos/builtin/packages/fftw/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f2c132a

Please sign in to comment.