Describe the bug
install.packages("Rfast")
* installing *source* package ‘Rfast’ ...
** package ‘Rfast’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20)’
using C++ compiler: ‘g++ (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20)’
using C++17
g++ -std=gnu++17 -I"/software/R_v4.3.0_Rocky8/lib64/R/include" -DNDEBUG -I../inst/include -I'/tmp_mnt/filer1/.../R_lib_v4.3.0_seurat/Rcpp/include' -I'/tmp_mnt/filer1/../R_lib_v4.3.0_seurat/RcppArmadillo/include' -I'/tmp_mnt/filer1/../R_lib_v4.3.0_seurat/RcppParallel/include' -I/usr/local/include -fopenmp -fpic -g -O2 -c Coeff.cpp -o Coeff.o
In file included from ../inst/include/Rfast/templates.h:10,
from ../inst/include/Rfast/matrix.hpp:14,
from ../inst/include/Rfast.h:5,
from mn.h:4,
from Coeff.cpp:4:
../inst/include/Rfast/parallel.h:20:10: fatal error: execution: No such file or directory
#include <execution>
^~~~~~~~~~~
compilation terminated.
make: *** [/software/R_v4.3.0_Rocky8/lib64/R/etc/Makeconf:200: Coeff.o] Error 1
ERROR: compilation failed for package ‘Rfast’
Desktop (please complete the following information):
- OS: Rocky Linux 8
- R-Version: 4.3.0
Describe the bug
install.packages("Rfast")Desktop (please complete the following information):