Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building R for the Raspberry #1

Open
llrs opened this issue Aug 27, 2023 · 0 comments
Open

Building R for the Raspberry #1

llrs opened this issue Aug 27, 2023 · 0 comments

Comments

@llrs
Copy link

llrs commented Aug 27, 2023

Many thanks for providing this resource for the R community.
I just started using a Raspberry Pi and I want to use R in it for some tasks.

I see that the buildr and the buildreleases have almost the same code.
The only difference are these:

51c51
<     prefix = "--prefix=/opt/R/{}".format(version_no)
---
>     prefix = "--prefix=/opt/R/release"
60c60,61
<         "--with-x"
---
>         "--with-x",
>         "CXXPICFLAGS=-fPIC",

Which one is used to build R? The scripts do not seem to be doing anything special, are they only building from the source code and then packages in a appropriate manner (.deb)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant