kissfft icon indicating copy to clipboard operation
kissfft copied to clipboard

Allow building on BSD/Solaris/etc with CMake

Open alarixnia opened this issue 3 years ago • 1 comments

It's not only GNU systems that need libm linked.

Note, the tests still fail for me with: error: ‘M_PIl’ was not declared in this scope; did you mean ‘M_PI’? 46 | long double phinc = 2k0 M_PIl / nfft;

Signed-off-by: Nia Alarie [email protected]

alarixnia avatar Apr 09 '21 11:04 alarixnia

It's not only GNU systems that need libm linked.

And cross-compilers need -lm, too… Thanks for bringing this out!

basilgello avatar Oct 23 '21 22:10 basilgello