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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 23:43:39
  Author: archange
Revision: 613198

upgpkg: netcdf 4.7.4-1

Also PKGBUILD cleaning

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 7 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 22:22:12 UTC (rev 613197)
+++ PKGBUILD2020-04-10 23:43:39 UTC (rev 613198)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.7.3
+pkgver=4.7.4
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=(x86_64)
@@ -14,15 +14,10 @@
 options=(!makeflags)
 license=(custom)
 
source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d')
+sha256sums=('99930ad7b3c4c1a8e8831fb061cb02b2170fc8e5ccaeda733bd99c3b9d31666b')
 
-prepare() {
-mkdir -p build
-}
-
 build() {
-cd build
-cmake ../${pkgname}-c-${pkgver} \
+cmake -B build -S ${pkgname}-c-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \
@@ -33,18 +28,14 @@
 -DENABLE_FAILING_TESTS=ON \
 -DENABLE_FILTER_TESTING=ON \
 -DENABLE_LARGE_FILE_TESTS=ON
-make
+make -C build
 }
 
 check() {
-cd build
-make test
+make -C build test
 }
 
 package() {
-cd build
-make DESTDIR="${pkgdir}" install
-
-cd "${srcdir}"/${pkgname}-c-${pkgver}
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${pkgname}-c-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
 }


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

2019-12-03 Thread Bruno Pagani via arch-commits
Date: Tuesday, December 3, 2019 @ 22:17:33
  Author: archange
Revision: 534989

upgpkg: netcdf 4.7.3-1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-03 22:06:33 UTC (rev 534988)
+++ PKGBUILD2019-12-03 22:17:33 UTC (rev 534989)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.7.2
+pkgver=4.7.3
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!makeflags)
 license=(custom)
 
source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7648db7bd75fdd198f7be64625af7b276067de48a49dcdfd160f1c2ddff8189c')
+sha256sums=('05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d')
 
 prepare() {
 mkdir -p build


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

2019-10-22 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 22, 2019 @ 21:09:35
  Author: archange
Revision: 518473

upgpkg: netcdf 4.7.2-1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-22 21:08:17 UTC (rev 518472)
+++ PKGBUILD2019-10-22 21:09:35 UTC (rev 518473)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!makeflags)
 license=(custom)
 
