Skip to content

Commit a92de31

Browse files
authored
Add deprecation notice for CuNFFT (#142315)
Added deprecation metadata for CuNFFT package.
1 parent f34994e commit a92de31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

C/CuNFFT/Package.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ name = "CuNFFT"
22
uuid = "a9291f20-7f4c-4d50-b30d-4e07b13252e1"
33
repo = "https://github.com/JuliaMath/NFFT.jl.git"
44
subdir = "CuNFFT"
5+
6+
[metadata.deprecated]
7+
reason = "GPU compatible NFFT plans are now provided as a package extension within the base package, `NFFT`"
8+
alternative = "NFFT"

0 commit comments

Comments
 (0)