[arch-commits] Commit in netcdf/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Mon Jan 17 06:57:48 UTC 2011


    Date: Monday, January 17, 2011 @ 01:57:48
  Author: ronald
Revision: 106453

enable OpenDAP component FS#22411

Modified:
  netcdf/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-17 06:54:48 UTC (rev 106452)
+++ PKGBUILD	2011-01-17 06:57:48 UTC (rev 106453)
@@ -8,7 +8,7 @@
 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
 arch=("i686" "x86_64")
 url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp"
-depends=('gcc-libs' 'hdf5' 'gcc-fortran')
+depends=('gcc-libs' 'hdf5' 'gcc-fortran' 'curl')
 options=('force' '!libtool' '!makeflags')
 license=('custom')
 source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
@@ -16,7 +16,7 @@
 
 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
 }




More information about the arch-commits mailing list