source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('583e6b89c57037293fc3878c9181bb89151da8c6015ecea404dd426fea219b2c')
+sha256sums=('7648db7bd75fdd198f7be64625af7b276067de48a49dcdfd160f1c2ddff8189c')
 
 prepare() {
 mkdir -p build


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

2019-08-31 Thread Bruno Pagani via arch-commits
Date: Saturday, August 31, 2019 @ 17:17:20
  Author: archange
Revision: 505738

upgpkg: netcdf 4.7.1-1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-31 16:35:51 UTC (rev 505737)
+++ PKGBUILD2019-08-31 17:17:20 UTC (rev 505738)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.7.0
+pkgver=4.7.1
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=(x86_64)
@@ -13,8 +13,8 @@
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
 options=(!makeflags)
 license=(custom)
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('26d03164074363b3911ed79b7cddd045c22adf5ebaf978943db11a1d9f15e9d3')
+source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('583e6b89c57037293fc3878c9181bb89151da8c6015ecea404dd426fea219b2c')
 
 prepare() {
 mkdir -p build
@@ -38,8 +38,7 @@
 
 check() {
 cd build
-# One test failure https://github.com/Unidata/netcdf-c/issues/808
-make test || warning "Test failure"
+make test
 }
 
 package() {


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

2019-04-30 Thread Bruno Pagani via arch-commits
Date: Tuesday, April 30, 2019 @ 13:03:03
  Author: archange
Revision: 456857

upgpkg: netcdf 4.7.0-1

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-30 12:58:19 UTC (rev 456856)
+++ PKGBUILD2019-04-30 13:03:03 UTC (rev 456857)
@@ -1,20 +1,20 @@
 # Maintainer: Ronald van Haren 
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Maintainer: Bruno Pagani 
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.6.3
+pkgver=4.7.0
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.unidata.ucar.edu/software/netcdf/;
-depends=('hdf5' 'curl')
-makedepends=('cmake')
+depends=(hdf5 curl)
+makedepends=(cmake)
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!makeflags')
-license=('custom')
+options=(!makeflags)
+license=(custom)
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
+sha256sums=('26d03164074363b3911ed79b7cddd045c22adf5ebaf978943db11a1d9f15e9d3')
 
 prepare() {
 mkdir -p build


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 20:45:07
  Author: archange
Revision: 442239

upgpkg: netcdf 4.6.3-1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 20:44:59 UTC (rev 442238)
+++ PKGBUILD2019-03-16 20:45:07 UTC (rev 442239)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.6.2.1
+pkgver=4.6.3
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!makeflags')
 license=('custom')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
+sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
 
 prepare() {
 mkdir -p build


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

2019-02-17 Thread Bruno Pagani via arch-commits
Date: Sunday, February 17, 2019 @ 18:55:32
  Author: archange
Revision: 434197

upgpkg: netcdf 4.6.2.1-1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 18:51:41 UTC (rev 434196)
+++ PKGBUILD2019-02-17 18:55:32 UTC (rev 434197)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.6.2
+pkgver=4.6.2.1
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!makeflags')
 license=('custom')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
+sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
 
 prepare() {
 mkdir -p build


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

2018-11-20 Thread Bruno Pagani via arch-commits
Date: Tuesday, November 20, 2018 @ 15:04:55
  Author: archange
Revision: 409168

upgpkg: netcdf 4.6.2-1

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 15:04:34 UTC (rev 409167)
+++ PKGBUILD2018-11-20 15:04:55 UTC (rev 409168)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.6.1
-pkgrel=4
+pkgver=4.6.2
+pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/;
@@ -14,7 +14,7 @@
 options=('!makeflags')
 license=('custom')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb')
+sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
 
 prepare() {
 mkdir -p build


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

2018-10-23 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 23, 2018 @ 16:03:59
  Author: archange
Revision: 398664

hdf5 1.10.4 rebuild

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-23 16:01:00 UTC (rev 398663)
+++ PKGBUILD2018-10-23 16:03:59 UTC (rev 398664)
@@ -4,7 +4,7 @@
 
 pkgname=netcdf
 pkgver=4.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/;


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

2018-10-08 Thread Bruno Pagani via arch-commits
Date: Monday, October 8, 2018 @ 17:33:16
  Author: archange
Revision: 391100

FS#60345

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-08 16:25:38 UTC (rev 391099)
+++ PKGBUILD2018-10-08 17:33:16 UTC (rev 391100)
@@ -4,7 +4,7 @@
 
 pkgname=netcdf
 pkgver=4.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/;


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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 18:26:46
  Author: arojas
Revision: 373463

hdf5 1.10.3 rebuild

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 18:17:33 UTC (rev 373462)
+++ PKGBUILD2018-08-23 18:26:46 UTC (rev 373463)
@@ -5,7 +5,7 @@
 
 pkgname=netcdf
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/;


[arch-commits] Commit in netcdf/trunk (PKGBUILD fix-tst_h_dimscales.patch)

2018-05-23 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 23, 2018 @ 15:17:52
  Author: archange
Revision: 328323

upgpkg: netcdf 4.6.1-1

Remove patch integrated upstream

Modified:
  netcdf/trunk/PKGBUILD
Deleted:
  netcdf/trunk/fix-tst_h_dimscales.patch

---+
 PKGBUILD  |   37 +++--
 fix-tst_h_dimscales.patch |   49 
 2 files changed, 22 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 14:56:08 UTC (rev 328322)
+++ PKGBUILD2018-05-23 15:17:52 UTC (rev 328323)
@@ -4,42 +4,49 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.5.0
+pkgver=4.6.1
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/;
 depends=('hdf5' 'curl')
+makedepends=('cmake')
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
 options=('!makeflags')
 license=('custom')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;
-'fix-tst_h_dimscales.patch')
-sha256sums=('f7d1cb2a82100b9bf9a1130a50bc5c7baf0de5b5022860ac3e09a0a32f83cf4a'
-'b2b18ddd4dc0c0e08e59454a6e141e4ba6547ffd5df50d5fe758df45ec77aa6c')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha256sums=('a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb')
 
 prepare() {
-cd ${pkgname}-c-${pkgver}
-patch -p1 -i ../fix-tst_h_dimscales.patch
+mkdir -p build
 }
 
 build() {
-cd ${pkgname}-c-${pkgver}
-./configure \
---prefix=/usr \
---enable-shared \
---disable-parallel4
+cd build
+cmake ../${pkgname}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
 make
 }
 
 check() {
-cd ${pkgname}-c-${pkgver}
-make check
+cd build
+# One test failure https://github.com/Unidata/netcdf-c/issues/808
+make test || warning "Test failure"
 }
 
 package() {
-cd ${pkgname}-c-${pkgver}
+cd build
 make DESTDIR="${pkgdir}" install
 
+cd "${srcdir}"/${pkgname}-c-${pkgver}
 install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
 }

Deleted: fix-tst_h_dimscales.patch
===
--- fix-tst_h_dimscales.patch   2018-05-23 14:56:08 UTC (rev 328322)
+++ fix-tst_h_dimscales.patch   2018-05-23 15:17:52 UTC (rev 328323)
@@ -1,49 +0,0 @@
-From 6a71bf81b1b663387c0f0ca9e41ab24601c678c5 Mon Sep 17 00:00:00 2001
-From: Ed Hartnett 
-Date: Mon, 23 Oct 2017 09:49:38 -0600
-Subject: [PATCH] fixed memory problem in tst_h_dimscales
-

- h5_test/tst_h_dimscales.c | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/h5_test/tst_h_dimscales.c b/h5_test/tst_h_dimscales.c
-index 73c817d58..349b1a836 100644
 a/h5_test/tst_h_dimscales.c
-+++ b/h5_test/tst_h_dimscales.c
-@@ -85,7 +85,7 @@ rec_scan_group(hid_t grpid)
-   }
-   else
-   {
-- int visitor_data = 0;
-+  hid_t visitor_data = 0;
- 
-  /* Here's how to get the number of scales attached
-   * to the dataset's dimension 0. */
-@@ -379,7 +379,7 @@ main()
-   if ((grpid = H5Gopen(fileid, GRP_NAME)) < 0) ERR;
- 
-   /* Loop through datasets to find variables. */
--  if (H5Gget_num_objs(grpid, _obj) < 0) ERR;
-+  if (H5Gget_num_objs(grpid, (hsize_t *)_obj) < 0) ERR;
-   for (i=0; i

[arch-commits] Commit in netcdf/trunk (PKGBUILD fix-tst_h_dimscales.patch)

2017-10-27 Thread Bruno Pagani
Date: Friday, October 27, 2017 @ 22:50:47
  Author: archange
Revision: 264620

upgpkg: netcdf 4.5.0-1

Also add upstream patch (merged into master) to fix the failing test.

Added:
  netcdf/trunk/fix-tst_h_dimscales.patch
Modified:
  netcdf/trunk/PKGBUILD

---+
 PKGBUILD  |   23 +++-
 fix-tst_h_dimscales.patch |   49 
 2 files changed, 62 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-27 22:08:26 UTC (rev 264619)
+++ PKGBUILD2017-10-27 22:50:47 UTC (rev 264620)
@@ -4,7 +4,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.4.1.1
+pkgver=4.5.0
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('i686' 'x86_64')
@@ -13,24 +13,28 @@
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
 options=('!makeflags')
 license=('custom')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('7f040a0542ed3f6d27f3002b074e509614e18d6c515b2005d1537fec01b24909')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;
+'fix-tst_h_dimscales.patch')
+sha256sums=('f7d1cb2a82100b9bf9a1130a50bc5c7baf0de5b5022860ac3e09a0a32f83cf4a'
+'b2b18ddd4dc0c0e08e59454a6e141e4ba6547ffd5df50d5fe758df45ec77aa6c')
 
+prepare() {
+cd ${pkgname}-c-${pkgver}
+patch -p1 -i ../fix-tst_h_dimscales.patch
+}
+
 build() {
 cd ${pkgname}-c-${pkgver}
-#export CFLAGS="-march=x86-64 -mtune=generic -O0 -pipe 
-fstack-protector-strong"
 ./configure \
 --prefix=/usr \
---enable-shared
+--enable-shared \
+--disable-parallel4
 make
 }
 
 check() {
 cd ${pkgname}-c-${pkgver}
-# As of netcdf-c-4.4.1, all the tests pass except for one; a workaround is
-# to update CFLAGS so no optimization level is used (i.e., remove "-O2").
-# See https://github.com/Unidata/netcdf-c/issues/244
-make check || warning "Tests failed"
+make check
 }
 
 package() {
@@ -39,4 +43,3 @@
 
 install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
 }
-

Added: fix-tst_h_dimscales.patch
===
--- fix-tst_h_dimscales.patch   (rev 0)
+++ fix-tst_h_dimscales.patch   2017-10-27 22:50:47 UTC (rev 264620)
@@ -0,0 +1,49 @@
+From 6a71bf81b1b663387c0f0ca9e41ab24601c678c5 Mon Sep 17 00:00:00 2001
+From: Ed Hartnett 
+Date: Mon, 23 Oct 2017 09:49:38 -0600
+Subject: [PATCH] fixed memory problem in tst_h_dimscales
+
+---
+ h5_test/tst_h_dimscales.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/h5_test/tst_h_dimscales.c b/h5_test/tst_h_dimscales.c
+index 73c817d58..349b1a836 100644
+--- a/h5_test/tst_h_dimscales.c
 b/h5_test/tst_h_dimscales.c
+@@ -85,7 +85,7 @@ rec_scan_group(hid_t grpid)
+   }
+   else
+   {
+- int visitor_data = 0;
++  hid_t visitor_data = 0;
+ 
+  /* Here's how to get the number of scales attached
+   * to the dataset's dimension 0. */
+@@ -379,7 +379,7 @@ main()
+   if ((grpid = H5Gopen(fileid, GRP_NAME)) < 0) ERR;
+ 
+   /* Loop through datasets to find variables. */
+-  if (H5Gget_num_objs(grpid, _obj) < 0) ERR;
++  if (H5Gget_num_objs(grpid, (hsize_t *)_obj) < 0) ERR;
+   for (i=0; i

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

2017-06-17 Thread Bruno Pagani
Date: Saturday, June 17, 2017 @ 17:10:45
  Author: archange
Revision: 237977

upgpkg: netcdf 4.4.1.1-1

Update + clean + HDF5 rebuild.

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |   57 +
 1 file changed, 25 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 16:59:00 UTC (rev 237976)
+++ PKGBUILD2017-06-17 17:10:45 UTC (rev 237977)
@@ -1,49 +1,42 @@
 # $Id$
 # Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.4.1
-pkgrel=2
+pkgver=4.4.1.1
+pkgrel=1
 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' 'curl')
+arch=('i686' 'x86_64')
+url="https://www.unidata.ucar.edu/software/netcdf/;
+depends=('hdf5' 'curl')
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-provides=('libnetcdf.so')
 options=('!makeflags')
 license=('custom')
-#source=("http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz;)
-source=("https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha1sums=('1cae39472930a25d6ab1bdf6af2a0d85d09aedf9')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha256sums=('7f040a0542ed3f6d27f3002b074e509614e18d6c515b2005d1537fec01b24909')
 
 build() {
-  # cd "${srcdir}"/${pkgname}-${pkgver}
-  cd "${srcdir}/netcdf-c-${pkgver}"
-#  autoreconf -fis
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
+cd ${pkgname}-c-${pkgver}
+#export CFLAGS="-march=x86-64 -mtune=generic -O0 -pipe 
-fstack-protector-strong"
+./configure \
+--prefix=/usr \
+--enable-shared
+make
 }
 
-# As of netcdf-c-4.4.1, all the tests pass except for one; a workaround is to
-# update CFLAGS so no optimization level is used (i.e., remove "-O2"). See
-# https://github.com/Unidata/netcdf-c/issues/244
-# check() {
-#   # cd "${srcdir}"/${pkgname}-${pkgver}
-#   cd "${srcdir}/netcdf-c-${pkgver}"
-#   make check
-# }
+check() {
+cd ${pkgname}-c-${pkgver}
+# As of netcdf-c-4.4.1, all the tests pass except for one; a workaround is
+# to update CFLAGS so no optimization level is used (i.e., remove "-O2").
+# See https://github.com/Unidata/netcdf-c/issues/244
+make check || warning "Tests failed"
+}
 
 package() {
-#  cd "${srcdir}"/${pkgname}-${pkgver}
-  cd "${srcdir}/netcdf-c-${pkgver}"
-  install -m755 -d "${pkgdir}"/usr/lib
-  install -m755 -d "${pkgdir}"/usr/share/man
-  make DESTDIR="${pkgdir}" install
+cd ${pkgname}-c-${pkgver}
+make DESTDIR="${pkgdir}" install
 
-#  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYRIGHT \
-#"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
-  install -Dm644 "${srcdir}"/netcdf-c-${pkgver}/COPYRIGHT \
-"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
 
-}


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

2016-10-20 Thread Bartłomiej Piotrowski
Date: Friday, October 21, 2016 @ 05:00:35
  Author: bpiotrowski
Revision: 279069

upgpkg: netcdf 4.4.1-2

add libprovides

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 20:40:03 UTC (rev 279068)
+++ PKGBUILD2016-10-21 05:00:35 UTC (rev 279069)
@@ -4,12 +4,13 @@
 
 pkgname=netcdf
 pkgver=4.4.1
-pkgrel=1
+pkgrel=2
 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' 'curl')
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+provides=('libnetcdf.so')
 options=('!makeflags')
 license=('custom')
 
#source=("http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz;)


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

2016-10-20 Thread Ronald van Haren
Date: Thursday, October 20, 2016 @ 19:11:41
  Author: ronald
Revision: 279061

upgpkg: netcdf 4.4.1-1

update to 4.4.1

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 18:24:04 UTC (rev 279060)
+++ PKGBUILD2016-10-20 19:11:41 UTC (rev 279061)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.4.1rc1
+pkgver=4.4.1
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=("i686" "x86_64")
@@ -13,27 +13,29 @@
 options=('!makeflags')
 license=('custom')
 
#source=("http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz;)
-source=("https://github.com/Unidata/netcdf-c/archive/v4.4.1-rc1.tar.gz;)
-sha1sums=('7606c16814bf9b33a66815e4109d9ba2df4a4936')
+source=("https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha1sums=('1cae39472930a25d6ab1bdf6af2a0d85d09aedf9')
 
 build() {
-#  cd "${srcdir}"/${pkgname}-${pkgver}
-  cd "${srcdir}"/netcdf-c-4.4.1-rc1
+  # cd "${srcdir}"/${pkgname}-${pkgver}
+  cd "${srcdir}/netcdf-c-${pkgver}"
 #  autoreconf -fis
   ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
   make
 }
 
-# hdf5 tests fail, have not yet been updated to hdf5-1.10.0
-#check() {
-#  cd "${srcdir}"/${pkgname}-${pkgver}
-#  cd "${srcdir}"/netcdf-c-4.4.1-rc1
-#  make check
-#}
+# As of netcdf-c-4.4.1, all the tests pass except for one; a workaround is to
+# update CFLAGS so no optimization level is used (i.e., remove "-O2"). See
+# https://github.com/Unidata/netcdf-c/issues/244
+# check() {
+#   # cd "${srcdir}"/${pkgname}-${pkgver}
+#   cd "${srcdir}/netcdf-c-${pkgver}"
+#   make check
+# }
 
 package() {
 #  cd "${srcdir}"/${pkgname}-${pkgver}
-  cd "${srcdir}"/netcdf-c-4.4.1-rc1  
+  cd "${srcdir}/netcdf-c-${pkgver}"
   install -m755 -d "${pkgdir}"/usr/lib
   install -m755 -d "${pkgdir}"/usr/share/man
   make DESTDIR="${pkgdir}" install
@@ -40,7 +42,7 @@
 
 #  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYRIGHT \
 #"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
-  install -Dm644 "${srcdir}"/netcdf-c-4.4.1-rc1/COPYRIGHT \
+  install -Dm644 "${srcdir}"/netcdf-c-${pkgver}/COPYRIGHT \
 "${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
 
 }


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:24:50
  Author: foutrelis
Revision: 249819

hdf5 1.8.15 rebuild

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:12:16 UTC (rev 249818)
+++ PKGBUILD2015-10-28 01:24:50 UTC (rev 249819)
@@ -4,7 +4,7 @@
 
 pkgname=netcdf
 pkgver=4.3.3.1
-pkgrel=1
+pkgrel=2
 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;


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

2015-03-12 Thread Ronald van Haren
Date: Thursday, March 12, 2015 @ 14:22:46
  Author: ronald
Revision: 233398

upgpkg: netcdf 4.3.3.1-1

update to 4.3.3.1

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 13:18:15 UTC (rev 233397)
+++ PKGBUILD2015-03-12 13:22:46 UTC (rev 233398)
@@ -3,8 +3,8 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.3.2
-pkgrel=3
+pkgver=4.3.3.1
+pkgrel=1
 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;
@@ -13,7 +13,7 @@
 options=('!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('6e1bacab02e5220954fe0328d710ebb71c071d19')
+sha1sums=('074dd8ef6e8dde3f0c26c7bec0b5d3be6a38bbee')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-11-24 Thread Felix Yan
Date: Tuesday, November 25, 2014 @ 05:41:12
  Author: fyan
Revision: 227077

upgpkg: netcdf 4.3.2-3

hdf5 1.8.14 rebuild

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-25 04:19:53 UTC (rev 227076)
+++ PKGBUILD2014-11-25 04:41:12 UTC (rev 227077)
@@ -4,7 +4,7 @@
 
 pkgname=netcdf
 pkgver=4.3.2
-pkgrel=2
+pkgrel=3
 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;


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

2014-09-24 Thread Ronald van Haren
Date: Wednesday, September 24, 2014 @ 10:51:28
  Author: ronald
Revision: 222920

upgpkg: netcdf 4.3.2-2

hdf5 rebuild

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-24 07:07:41 UTC (rev 222919)
+++ PKGBUILD2014-09-24 08:51:28 UTC (rev 222920)
@@ -4,7 +4,7 @@
 
 pkgname=netcdf
 pkgver=4.3.2
-pkgrel=1
+pkgrel=2
 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;



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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:22:33
  Author: fyan
Revision: 217811

upgpkg: netcdf 4.3.2-1

- new upstream release
- move make check to check()

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 07:09:06 UTC (rev 217810)
+++ PKGBUILD2014-07-24 07:22:33 UTC (rev 217811)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.3.1.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
 arch=(i686 x86_64)
@@ -13,15 +13,19 @@
 options=('!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('6aed20fa906e4963017ce9d1591aab39d8a556e4')
+sha1sums=('6e1bacab02e5220954fe0328d710ebb71c071d19')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
   make
-#  make check
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 



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

2014-03-12 Thread Bartłomiej Piotrowski
Date: Wednesday, March 12, 2014 @ 14:10:14
  Author: bpiotrowski
Revision: 207580

upgpkg: netcdf 4.3.1.1-1

new upstream release

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 12:15:55 UTC (rev 207579)
+++ PKGBUILD2014-03-12 13:10:14 UTC (rev 207580)
@@ -3,8 +3,8 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.3.1.1
+pkgrel=1
 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;
@@ -13,7 +13,7 @@
 options=('!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('31b4b3b17146cc8c14a8c7be3fe5f28e5a8a5deb')
+sha1sums=('6aed20fa906e4963017ce9d1591aab39d8a556e4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -30,5 +30,5 @@
   make DESTDIR=${pkgdir} install
 
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-   ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
 }



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

2013-11-16 Thread Allan McRae
Date: Sunday, November 17, 2013 @ 08:50:50
  Author: allan
Revision: 199825

upgpkg: netcdf 4.3.0-2

remove static libraries

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-17 07:48:18 UTC (rev 199824)
+++ PKGBUILD2013-11-17 07:50:50 UTC (rev 199825)
@@ -4,7 +4,7 @@
 
 pkgname=netcdf
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 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;



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

2013-09-11 Thread Bartłomiej Piotrowski
Date: Wednesday, September 11, 2013 @ 10:45:15
  Author: bpiotrowski
Revision: 194245

upgpkg: netcdf 4.3.0-1

- new upstream release

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-11 08:25:23 UTC (rev 194244)
+++ PKGBUILD2013-09-11 08:45:15 UTC (rev 194245)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.2.1.1
+pkgver=4.3.0
 pkgrel=1
 pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('76631cb4e6b767c224338415cf6e5f5ff9bd1238')
+sha1sums=('31b4b3b17146cc8c14a8c7be3fe5f28e5a8a5deb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 13:42:07
  Author: ronald
Revision: 178108

upgpkg: netcdf 4.2.1.1-1

update to 4.2.1.1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 09:56:28 UTC (rev 178107)
+++ PKGBUILD2013-02-16 12:42:07 UTC (rev 178108)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.2.1
+pkgver=4.2.1.1
 pkgrel=1
 pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('dfb6b10ef8dd20e785efa5e29b448383090f144d')
+sha1sums=('76631cb4e6b767c224338415cf6e5f5ff9bd1238')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 15:53:01
  Author: ronald
Revision: 164372

upgpkg: netcdf 4.2.1-1

update to 4.2.1; upstream removed fortran and c++ bindings from the main 
package 

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 19:43:35 UTC (rev 164371)
+++ PKGBUILD2012-07-31 19:53:01 UTC (rev 164372)
@@ -3,16 +3,17 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.1.3
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
 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' 'curl')
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
 options=('!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('e600322478276f51612e17cca3cda38489003f81')
+sha1sums=('dfb6b10ef8dd20e785efa5e29b448383090f144d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-02-02 Thread Ronald van Haren
Date: Thursday, February 2, 2012 @ 15:25:20
  Author: ronald
Revision: 148502

upgpkg: netcdf 4.1.3-2

hdf5 rebuild

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-02 20:08:26 UTC (rev 148501)
+++ PKGBUILD2012-02-02 20:25:20 UTC (rev 148502)
@@ -4,7 +4,7 @@
 
 pkgname=netcdf
 pkgver=4.1.3
-pkgrel=1
+pkgrel=2
 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;
@@ -18,7 +18,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
   make
-  make check
+#  make check
 }
 
 package() {



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

2011-07-09 Thread Ronald van Haren
Date: Saturday, July 9, 2011 @ 08:58:02
  Author: ronald
Revision: 131006

upgpkg: netcdf 4.1.3-1
update to 4.1.3

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-09 12:32:11 UTC (rev 131005)
+++ PKGBUILD2011-07-09 12:58:02 UTC (rev 131006)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.1.2
+pkgver=4.1.3
 pkgrel=1
 pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('ef42419b2afd99364e470813bc5b922a1a72a6de')
+sha1sums=('e600322478276f51612e17cca3cda38489003f81')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-05-06 Thread Ronald van Haren
Date: Friday, May 6, 2011 @ 07:10:26
  Author: ronald
Revision: 122825

upgpkg: netcdf 4.1.2-1
update to latest version

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-06 10:49:22 UTC (rev 122824)
+++ PKGBUILD2011-05-06 11:10:26 UTC (rev 122825)
@@ -3,16 +3,16 @@
 # Contributor: damir da...@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)
 url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
 depends=('gcc-libs' 'hdf5' 'gcc-fortran' 'curl')
-options=('force' '!libtool' '!makeflags')
+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}



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

2011-01-16 Thread Ronald van Haren
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
===
--- PKGBUILD2011-01-17 06:54:48 UTC (rev 106452)
+++ PKGBUILD2011-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
 }



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

2010-10-12 Thread Ronald van Haren
Date: Tuesday, October 12, 2010 @ 08:58:13
  Author: ronald
Revision: 94910

upgpkg: netcdf 4.1.1-3
rebuilt against hdf5

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-12 07:04:29 UTC (rev 94909)
+++ PKGBUILD2010-10-12 12:58:13 UTC (rev 94910)
@@ -4,11 +4,11 @@
 
 pkgname=netcdf
 pkgver=4.1.1
-pkgrel=2
+pkgrel=3
 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=4.4.3' 'hdf5' 'gcc-fortran')
+depends=('gcc-libs' 'hdf5' 'gcc-fortran')
 options=('force' '!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
@@ -17,11 +17,16 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-shared --enable-netcdf-4
-  make || return 1
-  make check || return 1
+  make
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   install -m755 -d ${pkgdir}/usr/lib
   install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT



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

2010-05-06 Thread Ronald van Haren
Date: Thursday, May 6, 2010 @ 08:18:20
  Author: ronald
Revision: 79712

upgpkg: netcdf 4.1.1-1
update to latest version

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-06 09:38:27 UTC (rev 79711)
+++ PKGBUILD2010-05-06 12:18:20 UTC (rev 79712)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.1
+pkgver=4.1.1
 pkgrel=1
 pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('force' '!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-md5sums=('806756602ee0ea3167452e610160f198')
+sha1sums=('6fece208825b978fc2240732f6f57927d71a0552')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-05-06 Thread Ronald van Haren
Date: Thursday, May 6, 2010 @ 10:49:20
  Author: ronald
Revision: 79767

upgpkg: netcdf 4.1.1-2
add fortran support FS#19020

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-06 14:23:34 UTC (rev 79766)
+++ PKGBUILD2010-05-06 14:49:20 UTC (rev 79767)
@@ -4,11 +4,11 @@
 
 pkgname=netcdf
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 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=4.4.3' 'hdf5')
+depends=('gcc-libs=4.4.3' 'hdf5' 'gcc-fortran')
 options=('force' '!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)



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

2010-02-16 Thread Ronald van Haren
Date: Tuesday, February 16, 2010 @ 08:53:04
  Author: ronald
Revision: 69048

upgpkg: netcdf 4.1-1
add hdf5 in deps array

Modified:
  netcdf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-16 13:33:05 UTC (rev 69047)
+++ PKGBUILD2010-02-16 13:53:04 UTC (rev 69048)
@@ -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=4.3.0')
+depends=('gcc-libs=4.4.3' 'hdf5')
 options=('force' '!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)