Skip to content
Prev 3387 / 12125 Next

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

(I didn't see an answer to this, so ...)

I think using .NOTPARALLEL will usually get rid of the error but, in my 
experience, this problem is usually caused by an incorrect or incomplete 
Makefile. When not done in parallel this missing target is usually 
getting done first as a side-affect of something that happens before and 
usually finishes before it is needed. Your luck does not hold in 
parallel. The better fix is to correct your Makefile.

Paul
On 1/10/19 4:54 PM, Satyaprakash Nayak wrote: