Akash

Results 11 comments of Akash

Thank you @vask2108 for your efforts in porting this library. Windows on ARM is gaining traction, and this library is quite important. Getting an ARM64 version is essential, and I...

@vask2108 can we provide compile binaries to them?

> I'm open to it. > > I don't think it would be hard to add a cross-compile into my current setup. However, I don't have anywhere that I can...

Thanks @jonathon-love for your reply. If you happen to know, could you please share information about which CRAN packages are yet to be ported to ARM64? Ultimately, our goal is...

Package Name | Compilation -- | -- BH | Yes BayesFactor | yes Deriv | yes Formula | yes GGally | yes GPArotation | yes Hmisc | yes Matrix |...

Since semPlot depends on OpenMx, which in turn depends on StanHeaders and RcppParallel, the root cause is the Intel TBB library, which RcppParallel relies on. In short, on Windows ARM64,...

install.packages("remotes") remotes::install_github("RcppCore/RcppParallel") install.packages("semPlot") After installing it from GitHub, I was able to compile and install the previously failing modules as well. @jonathon-love looks like we're all good with R packages...

The following R script should be sufficient to install all the dependencies required by Jamovi from R packages. For the remaining four modules, we can use GitHub as mentioned. in...

https://github.com/boostorg/boost/pull/1077 A PR was raised two weeks ago to add Windows on ARM64 support for Boost binaries. I’ll share an update as soon as the ARM64 version becomes available.

> [@Akash9824](https://github.com/Akash9824) , Thank you for raising requirements Windows ARM64 boost libraries. If there is some push from the community, there is more chances for Boost API maintainers to consider...