farver icon indicating copy to clipboard operation
farver copied to clipboard

CC seems hardcoded to 'gcc' ?

Open CdeMills opened this issue 3 years ago • 0 comments

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

CdeMills avatar Jul 22 '21 20:07 CdeMills