r-universe-org / help

Support and bug tracker for R-universe
https://docs.r-universe.dev/
9 stars 2 forks source link

`pkg-config` cannot find `fftw3` in WASM #321

Closed dipterix closed 10 months ago

dipterix commented 10 months ago

Works on all other platforms except WASM https://github.com/r-universe/rave-ieeg/actions/runs/6802860776/job/18584283355

configure.ac: https://github.com/dipterix/ravetools/blob/master/configure.ac

jeroen commented 10 months ago

Yes this is expected. Currently only a few C/C++ libs have been ported to WASM. If you want to contribute, you can try sending a PR to here: https://github.com/r-wasm/webr/tree/main/libs/recipes

jeroen commented 10 months ago

It works now. Very impressive, thanks for the PR upstream 👍