Some hdf problem with ppc64. ExcludeArch

This commit is contained in:
Steve Traylen 2011-08-15 11:46:28 +02:00
parent 10af0befcb
commit 8051a79753
1 changed files with 7 additions and 1 deletions

View File

@ -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@cern.ch> - 1.3.1-6
- Some hdf problem with ppc64. ExcludeArch
* Mon Aug 15 2011 Steve Traylen <steve.traylen@cern.ch> - 1.3.1-5
- Change sphinx theme to sphinxdoc since available on EPEL6.