Skip to content
Prev 10846 / 12125 Next

[R-pkg-devel] Build process generated non-portable files

This seems like it should work. Unfortunately my rhub github actions is failing to get past the setup deps step which has been occuring inconsistently in the past but right now it's consistently failing to build deps so I can't confirm it work. I was also unable to successfully build R using intel compilers, even when using Rhubs container as template.
I was really trying to avoid explicitly creating a target in makevars but this is simple enough.

In case anyone else comes across this, the genmod files end up in `src` even if the original source files are under a subdirectory so the recipe ends up being:
I installed intel compilers and checked the `ifx` man page. Could not find an option for turning off generation of the genmod files.
Yeah I checked one of the files again and it does say that it's generated only for reference.

?- David R. Connell
On Tuesday, August 13th, 2024 at 3:08 AM, Ivan Krylov 'ikrylov at disroot.org' wrote: