- Update debian source

- Add patch for aarch64 support (bug #925545)
epel9
Orion Poplawski 11 years ago
parent 362461d523
commit a77fb8a14d

1
.gitignore vendored

@ -9,3 +9,4 @@ hdf5-1.8.5.tar.bz2
/hdf5_1.8.10-patch1-1.debian.tar.gz /hdf5_1.8.10-patch1-1.debian.tar.gz
/hdf5-1.8.12.tar.bz2 /hdf5-1.8.12.tar.bz2
/hdf5_1.8.12-1.debian.tar.gz /hdf5_1.8.12-1.debian.tar.gz
/hdf5_1.8.12-4.debian.tar.gz

File diff suppressed because it is too large Load Diff

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

@ -1,2 +1,3 @@
03ad766d225f5e872eb3e5ce95524a08 hdf5-1.8.12.tar.bz2 03ad766d225f5e872eb3e5ce95524a08 hdf5-1.8.12.tar.bz2
28adeabb6b0179e62d82110450935487 hdf5_1.8.12-1.debian.tar.gz 28adeabb6b0179e62d82110450935487 hdf5_1.8.12-1.debian.tar.gz
918828a109a7c4ee0639a7515fcfb1e0 hdf5_1.8.12-4.debian.tar.gz

Loading…
Cancel
Save