thomasp85 / farver

High Performance Colourspace Manipulation in R
https://farver.data-imaginist.com
Other
128 stars 14 forks source link

CC seems hardcoded to 'gcc' ? #28

Closed CdeMills closed 4 months ago

CdeMills commented 3 years ago

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

thomasp85 commented 4 months ago

No, farver does not specify any compiler to use. Don't know why you'd get that