Skip to content

Commit 70a5320

Browse files
authored
Merge pull request #108 from helaslo/fftw-tests
Migrate to FFTW from FFTS inside unit tests
2 parents defac75 + 33e097b commit 70a5320

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

section-gettingstarted.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@ \subsubsection{Building from source}
292292
pacman -S mingw-w64-ucrt-x86_64-vulkan-headers mingw-w64-ucrt-x86_64-vulkan-loader mingw-w64-ucrt-x86_64-shaderc mingw-w64-ucrt-x86_64-glslang mingw-w64-ucrt-x86_64-spirv-tools
293293
\end{lstlisting}
294294

295-
\item Install FFTS:
295+
\item Install FFTW (required for a few unit tests):
296296
\begin{lstlisting}[language=sh, numbers=none]
297-
pacman -S mingw-w64-ucrt-x86_64-ffts
297+
pacman -S mingw-w64-ucrt-x86_64-fftw
298298
\end{lstlisting}
299299

300300
\item Check out the code

section-legal.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ \subsection{Optional, only used if installed at compile time}
7373

7474
\subsection{Only in unit tests}
7575
\begin{itemize}
76-
\item FFTS (shared, BSD-3) - \url{https://github.com/anthonix/ffts/blob/master/COPYRIGHT}
76+
\item FFTW (shared, GPLv2-or-later) - \url{https://www.fftw.org/doc/License-and-Copyright.html}
7777
\item catch2 (static, Boost license) - \url{https://github.com/catchorg/Catch2/blob/devel/LICENSE.txt}
7878
\end{itemize}

0 commit comments

Comments
 (0)