Compare commits

...

5 Commits
rawhide ... el6

Author SHA1 Message Date
Steve Traylen
29c22e241b Rebuild for numpy api. rhbz#1024950 2017-06-01 17:04:04 +02:00
Steve Traylen
2460eea202 Merge branch 'el6' of ssh://pkgs.fedoraproject.org/h5py into el6
Conflicts:
	h5py.spec
2011-08-15 11:49:51 +02:00
Steve Traylen
8051a79753 Some hdf problem with ppc64. ExcludeArch 2011-08-15 11:46:28 +02:00
Steve Traylen
10af0befcb Change sphinx theme to sphinxdoc since available on EPEL6. 2011-08-15 11:28:33 +02:00
Steve Traylen
613ac750f9 Change sphinx theme to sphinxdoc since available on EPEL6. 2011-08-15 10:53:37 +02:00

View File

@ -4,7 +4,7 @@
Summary: A Python interface to the HDF5 library
Name: h5py
Version: 1.3.1
Release: 4%{?dist}
Release: 7%{?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
@ -44,7 +47,7 @@ export CFLAGS="%{optflags} -fopenmp -llzf"
%{__python} setup.py build
# build docs
dir=$(basename build/lib.linux-*)
PYTHONPATH=$(pwd)/build/$dir make -C docs html
PYTHONPATH=$(pwd)/build/$dir make SPHINXOPTS="-D html_theme=sphinxdoc" -C docs html
rm -f docs/build/html/.buildinfo
%install
@ -66,6 +69,15 @@ rm -rf %{buildroot}
%{python_sitearch}/%{name}-%{version}-*.egg-info/
%changelog
* Thu Jun 1 2017 Steve Traylen <steve.traylen@cern.ch> - 1.3.1-7
- Rebuild for numpy api. rhbz#1024950
* 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.
* Mon May 23 2011 Terje Rosten <terje.rosten@ntnu.no> - 1.3.1-4
- add patch from Steve Traylen (thanks!) to use system liblzf