Skip to content
Prev 84 / 139 Next

Rtools 4.0

I think you are misunderstanding the difference between R and Rtools.
Rtools is merely a bundle with gcc and some extra utilities.
Everything else is managed by R-core in the R svn. An update Rtools
doesn't change how you can build R.

The main thing that changes in rtools40 is that the version of GCC has
bumped to 8. Also there is now a package manager included with
rtools40, that you could use (but don't have to) to install additional
libraries. The latter is optional, your current scripts and libs will
keep working as well. None of the things you describe below have
changed.

I am indeed refactoring some of the scripts that I use myself to build
the daily R installers, but those are not relevant to you. Your
current build scripts will keep working, the only thing you should
have to change to build with rtools40 is update the path to gcc in
your script.

I don't understand everything you are trying to do, but I'll test
myself if I can build R with external openblas. For discussions about
adding (optional) support for LTO flags, you need to talk to R-core.
On Wed, Nov 20, 2019 at 4:54 AM Avraham Adler <avraham.adler at gmail.com> wrote: