Skip to content
Prev 6875 / 21307 Next

[Bioc-devel] portable make syntax

Here is a quote from Brian's email to CRAN maintainers:

------------

The set of make programs in use for R is shifting (BSD make seems to
be no longer in use by Apple or FreeBSD; dmake and pmake variants are
appearing) and we have taken the POSIX standard as the baseline for
portability.

------------

It sounds like this is a CRAN-specific requirement. Bioc of course is
left to make its own decision on make support.

If we absolutely need GNU Make, we can add this to DESCRIPTION:

SystemRequirements: GNU make
On Fri, Jan 23, 2015 at 6:13 PM, Kevin Ushey <kevinushey at gmail.com> wrote: