You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using clang under CentOS-8 linux to compile R packages. To this end, I created ~/R/Makevars with:
CC=clang
CXX=clang++
While performing install.packages('tidyverse'), your package was the only one compiled with gcc. Is there a reason ? If not, is gcc hardcoded as compiler ?
TIA
Pascal Dupuis
The text was updated successfully, but these errors were encountered:
Hello,
I'm using clang under CentOS-8 linux to compile R packages. To this end, I created ~/R/Makevars with:
CC=clang
CXX=clang++
While performing install.packages('tidyverse'), your package was the only one compiled with gcc. Is there a reason ? If not, is gcc hardcoded as compiler ?
TIA
Pascal Dupuis
The text was updated successfully, but these errors were encountered: