Entering edit mode
aabarnes2
•
0
@aabarnes2-20026
Last seen 5.8 years ago
When attempting to install I get the following error:
In install.packages(pkgs = doing, lib = lib, ...) : installation of package ‘pqsfinder’ had non-zero exit status
this is due to icpc: command line error: option '-openmp' is not supported. Please use the replacement option '-qopenmp'
Any workarounds?
Could you please show the complete output from running
BiocManager::install("pqsfinder")
and also yoursesssionInfo()
- The sessionInfo will also provide your os and R version information.Thank you - this does seem to be an issue with the pqsfinder package itself - I will reach out to the maintainer.
Hi, pqsfinder does not use openmp. I’m not sure from where the flag comes from, maybe Rcpp? I also thought gcc is the default on linux and no icpc. Do you have custom Makevars for your R environment?
Just a comment that on Linux-like operating systems we would really like to support as many compilers as 'reasonable', even if most users (and the build system) have gcc or clang.
No, and have tested multiple environments
What do you mean by "tested multiple environments"? Did you try to use GCC?