[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sat Aug 31 17:51:27 UTC 2019
Date: Saturday, August 31, 2019 @ 17:51:27
Author: archange
Revision: 505741
upgpkg: netcdf-openmpi 4.7.1-1
Modified:
netcdf-openmpi/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-31 17:51:23 UTC (rev 505740)
+++ PKGBUILD 2019-08-31 17:51:27 UTC (rev 505741)
@@ -5,7 +5,7 @@
_pkg=netcdf
_mpi=openmpi
pkgname=${_pkg}-${_mpi}
-pkgver=4.7.0
+pkgver=4.7.1
pkgrel=1
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library with parallel support (${_mpi} version)"
arch=(x86_64)
@@ -18,8 +18,8 @@
provides=("${_pkg}")
conflicts=("${_pkg}")
options=(!makeflags)
-source=(${_pkg}-${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}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('583e6b89c57037293fc3878c9181bb89151da8c6015ecea404dd426fea219b2c')
prepare() {
mkdir -p build
@@ -51,8 +51,7 @@
# processes than the number of available cores
export OMPI_MCA_rmaps_base_oversubscribe=yes
- # One test failure https://github.com/Unidata/netcdf-c/issues/808
- make test || warning "Test failure"
+ make test
}
package() {
More information about the arch-commits
mailing list