- fix the compiler wrapper - s390x is 64-bit

This commit is contained in:
Dan Horák 2017-09-08 21:29:09 +02:00
parent 190e20a12c
commit 89c175cfa9
2 changed files with 6 additions and 3 deletions

4
h5comp
View File

@ -3,8 +3,8 @@
ARCH=$(uname -m)
case $ARCH in
x86_64 | ppc64 | ia64 | s390 ) BITS=64;;
* ) BITS=32;;
x86_64 | ppc64 | ia64 | s390x ) BITS=64;;
* ) BITS=32;;
esac
exec $0-${BITS} "$@"

View File

@ -7,7 +7,7 @@
# You need to recompile all users of HDF5 for each version change
Name: hdf5
Version: 1.8.18
Release: 10%{?dist}
Release: 11%{?dist}
Summary: A general purpose library and file format for storing scientific data
License: BSD
Group: System Environment/Libraries
@ -442,6 +442,9 @@ done
%changelog
* Fri Sep 08 2017 Dan Horák <dan[at]danny.cz> - 1.8.18-11
- fix the compiler wrapper - s390x is 64-bit
* Wed Aug 16 2017 Orion Poplawski <orion@cora.nwra.com> - 1.8.18-10
- Bump for rebuild