EvolEcolGroup / tidypopgen

https://evolecolgroup.github.io/tidypopgen/
GNU General Public License v3.0
2 stars 0 forks source link

Issue Apple silicon for development tools #33

Closed avpozzi closed 4 months ago

avpozzi commented 5 months ago

When the package is compiled on a Mac machine mounting Apple Silicon (arm64), there are issues with Clang and finding the correct path.

To solve the issue, it is necessary to install a compiler installer which can be found at the following link: https://cran.r-project.org/bin/macosx/tools/

@TODO This section should be added in the future README file of the package.

This issue may affect Intel Mac machines as well (x86_64 architecture). However, this solution is supposed to be universal and should therefore work on both kinds of architectures.