summaryrefslogtreecommitdiff
path: root/extra/netcdf
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-08 11:30:39 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-08 11:30:39 -0300
commit0f0bf3b7f0398f0882fa5b7cc3534180cabd9318 (patch)
tree968fcbe1bf470403a1ef1f4c261c0f1e8cf6b022 /extra/netcdf
parente17d7021b82d5a27e1a236d14dd7a8567669e273 (diff)
parentfe6dc99352fe2b801d251e55b2b8baa71441908e (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/fyre/PKGBUILD extra/gnet/PKGBUILD extra/kdeedu/PKGBUILD extra/mhash/PKGBUILD extra/rxvt-unicode/PKGBUILD
Diffstat (limited to 'extra/netcdf')
-rw-r--r--extra/netcdf/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/netcdf/PKGBUILD b/extra/netcdf/PKGBUILD
index 05497fc53..8f5000dd1 100644
--- a/extra/netcdf/PKGBUILD
+++ b/extra/netcdf/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 94910 2010-10-12 12:58:13Z ronald $
+# $Id: PKGBUILD 122825 2011-05-06 11:10:26Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=netcdf
-pkgver=4.1.1
-pkgrel=3
+pkgver=4.1.2
+pkgrel=1
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
arch=("i686" "x86_64" 'mips64el')
url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp"
-depends=('gcc-libs' 'hdf5' 'gcc-fortran')
-options=('force' '!libtool' '!makeflags')
+depends=('gcc-libs' 'hdf5' 'gcc-fortran' 'curl')
+options=('!libtool' '!makeflags')
license=('custom')
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('6fece208825b978fc2240732f6f57927d71a0552')
+sha1sums=('ef42419b2afd99364e470813bc5b922a1a72a6de')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --enable-shared --enable-netcdf-4
+ ./configure --prefix=/usr --enable-shared --enable-netcdf-4 --enable-dap-netcdf
make
make check
}