[Lunar-commits] <moonbase> netcdf: Version bump and Adjusting the BUILD to eliminate BUILD.x86_64.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Jun 21 23:23:06 CEST 2010


commit 9118e209b8f6623a26daf9b658999b9a6683a07d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Jun 21 17:23:06 2010 -0400

    netcdf: Version bump and Adjusting the BUILD to eliminate BUILD.x86_64.
---
 science/netcdf/BUILD        |    6 +++++-
 science/netcdf/BUILD.x86_64 |    9 ---------
 science/netcdf/DEPENDS      |    1 +
 science/netcdf/DETAILS      |    7 ++++---
 4 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/science/netcdf/BUILD b/science/netcdf/BUILD
index f0c4e59..767a54b 100644
--- a/science/netcdf/BUILD
+++ b/science/netcdf/BUILD
@@ -1,6 +1,10 @@
 (
 
-  OPTS+=" --disable-examples --enable-shared" &&
+  if [ "`arch`" == "x86_64" ]; then
+    CFLAGS="$CFLAGS -fPIC"
+  fi &&
+
+  OPTS+=" --disable-examples --enable-shared --with-udunits --without-szlib --disable-netcdf-4 --disable-f90" &&
 
   default_build
 
diff --git a/science/netcdf/BUILD.x86_64 b/science/netcdf/BUILD.x86_64
deleted file mode 100644
index c63ab10..0000000
--- a/science/netcdf/BUILD.x86_64
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
-  CFLAGS="$CFLAGS -fPIC" &&
-
-  OPTS+=" --disable-examples --enable-shared" &&
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/science/netcdf/DEPENDS b/science/netcdf/DEPENDS
index f2fc6a9..aae4c36 100644
--- a/science/netcdf/DEPENDS
+++ b/science/netcdf/DEPENDS
@@ -1 +1,2 @@
 optional_depends hdf5 "--with-hdf5" "--without-hdf5" "for hdf5 data modeling support"
+optional_depends zlib "--with-zlib" "--without-zlib" "for file compression support"
diff --git a/science/netcdf/DETAILS b/science/netcdf/DETAILS
index 915245a..0af39ca 100644
--- a/science/netcdf/DETAILS
+++ b/science/netcdf/DETAILS
@@ -1,13 +1,14 @@
           MODULE=netcdf
-         VERSION=4.0.1
+         VERSION=4.1.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.unidata.ucar.edu/downloads/netcdf/ftp/
-      SOURCE_VFY=sha1:96b361de72bcf68eaba42e7e5cf0f92c33d288e9
+      SOURCE_VFY=sha1:6fece208825b978fc2240732f6f57927d71a0552
         WEB_SITE=http://www.unidata.ucar.edu/software/netcdf/
          ENTERED=20090212
-         UPDATED=20090531
+         UPDATED=20100621
            SHORT="network Common Data Form"
 
+PSAFE=no
 cat << EOF
 NetCDF (network Common Data Form) is a set of software libraries and
 machine-independent data formats that support the creation, access, and sharing


More information about the Lunar-commits mailing list