Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28518

Added Files:
        nco.info nco.patch 
Log Message:
New version no longer needs to be in crypto.


--- NEW FILE: nco.info ---
Package: nco
Version: 3.0.2
Revision: 1
Description: The netCDF Operators
License: GPL
Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>

# Prerequisites
Depends: bison (>=1.35-2), netcdf-shlibs (>=3.6.0-2), udunits (>=1.11.7-4), 
libdap3-shlibs (>=3.5.2-1), libnc-dap3-shlibs (>=3.5.2-1)
BuildDepends: netcdf (>=3.6.0-2), gettext-dev, libiconv-dev, libdap3 
(>=3.5.2-1), libnc-dap3 (>=3.5.2-1)

# Unpack Phase:
Source: http://%n.sourceforge.net/src/%n-%v.tar.gz
Source-MD5: 9fa9ecbe866ad50d34a3c144024db9fc
Patch: %n.patch
# Compile Phase:
GCC: 3.3
SetCXX: g++-3.3
ConfigureParams: --prefix=%p --enable-shared=false --enable-dods=true 
--enable-optimize=true
CompileScript: <<
  #!/bin/sh
        export UDUNITS_PATH=%p
    export DODS_ROOT=%p/lib/dods
        export NETCDF_LIB=%p/lib
        export NETCDF_INC=%p/include
        ./configure %c
        make CFLAGS="-g -O2 -std=c99 -D_BSD_SOURCE"
<<

# Install Phase:
DocFiles: doc/*

InstallScript: <<
        make prefix=%i install mandir=%i/share/man infodir=%i/share/info
<<

DescDetail: <<
        Each NCO operator (e.g., ncks) takes netCDF or HDF input file(s),
        performs an operation (e.g., averaging, hyperslabbing, or renaming),
        and outputs a processed netCDF file. Although most users of
        netCDF and HDF data are involved in scientific research,
        these data formats, and thus NCO, are generic and
        are equally useful in fields like finance.
        This version is OPeNDAP/DODS enabled, so it can be given
        URLs to read remote datasets as if they were local
        netCDF files.
<<

Homepage: http://nco.sourceforge.net/

--- NEW FILE: nco.patch ---
--- nco/configure.orig  Thu Sep 15 15:51:48 2005
+++ nco/configure       Thu Sep 15 15:53:37 2005
@@ -25720,7 +25720,7 @@
 
 # Compilation flags for numerical routines recommended by GSL 1.3 manual, p. 
397
 # CFLAGS += -Werror -Wall -W -Wmissing-prototypes -Wshadow -Wpointer-arith 
-Wcast-qual -Wcast-align -Wwrite-strings -fno-common -g -O4
-    GCC_CMD_ARGS='-std=c99 -pedantic -D_BSD_SOURCE -D_POSIX_SOURCE'
+    GCC_CMD_ARGS='-std=c99 -pedantic -D_BSD_SOURCE'
     GCC_BASE_FLAGS='-Werror -Wall -Wunused -W -Wshadow -Wpointer-arith 
-Wcast-qual -Wcast-align -Wwrite-strings -fno-common -g -O4'
     GCC_CFLAGS="${GCC_BASE_FLAGS} -Wmissing-prototypes"
     GCC_CXXFLAGS="${GCC_BASE_FLAGS}"
--- nco/src/nco/nco_mmr.h.orig  Thu Sep 15 15:58:49 2005
+++ nco/src/nco/nco_mmr.h       Thu Sep 15 16:00:32 2005
@@ -17,7 +17,7 @@
 #include <stdio.h> /* stderr, FILE, NULL, printf */
 #include <stdlib.h> /* strtod, strtol, malloc, getopt, exit */
 #include <string.h> /* strcmp. . . */
-#include <time.h> /* machine time (needed by Mac OS X for struct rusage) */ 
+#include <sys/time.h> /* machine time (needed by Mac OS X for struct rusage) 
*/ 
 #include <sys/resource.h> /* Resource usage and limits */
 
 /* 3rd party vendors */



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to