Displaying 3 results from an estimated 3 matches for "mbp15ja".
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...un:
*./configure --prefix $install_dir --with-blas --with-lapack
--enable-R-shlib 2>&1 | tee config-R-$version.log*
The "configure" command seems to run ok:
*R is now configured for x86_64-pc-linux-gnu*
* Source directory: .*
* Installation directory: /fastdata/mbp15ja/R-3.4.1*
* C compiler: gcc
-I/usr/local/packages6/compilers/gcc/5.4.0/include*
* Fortran 77 compiler: gfortran -g -O2*
* Default C++ compiler: g++ -g -O2*
* C++98 compiler: g++ -g -O2*
* C++11 compiler: g++ -std=gnu++11 -g -O2*
* C++14 co...
2017 Aug 23
2
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...1.2.8
#Load the new bzip2 module
module load libs/gcc/4.4.7/bzip2/1.0.6
export LDFLAGS="-L/usr/local/packages6/libs/gcc/4.4.7/bzip2/1.0.6/lib/"
#load pcre module
module load libs/gcc/4.4.7/pcre/8.37
#Set up environment variables and create directories
version=3.4.1
install_dir=/fastdata/mbp15ja/R-$version
build_dir=/data/mbp15ja/R-$version
mkdir -p $build_dir
mkdir -p $install_dir
cd $build_dir
#Set up modules
module load libs/gcc/lapack
module load libs/gcc/blas
#Download, untar and enter build directory
wget https://cran.rstudio.com/src/base/R-3/R-$version.tar.gz
tar -xzf ./R-$versio...
2017 Aug 23
1
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...ersion >= 8.20, < 10.0 and has UTF-8 support... yes
checking if PCRE version >= 8.32... yes
checking whether PCRE support suffices... yes
The final status from the command:
R is now configured for x86_64-pc-linux-gnu
Source directory: .
Installation directory: /fastdata/mbp15ja/R-3.4.1
C compiler: gcc -I/usr/local/packages6/compilers/gcc/5.4.0/include
Fortran 77 compiler: gfortran -g -O2
Default C++ compiler: g++ -g -O2
C++98 compiler: g++ -g -O2
C++11 compiler: g++ -std=gnu++11 -g -O2
C++14 compiler:...