Displaying 1 result from an estimated 1 matches for "biowiki".
Did you mean:
bioniks
2011 Feb 18
1
hdf5 library install issue
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='LDFLAGS=-L/share/apps/HDF5/lib'
--configure-args='--with-hdf5=/share/apps/HDF5'