swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: R package on IRIX 6.5


From: Marcus G. Daniels
Subject: Re: R package on IRIX 6.5
Date: 16 Mar 1999 12:00:20 -0800

>>>>> "JS" == Jayshree Sarma <address@hidden> writes:

JS> If it is necessary how
JS> does one force the configure script to look for hdf5 in the right
JS> directory?

Here's how I build R on Solaris.  

#!/bin/sh
#srcdir=$S/R-devel-sfi-1999-02-07
srcdir=$S/R-devel
ldflags="-L$P/data/hdf5/lib"
FC="/opt/egcs/bin/g77 $ldflags" LDFLAGS=$ldflags CC=/opt/egcs/bin/gcc 
CPPFLAGS="-I/opt/src/mgd/packages/data/hdf5/include -I/opt/gnu/include" 
$srcdir/configure --prefix=/opt/src/mgd/packages/data/R --srcdir=$srcdir
make 

For the hdf5.h problem, the fix in your case would be
"CPPFLAGS=-I/usr/local/include ./configure".

JS> As a side note: What is the difference between the R version in
JS> CRAN site and R-devel-sfi-1999-02-09 version?

The SFI version provides the HDF5 features.  I've just been informed
that these patches are now installed in the development version...

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]