-
### Steps to reproduce the issue
Hello,
I'm trying to install paraview@master but I have some compilation failure with **kissfft** which is not found. It's a third party lib in paraview and shou…
-
In an effort to bring analyzer~ back into the CNMAT-Externals package release, I have made a version--tentatively called analyzer2~.mxo--based on kissfft (https://github.com/mborgerding/kissfft) which…
-
Good morning,
What is the correct profile to use to compile from mac (CLion) to Raspberry PICO?
I have already read and reread the [examples from cross building](https://docs.conan.io/en/latest…
-
I am trying to port my application, which uses this library and the kiss_fft functions I contributed, to Linux. But it seems something has gone wrong in the linking process or something. There are no …
-
Hello,
I tried to install kissfft with double types and static libraries and I got an error.
sudo make install
[sudo] password for user:
cc -shared -Wl,-soname,libkissfft-float.so.131 -o …
-
Haven't looked closely at the code but at least pffft is usually quite a bit faster than kissfft so might be worth looking at, the license should work as far as I can tell.
-
Is this a typo? When I change to `M_PI` the build works, otherwise I get a build error.
https://github.com/mborgerding/kissfft/blob/8f47a67f595a6641c566087bf5277034be64f24d/test/testcpp.cc#L46
T…
dsego updated
4 months ago
-
Tried build instructions but `npm start` fails with:
```
emcc -O3 -I. \
--memory-init-file 0 \
-s NO_FILESYSTEM=1 \
-s MODULARIZE=1 \
-s EXPORT_NAME="'KissFFTModule'" \
-s EXPORTED_…
-
This error appears in hmm.c (there is only one place, where cblas is included).
eselect choice is configured, but it seems that pkg-config is not used (yet cblas.pc seem to be eselected, since it is …
-
I propose we use the [kissfft](https://github.com/itdaniher/kissfft) library.
There is an example of getting this library working for real inputs [here](http://digiphd.com/programming-reconstructio…