[arch-commits] Commit in netcdf/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Feb 17 18:55:58 UTC 2019


    Date: Sunday, February 17, 2019 @ 18:55:54
  Author: archange
Revision: 434198

archrelease: copy trunk to community-x86_64

Added:
  netcdf/repos/community-x86_64/PKGBUILD
    (from rev 434197, netcdf/trunk/PKGBUILD)
Deleted:
  netcdf/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-17 18:55:32 UTC (rev 434197)
+++ PKGBUILD	2019-02-17 18:55:54 UTC (rev 434198)
@@ -1,51 +0,0 @@
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=netcdf
-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/"
-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")
-sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
-
-prepare() {
-    mkdir -p build
-}
-
-build() {
-    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 build
-    # One test failure https://github.com/Unidata/netcdf-c/issues/808
-    make test || warning "Test failure"
-}
-
-package() {
-    cd build
-    make DESTDIR="${pkgdir}" install
-
-    cd "${srcdir}"/${pkgname}-c-${pkgver}
-    install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: netcdf/repos/community-x86_64/PKGBUILD (from rev 434197, netcdf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-17 18:55:54 UTC (rev 434198)
@@ -0,0 +1,51 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=netcdf
+pkgver=4.6.2.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")
+sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
+
+prepare() {
+    mkdir -p build
+}
+
+build() {
+    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 build
+    # One test failure https://github.com/Unidata/netcdf-c/issues/808
+    make test || warning "Test failure"
+}
+
+package() {
+    cd build
+    make DESTDIR="${pkgdir}" install
+
+    cd "${srcdir}"/${pkgname}-c-${pkgver}
+    install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list