NFFT / nfft

The official NFFT library repository
https://tu-chemnitz.de/~potts/nfft/
GNU General Public License v2.0
174 stars 46 forks source link

Remove unnecessary dependence on ncurses library #96

Closed michaelquellmalz closed 5 years ago

michaelquellmalz commented 5 years ago

The NFFT unit tests link to -lncurses, but it does not use any functions of this library. Hence, we do not need to link the NFFT to the ncurses library. In newer MSYS2 releases on Windows, the library ncurses is replaced by the similar pdcurses, which cases an error when compiling the NFFT unit tests in this situation.