nia
959304a1c7
Allow building on BSD/Solaris/etc with CMake
...
It's not only GNU systems that need libm linked.
Note, the tests still fail with:
error: ‘M_PIl’ was not declared in this scope; did you mean ‘M_PI’?
46 | long double phinc = 2*k0* M_PIl / nfft;
Signed-off-by: Nia Alarie <nia@NetBSD.org>
2021-04-09 13:03:59 +02:00
Mark Borgerding
8f47a67f59
removed kfc.h and kissfft_i32.hh from the install list since they are not as generally useful as the others
2021-02-09 20:29:17 -05:00
Vasyl Gello
cccf41adf2
Overhaul CMake makefiles
...
* Minimum CMake version lowered to 3.6 (tested on 3.6.1)
* Refactored CMake configuration options
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2021-02-05 13:34:16 +02:00
Mark Borgerding
e321f7a4d7
dropped -Waggregate-return from warning flags as it created spurious warnings for recent c++ compilation (found through cmake build on CentOS 8)
2021-01-23 11:53:53 -05:00
Vasyl Gello
f88d5af578
Make kfc,fftnd,fftndr,fftr part of public API
...
Many programs explicitly use it, including those in Debian.
This was raised already in kissfft#39
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2021-01-21 17:10:20 +02:00
Vasyl Gello
c2e82a30e8
Build and install kissfft-tools
...
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2021-01-21 17:08:33 +02:00
Anonymous Maarten
1487038a8a
Use find_package COMPONENTS to select shared/static + datatype
2020-10-30 19:18:18 +01:00
Anonymous Maarten
2d5de8378c
Print datatype while configuring cmake
2020-10-30 16:33:32 +01:00
Anonymous Maarten
a63dfc7f11
Build tools + tests with cmake + add VERSION + parallel install
2020-10-30 02:49:49 +01:00
Anonymous Maarten
609845bc9e
cmake more work
2020-10-29 23:23:50 +01:00
Anonymous Maarten
5c708d85db
Add cmake install + MSVC dll support
2020-10-29 22:01:56 +01:00
Adam Demuri
6fcc85dbaf
Add support for CMake
2020-05-31 13:26:14 -06:00