Displaying 4 results from an estimated 4 matches for "netcdf_path".
2006 Apr 25
0
need automake/autoconf help to build RnetCDF and ncdf packages
...ng '/usr/lib/R/library/RNetCDF'
I have no reason to doubt that the Fedora-Extras authors are right,
and that some changes in the configure scripts for these packages are
required.
In RnetCDF's configure.ac file, I see the place where it specifies the
NETCDF_INCDIR
if test -z "${NETCDF_PATH}"; then
AC_CHECK_FILE(/usr/local/include/netcdf.h,
[USR_LOCAL_NETCDF_H=TRUE], [USR_LOCAL_NETCDF_H=FALSE])
if test "${USR_LOCAL_NETCDF_H}" = TRUE; then
NETCDF_INCDIR="/usr/local/include"
NETCDF_LIBDIR="/usr/local/lib"
NETCDF_...
2008 Mar 13
0
need automake/autoconf help to build RnetCDF and ncdf packages
...ng '/usr/lib/R/library/RNetCDF'
I have no reason to doubt that the Fedora-Extras authors are right,
and that some changes in the configure scripts for these packages are
required.
In RnetCDF's configure.ac file, I see the place where it specifies the
NETCDF_INCDIR
if test -z "${NETCDF_PATH}"; then
AC_CHECK_FILE(/usr/local/include/netcdf.h,
[USR_LOCAL_NETCDF_H=TRUE], [USR_LOCAL_NETCDF_H=FALSE])
if test "${USR_LOCAL_NETCDF_H}" = TRUE; then
NETCDF_INCDIR="/usr/local/include"
NETCDF_LIBDIR="/usr/local/lib"
NETCDF_LIBNAME="netcdf"
HAVE_N...
2006 Mar 08
1
problem installing RNetCDF
Hello all,
I set 'UDUNITS_PATH' and 'NETCDF_PATH' successfully to my custom places and
then
% R CMD INSTALL RNetCDF_1.1-3.tar.gz
and got this:
...
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for main in -lnetcdf.....
2006 Mar 08
0
survival
...1:51:29 +0600
From: Zepu Zhang <zpzhang at uchicago.edu>
Subject: [R] problem installing RNetCDF
To: r-help at stat.math.ethz.ch
Message-ID: <4d95c89d.95a3c736.81eab00 at m4500-03.uchicago.edu>
Content-Type: text/plain; charset=us-ascii
Hello all,
I set 'UDUNITS_PATH' and 'NETCDF_PATH' successfully to my custom places
and
then
% R CMD INSTALL RNetCDF_1.1-3.tar.gz
and got this:
...
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for main in -lnetcdf.....