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

v8 on Centos 8 requires extra steps #68

Open
slopp opened this issue Nov 12, 2020 · 2 comments
Open

v8 on Centos 8 requires extra steps #68

slopp opened this issue Nov 12, 2020 · 2 comments

Comments

@slopp
Copy link
Contributor

slopp commented Nov 12, 2020

the current v8 rules only apply to centos 6 and 7

unfortunately it appears v8 is not supported in the centos 8 epel release

http://www.lib4dev.in/info/jeroen/V8/27154014 contains instructions for workarounds

@joncfoo
Copy link

joncfoo commented Nov 12, 2020

Instructions from the link above for CentOS 8:

yum install epel-release 
yum module enable nodejs:13
yum install v8-devel

@jeroen
Copy link
Contributor

jeroen commented Dec 10, 2020

As an alternative solution on x86_64 systems you can use:

Sys.setenv(DOWNLOAD_STATIC_LIBV8 = 1)
install.packages("V8")

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

3 participants