[arch-commits] Commit in hdf5-openmpi/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sat Mar 16 21:31:43 UTC 2019
Date: Saturday, March 16, 2019 @ 21:31:43
Author: archange
Revision: 442244
upgpkg: hdf5-openmpi 1.10.5-1
Modified:
hdf5-openmpi/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-16 21:02:38 UTC (rev 442243)
+++ PKGBUILD 2019-03-16 21:31:43 UTC (rev 442244)
@@ -9,8 +9,8 @@
_pkgname=hdf5
_mpi=openmpi
pkgname=${_pkgname}-${_mpi}
-pkgver=1.10.4
-pkgrel=2
+pkgver=1.10.5
+pkgrel=1
pkgdesc="General purpose library and file format for storing scientific data (${_mpi} version)"
arch=('x86_64')
url="https://www.hdfgroup.org/hdf5"
@@ -22,17 +22,14 @@
replaces=("hdf5-fortran-${_mpi}")
options=('staticlibs')
source=("https://support.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver:0:4}/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2"
- 'mpi.patch'
- 'remove-openmpi-1.0-interfaces.patch')
-sha256sums=('1267ff06aaedc04ca25f7c6026687ea2884b837043431195f153401d942b28df'
- '603006358175b7a8b35fa44c484cddf45c0381cf50db4fb7c50ea5969d361eca'
- '41b1277843492b055ae448910cb03869b533364fdde585afbe1bbed0377ffaa3')
+ 'mpi.patch')
+sha256sums=('68d6ea8843d2a106ec6a7828564c1689c7a85714a35d8efafa2fee20ca366f44'
+ '603006358175b7a8b35fa44c484cddf45c0381cf50db4fb7c50ea5969d361eca')
prepare() {
cd ${_pkgname}-${pkgver/_/-}
# FS#33343
patch -p1 -i ../mpi.patch
- patch -p1 -i ../remove-openmpi-1.0-interfaces.patch
}
build() {
@@ -99,9 +96,6 @@
make DESTDIR="${pkgdir}" install
- # Remove leftover test files
- rm "${pkgdir}"/usr/include/tst{ds,image,lite,table}{,_tests}.mod
-
# Move examples to a proper place
install -dm755 "${pkgdir}"/usr/share/doc/${_pkgname}
mv "${pkgdir}"/usr/share/{hdf5_examples,doc/${_pkgname}/examples}
More information about the arch-commits
mailing list