search for: usr_netcdf_h

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

2006 Apr 25
0
need automake/autoconf help to build RnetCDF and ncdf packages
...= TRUE; then NETCDF_INCDIR="/usr/local/include" NETCDF_LIBDIR="/usr/local/lib" NETCDF_LIBNAME="netcdf" HAVE_NETCDF_H=TRUE elif test "${HAVE_NETCDF_H}" = FALSE; then AC_CHECK_FILE(/usr/include/netcdf.h, [USR_NETCDF_H=TRUE], [USR_NETCDF_H=FALSE]) if test "${USR_NETCDF_H}" = TRUE; then NETCDF_INCDIR="/usr/include" NETCDF_LIBDIR="/usr/lib" NETCDF_LIBNAME="netcdf" HAVE_NETCDF_H=TRUE fi fi else NETCDF_INCD...
2008 Mar 13
0
need automake/autoconf help to build RnetCDF and ncdf packages
...ALSE]) if test "${USR_LOCAL_NETCDF_H}" = TRUE; then NETCDF_INCDIR="/usr/local/include" NETCDF_LIBDIR="/usr/local/lib" NETCDF_LIBNAME="netcdf" HAVE_NETCDF_H=TRUE elif test "${HAVE_NETCDF_H}" = FALSE; then AC_CHECK_FILE(/usr/include/netcdf.h, [USR_NETCDF_H=TRUE], [USR_NETCDF_H=FALSE]) if test "${USR_NETCDF_H}" = TRUE; then NETCDF_INCDIR="/usr/include" NETCDF_LIBDIR="/usr/lib" NETCDF_LIBNAME="netcdf" HAVE_NETCDF_H=TRUE fi fi else NETCDF_INCDIR="${NETCDF_PATH}/include" NETCDF_LIBDIR="${NET...