Enable testsuite again now that gcc fixes have landed

epel9
Kalev Lember 8 years ago
parent 7a28341939
commit 0b6d201ccb

@ -7,7 +7,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.18 Version: 1.8.18
Release: 4%{?dist} Release: 5%{?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
@ -276,12 +276,7 @@ rm ${RPM_BUILD_ROOT}%{_mandir}/man1/h5p[cf]c.1
%check %check
make -C build check \ make -C build check
%ifnarch ppc64le
;
%else
|| :
%endif
# disable parallel tests on s390(x) - something gets wrong in DNS resolver in glibc # disable parallel tests on s390(x) - something gets wrong in DNS resolver in glibc
# they are passed when run manually in mock # they are passed when run manually in mock
# testphdf5 is hanging on arm with openmpi # testphdf5 is hanging on arm with openmpi
@ -290,12 +285,7 @@ export HDF5_Make_Ignore=yes
for mpi in %{?mpi_list} for mpi in %{?mpi_list}
do do
module load mpi/$mpi-%{_arch} module load mpi/$mpi-%{_arch}
make -C $mpi check \ make -C $mpi check
%ifnarch ppc64le
;
%else
|| :
%endif
module purge module purge
done done
%endif %endif
@ -445,6 +435,9 @@ done
%changelog %changelog
* Sun Feb 05 2017 Kalev Lember <klember@redhat.com> - 1.8.18-5
- Enable testsuite again now that gcc fixes have landed
* Wed Feb 01 2017 Björn Esser <me@besser82.io> - 1.8.18-4 * Wed Feb 01 2017 Björn Esser <me@besser82.io> - 1.8.18-4
- Ignore testsuite on PPC64LE until GCC-7 is fixed - Ignore testsuite on PPC64LE until GCC-7 is fixed

Loading…
Cancel
Save