Re: [Rd] a quick and dirty way to compile R on win arm64 using clangarm64

2023-08-14 Thread Tomas Kalibera
On 8/13/23 05:26, yu gong wrote: sorry forgot dynamic link ICU 1 svn checkout R-trunk and add USE_LLVM=YES and ICU_LIBS ?= -licuin -licuuc -licudt -lstdc++ in MKRules.dist or Mkrules.local For the record, if you are experimenting with building R-devel using msys2 toolchains, you should a

Re: [Rd] a quick and dirty way to compile R on win arm64 using clangarm64

2023-08-13 Thread yu gong
>Well, yes, R-devel builds with clang/flang also for Windows/aarch64. I've >committed this option (USE_LLVM) last week together with other required >changes, > but it is still work in progress, not documented nor well tested. > I have created for this a (subset) of Rtools43 for >aarch64 (availa

Re: [Rd] a quick and dirty way to compile R on win arm64 using clangarm64

2023-08-13 Thread Tomas Kalibera
On 8/13/23 05:14, yu gong wrote: hello everyone: On this boring weekend, I tried compile R-trunk on windows 11 arm64 using clangarm64+msys2 on macbook m1 , it surprisingly easy to compiled and run. more investigation and test and code modify need to be done ,but IMO this is a good beginni

Re: [Rd] a quick and dirty way to compile R on win arm64 using clangarm64

2023-08-12 Thread yu gong
sorry forgot dynamic link ICU 1 svn checkout R-trunk and add USE_LLVM=YES and ICU_LIBS ?= -licuin -licuuc -licudt -lstdc++ in MKRules.dist or Mkrules.local From: R-devel on behalf of yu gong Sent: Sunday, August 13, 2023 11:14 To: r-devel@r-project.org Subje