search for: hpcc3

Displaying 2 results from an estimated 2 matches for "hpcc3".

Did you mean: hpcc
2017 Jun 23
2
RHEL6.5 cluster system library and home library
...EPEL or root access to install EPEL. I have installed zlib 1.2.11 (and other necessary libraries) in my home directory. Problem is the cluster has an older zlib library (1.2.4) and R does not accept that. How can I force configure to look in my home/[username]/packages/lib for zlib? [username at hpcc3 R-3.4.0]$ ./configure --prefix=/home/[username]/packages --with-x=no --with-readline=no --includedir=/home/[username]/packages/include ?libdir=/home/[username]/packages/lib checking for inflateInit2_ in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for z...
2017 Jun 23
0
RHEL6.5 cluster system library and home library
...t; I have installed zlib 1.2.11 (and other necessary libraries) in my > home directory. > Problem is the cluster has an older zlib library (1.2.4) and R does > not accept that. How can I force configure to look in my > home/[username]/packages/lib for zlib? > > > [username at hpcc3 R-3.4.0]$ ./configure -- > prefix=/home/[username]/packages --with-x=no --with-readline=no -- > includedir=/home/[username]/packages/include > ?libdir=/home/[username]/packages/lib Set environment variables: CPPFLAGS=-I<includedir> \ LDFLAGS=-L<libdir> \ ./configure Martyn...