[arch-commits] Commit in parallel-netcdf-openmpi/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sun Jul 8 15:25:20 UTC 2018
Date: Sunday, July 8, 2018 @ 15:25:19
Author: archange
Revision: 354983
upgpkg: parallel-netcdf-openmpi 1.10.0-1
Modified:
parallel-netcdf-openmpi/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-08 15:21:55 UTC (rev 354982)
+++ PKGBUILD 2018-07-08 15:25:19 UTC (rev 354983)
@@ -3,8 +3,8 @@
_pkg=parallel-netcdf
_mpi=openmpi
pkgname=${_pkg}-${_mpi}
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
pkgdesc="A Parallel I/O Library for NetCDF File Access"
arch=('x86_64')
url="https://trac.mcs.anl.gov/projects/parallel-netcdf"
@@ -16,16 +16,9 @@
conflicts=('parallel-netcdf')
replaces=('parallel-netcdf')
options=('!makeflags' 'staticlibs')
-source=("http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/${_pkg}-${pkgver}.tar.gz"
- 'shared.patch')
-sha1sums=('0978ae5cdaba925e73ced2b550fc02a132b2c5ed'
- 'dae94c293b5be9fa31e73be95e4d56c1f598ffbf')
+source=("http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/${_pkg}-${pkgver}.tar.gz")
+sha1sums=('9ac144f305e14ae6306f5e51af1b4329bfb86480')
-prepare() {
- cd ${_pkg}-${pkgver}
- patch -p0 -i ../shared.patch
-}
-
build() {
cd ${_pkg}-${pkgver}
More information about the arch-commits
mailing list