r-wasm / rwasm

Build R packages for WebAssembly and create a CRAN-like repo for distribution.
https://r-wasm.github.io/rwasm/
Other
54 stars 4 forks source link

Update webr-vars.mk to remove `-fopenmp` flag from being set/passed #17

Closed coatless closed 7 months ago

coatless commented 8 months ago

Close #16

By overriding the flags, I was able to get packages that used OpenMP to compile. (Notably, mlpack now works within webR 🎉 🎉 !)

Compilation shown using the docker container to build the `mlpack` under the proposed PR changes