Compare commits
1 Commits
rawhide
...
main-riscv
Author | SHA1 | Date | |
---|---|---|---|
ca8968126b |
@ -16,7 +16,7 @@
|
||||
# You need to recompile all users of HDF5 for each version change
|
||||
Name: hdf5
|
||||
Version: 1.12.1
|
||||
Release: 10%{?dist}
|
||||
Release: 10.0.riscv64%{?dist}
|
||||
Summary: A general purpose library and file format for storing scientific data
|
||||
License: BSD
|
||||
URL: https://portal.hdfgroup.org/display/HDF5/HDF5
|
||||
@ -341,7 +341,7 @@ mv %{buildroot}%{_libdir}/libhdf5_java.so %{buildroot}%{_libdir}/%{name}/
|
||||
%endif
|
||||
|
||||
%check
|
||||
%ifarch %{ix86} s390x
|
||||
%ifarch %{ix86} s390x riscv64
|
||||
# i386: java TestH5Arw segfaults
|
||||
# s390x: Testing inserting objects to create first direct block in recursive indirect blocks five levels deep*FAILED*
|
||||
make -C build check || :
|
||||
@ -356,7 +356,7 @@ for mpi in %{?mpi_list}
|
||||
do
|
||||
module load mpi/$mpi-%{_arch}
|
||||
# i686 & s390x mpich - testphdf5: malloc.c:4189: _int_malloc: Assertion `(unsigned long) (size) >= (unsigned long) (nb)' failed.
|
||||
%ifarch armv7hl %{ix86} s390x
|
||||
%ifarch armv7hl %{ix86} s390x riscv64
|
||||
make -C $mpi check || :
|
||||
%else
|
||||
make -C $mpi check
|
||||
@ -543,6 +543,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 03 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.12.1-10.0.riscv64
|
||||
- Ignore testsuite failures on riscv64
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user