I'm trying to build R-devel / R-patched. I've read some links, connected with steps for doing this.
1) https://www.r-bloggers.com/2022/01/building-r-4-2-for-windows-with-openblas/
2) https://www.r-bloggers.com/2020/05/building-r-4-for-windows-with-openblas/
3) https://github.com/r-windows/r-base
But unfortunatelly, without any success.
In "1" I have no "Makefile.win" and no file with "-lf77blas -latlas"
In "2" manually created "full-build.sh" script do not do anything.
In "3" I have an error with Use_ATLAS=YES
installing 'sysdata.rda'
make[3]: *** [../../../share/make/basepkg.mk:151: sysdata] Error 127
make[2]: *** [Makefile.win:22: all] Error 2
make[1]: *** [Makefile.win:32: R] Error 1
make: *** [Makefile:18: all] Error 2
This error is connected with this row in basepkg.mk:
@$(ECHO) "tools:::sysdata2LazyLoadDB(\"$(srcdir)/R/sysdata.rda\",\"$(top_builddir)/library/$(pkg)/R\")" | \
R_DEFAULT_PACKAGES=NULL LC_ALL=C $(R_EXE)
So, could anyone helps me, pls? What's wrong with these 3 ways? How it's possible to build R devel correctly (with installation file if possible)? Also is it possible to compile this with AMD BLIS library (I have Ryzen 9 5950x).
Thank you.
P.S. I use Windows 11 and gcc-12.02 from winlibs P.P.S. If possible, please, add a recipe for building R with AMD BLIS...