Entering edit mode
I encountered the following errors. I checked some posts about instllation of BiocNeighbors, finally I could not resolve the issue. My machine has gcc-13.2.0, CMake-3.31.0.1, curl-8.10.1 and OpenSSL-1.1.1w in local directory. I will tell you about versions of the other applications installed if it is necessary.
> BiocManager::install("BiocNeighbors")
Bioconductor version 3.20 (BiocManager 1.30.25), R 4.4.1 (2024-06-14)
Installing package(s) 'BiocNeighbors'
trying URL 'https://bioconductor.org/packages/3.20/bioc/src/contrib/BiocNeighbors_2.0.0.tar.gz'
Content type 'application/x-gzip' length 338928 bytes (330 KB)
==================================================
downloaded 330 KB
* installing *source* package 'BiocNeighbors' ...
** package 'BiocNeighbors' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++ (GCC) 13.2.0'
using C++17
# (Additional compilation output omitted for brevity)
ERROR: compilation failed for package 'BiocNeighbors'
* removing '/home/ikutsu/Tsuchiya_NGS/local/lib64/R/library/BiocNeighbors'
The downloaded source packages are in
'/tmp/RtmpKgDWWn/downloaded_packages'
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning message:
In install.packages(...) :
installation of package 'BiocNeighbors' had non-zero exit status
> sessionInfo()
R version 4.4.1 (2024-06-14)
Platform: x86_64-pc-linux-gnu
Running under: CentOS Linux 7 (Core)
Matrix products: default
BLAS: /home/ikutsu/Tsuchiya_NGS/local/lib64/R/lib/libRblas.so
LAPACK: /home/ikutsu/Tsuchiya_NGS/local/lib64/R/lib/libRlapack.so; LAPACK version 3.12.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=ja_JP.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=ja_JP.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=ja_JP.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=ja_JP.UTF-8 LC_IDENTIFICATION=C
time zone: Asia/Tokyo
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] BiocManager_1.30.25
loaded via a namespace (and not attached):
[1] compiler_4.4.1 tools_4.4.1
omitted error1
~~~
omitted error2