Skip to content
Prev 6316 / 12125 Next

[R-pkg-devel] Conditional Makevars MacOS

I am not sure if you can solve this without a configure file, which
can be a simple shell script. Here is an example, that detects a bunch
of OSes and then creates an OS-dependent Makevars file:
https://github.com/r-lib/ps/blob/master/configure

You'll probably also need configure.win if you have configure, but it
can just call configure in this case:
https://github.com/r-lib/ps/blob/master/configure.win

Gabor
On Wed, Nov 25, 2020 at 9:01 PM Guido Kraemer <gkraemer at bgc-jena.mpg.de> wrote: