[arch-commits] Commit in hdf5/trunk (PKGBUILD mpi.patch)

Ronald van Haren ronald at nymeria.archlinux.org
Sat May 11 08:30:47 UTC 2013


    Date: Saturday, May 11, 2013 @ 10:30:46
  Author: ronald
Revision: 185111

upgpkg: hdf5 1.8.10_patch1-1

update to 1.8.10_patch1; FS#33343 include mpi header

Added:
  hdf5/trunk/mpi.patch
Modified:
  hdf5/trunk/PKGBUILD

-----------+
 PKGBUILD  |   12 +++++++++---
 mpi.patch |   18 ++++++++++++++++++
 2 files changed, 27 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-11 08:04:24 UTC (rev 185110)
+++ PKGBUILD	2013-05-11 08:30:46 UTC (rev 185111)
@@ -5,7 +5,7 @@
 # Contributor: Tom K <tomk at runbox.com>
 
 pkgname=hdf5
-pkgver=1.8.10
+pkgver=1.8.10_patch1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="General purpose library and file format for storing scientific data"
@@ -13,12 +13,18 @@
 license=('custom')
 depends=('zlib' 'sh')
 makedepends=('time')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2 
+mpi.patch)
 options=('!libtool')
-sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')
+sha1sums=('458cb91496e313debd55d52a7f89459a5469cceb'
+          '658d4a3e537c9c76da3200effa8f95b656a21936')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver/_/-}
+
+  # FS#33343
+  patch -Np1 -i ${srcdir}/mpi.patch 
+
   export CFLAGS="${CFLAGS/O2/O0}"
   export CXXFLAGS="${CFLAGS}"
   ./configure --prefix=/usr --disable-static \

Added: mpi.patch
===================================================================
--- mpi.patch	                        (rev 0)
+++ mpi.patch	2013-05-11 08:30:46 UTC (rev 185111)
@@ -0,0 +1,18 @@
+Prevent accidental inclusion of mpi c++ headers 
+when hdf5.h is included third party library
+
+https://bugs.gentoo.org/show_bug.cgi?id=420777
+https://bugs.archlinux.org/task/33343
+
+--- a/src/H5public.h
++++ b/src/H5public.h
+@@ -58,6 +58,8 @@
+ #   include <stddef.h>
+ #endif
+ #ifdef H5_HAVE_PARALLEL
++#   define OMPI_SKIP_MPICXX   /* Make sure that cxx specific headers are not included */
++#   define MPICH_SKIP_MPICXX
+ #   include <mpi.h>
+ #ifndef MPI_FILE_NULL		/*MPIO may be defined in mpi.h already       */
+ #   include <mpio.h>
+




More information about the arch-commits mailing list