Disable tests on riscv64 for now

[..]
GetSockInterfaceAddr(369)..........: gethostbyname failed, winterrose.scrye.com (errno 2)
[..]

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-10-09 21:20:44 +03:00
parent 3a285e327e
commit 07c0e4e947
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 9 additions and 1 deletions

View File

@ -60,7 +60,12 @@
%endif
%endif
%ifnarch riscv64
%bcond_without check
%else
# GetSockInterfaceAddr(369)..........: gethostbyname failed
%bcond_with check
%endif
%if %{with cmake}
# Enable CombBLAS support
@ -87,7 +92,7 @@ BuildRequires: metis-devel
Name: superlu_dist
Version: 8.1.0
Release: 2%{?dist}
Release: 2.0.riscv64%{?dist}
Epoch: 1
Summary: Solution of large, sparse, nonsymmetric systems of linear equations
@ -481,6 +486,9 @@ popd
%changelog
* Sun Oct 09 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1:8.1.0-2.0.riscv64
- Disable tests on riscv64 (gethostbyname failed)
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:8.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild