Re: [R] hdf5 library install issue

2011-07-28 Thread Yitping Kok
I have had the same problem. It seems that you need to configure the make option with a file. Create a file, ~/.R/Makevars, and insert "LDFLAGS=-L/share/apps/HDF5/lib" (in your case) into it. It solved my problem. __ R-help@r-project.org mailing list htt

Re: [R] hdf5 library install issue

2011-07-06 Thread Nicola Soranzo
On Fri Feb 18 17:48:11 CET 2011 Jérôme wrote: > I'm trying to install the hdf5 library into R. The HDF5 package is > installed in a special directory, distributed accross my cluster: > /share/apps/HDF5 > > So i put the args option to the configure command as i read in previous > post in the list:

[R] hdf5 library install issue

2011-02-18 Thread Jerome
Dear all I'm trying to install the hdf5 library into R. The HDF5 package is installed in a special directory, distributed accross my cluster: /share/apps/HDF5 So i put the args option to the configure command as i read in previous post in the list: jerome]# R CMD INSTALL --configure-vars='