|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
# You need to recompile all users of HDF5 for each version change
|
|
|
|
|
Name: hdf5
|
|
|
|
|
Version: 1.8.12
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: A general purpose library and file format for storing scientific data
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -14,9 +14,11 @@ URL: http://www.hdfgroup.org/HDF5/
|
|
|
|
|
Source0: http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%{version}%{?snaprel}/src/hdf5-%{version}%{?snaprel}.tar.bz2
|
|
|
|
|
Source1: h5comp
|
|
|
|
|
# For man pages
|
|
|
|
|
Source2: http://ftp.us.debian.org/debian/pool/main/h/hdf5/hdf5_%{version}-1.debian.tar.gz
|
|
|
|
|
Source2: http://ftp.us.debian.org/debian/pool/main/h/hdf5/hdf5_%{version}-4.debian.tar.gz
|
|
|
|
|
Patch0: hdf5-LD_LIBRARY_PATH.patch
|
|
|
|
|
Patch1: hdf5-1.8.8-tstlite.patch
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=925545
|
|
|
|
|
Patch2: hdf5-aarch64.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: krb5-devel, openssl-devel, zlib-devel, gcc-gfortran, time
|
|
|
|
|
# Needed for mpi tests
|
|
|
|
@ -147,6 +149,7 @@ HDF5 parallel openmpi static libraries
|
|
|
|
|
# the tstlite test fails with "stack smashing detected" on these arches
|
|
|
|
|
%patch1 -p1 -b .tstlite
|
|
|
|
|
%endif
|
|
|
|
|
%patch2 -p1 -b .aarch64
|
|
|
|
|
#This should be fixed in 1.8.7
|
|
|
|
|
find \( -name '*.[ch]*' -o -name '*.f90' -o -name '*.txt' \) -exec chmod -x {} +
|
|
|
|
|
|
|
|
|
@ -400,6 +403,10 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 8 2014 Orion Poplawski <orion@cora.nwra.com> 1.8.12-2
|
|
|
|
|
- Update debian source
|
|
|
|
|
- Add patch for aarch64 support (bug #925545)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 27 2013 Orion Poplawski <orion@cora.nwra.com> 1.8.12-1
|
|
|
|
|
- Update to 1.8.12
|
|
|
|
|
|
|
|
|
|