Fix tests for riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-03-28 12:35:23 +03:00
parent 460e61a342
commit ce6e2f90d2
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 6 additions and 3 deletions

View File

@ -14,7 +14,7 @@
Name: openbabel
Version: 3.1.1
Release: 17%{?dist}
Release: 17.0.riscv64%{?dist}
Summary: Chemistry software file format converter
License: GPLv2
URL: https://openbabel.org/
@ -280,8 +280,8 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
ctest3 -j1 --force-new-ctest-process -E 'test_cifspacegroup_1|test_cifspacegroup_2'
%else
# See https://github.com/openbabel/openbabel/issues/2138
%ifarch aarch64 %{arm} %{power64} s390x
ctest3 -j1 --force-new-ctest-process -E 'pybindtest_bindings|pybindtest_obconv_writers'
%ifarch aarch64 %{arm} %{power64} s390x riscv64
ctest3 -j1 --force-new-ctest-process -E 'pybindtest_bindings|pybindtest_obconv_writers' --timeout 6000
%else
ctest3 -j1 --force-new-ctest-process
%endif
@ -345,6 +345,9 @@ ctest3 -j1 --force-new-ctest-process
%{ruby_vendorarchdir}/openbabel.so
%changelog
* Tue Mar 28 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.1.1-17.0.riscv64
- Fix tests for riscv64
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild