Use corrent DEB packages
Need gcc, g++, gfortran for R <= 4.2.x, and gcc-8, g++-8, gofrtran-8 for R >= 4.3.0.
This commit is contained in:
parent
9b2fecd9e2
commit
f5a104562e
1 changed files with 10 additions and 6 deletions
|
|
@ -8,9 +8,9 @@ R_HOME=/opt/R/${R_VERSION}/lib/R
|
|||
"${R_HOME}/bin/Rscript" -e 'sessionInfo()'
|
||||
|
||||
# List R devel dependencies
|
||||
gcc --version
|
||||
g++ --version
|
||||
gfortran --version
|
||||
$("${R_HOME}/bin/R" CMD config CC) --version
|
||||
$("${R_HOME}/bin/R" CMD config CXX) --version
|
||||
$("${R_HOME}/bin/R" CMD config FC) --version
|
||||
|
||||
# List shared library dependencies (e.g. BLAS/LAPACK)
|
||||
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${R_HOME}/lib ldd "${R_HOME}/lib/libR.so"
|
||||
|
|
|
|||
Loading…
Reference in a new issue