[h5py/el6: 2/3] Some hdf problem with ppc64. ExcludeArch

stevetraylen stevetraylen at fedoraproject.org
Mon Aug 15 09:50:26 UTC 2011


commit 8051a79753905a1cb8255310fb7e4db4a602d27b
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Mon Aug 15 11:46:28 2011 +0200

    Some hdf problem with ppc64. ExcludeArch

 h5py.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/h5py.spec b/h5py.spec
index c6f0d8f..510a30a 100644
--- a/h5py.spec
+++ b/h5py.spec
@@ -4,7 +4,7 @@
 Summary:        A Python interface to the HDF5 library
 Name:           h5py
 Version:        1.3.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Group:          Applications/Engineering
 License:        BSD
 URL:            http://h5py.alfven.org/
@@ -20,6 +20,9 @@ BuildRequires:  liblzf-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       numpy >= 1.0.3
 
+#https://bugzilla.redhat.com/show_bug.cgi?id=730661
+ExcludeArch:    ppc64
+
 %description
 The h5py package provides both a high- and low-level interface to the
 HDF5 library from Python. The low-level interface is intended to be a
@@ -66,6 +69,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/%{name}-%{version}-*.egg-info/
 
 %changelog
+* Mon Aug 15 2011 Steve Traylen <steve.traylen at cern.ch> - 1.3.1-6
+- Some hdf problem with ppc64. ExcludeArch
+
 * Mon Aug 15 2011 Steve Traylen <steve.traylen at cern.ch> - 1.3.1-5
 - Change sphinx theme to sphinxdoc since available on EPEL6.
 


More information about the scm-commits mailing list