Skip to content
Prev 3389 / 12125 Next

[R-pkg-devel] package fails with parallel make - would forcing a serial version work?

If you want to use .NOTPARRALLEL, that?s considered non-portable as it?s
GNU-make specific, (I got an email from Dr. Ripley this week) so you have
to add Gnu Make to the system requirements in the DESCRIPTION or find the
right sequence of targets to ensure order is maintained even in parallel
make.

Avi
On Mon, Jan 14, 2019 at 1:29 PM Paul Gilbert <pgilbert902 at gmail.com> wrote: