Displaying 3 results from an estimated 3 matches for "packages6".
Did you mean:
packages
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)
...#Load the new curl module
module load libs/gcc/4.4.7/curl/7.47.1
#Load the new xzutils module
module load apps/gcc/4.4.7/xzutils/5.2.2
#Load the new zlib module
module load libs/gcc/4.4.7/zlib/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
#Se...
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)
...--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 compiler: g++ -std=gnu++14 -g -O2*
* C++17 compiler:*
* F...
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)
...ng 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: g++ -std=gnu++14 -g -O2
C++17 compiler:
Fortran 90/95 c...