Add support for riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-06-03 10:22:24 +03:00
parent c0794376da
commit 118e3685e8
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ExcludeArch: %{ix86}
Name: gdl
Version: 1.0.2
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: GNU Data Language
License: GPL-2.0-or-later
@ -225,6 +225,9 @@ failing_tests="test_l64"
%ifarch ppc64le
failing_tests="test_(byte_conversion|bytscl|finite|matrix_multiply)"
%endif
%ifarch riscv64
failing_tests="test_(byte_conversion|bytscl|finite)"
%endif
%ifarch s390x
# test_hdf5 - https://github.com/gnudatalanguage/gdl/issues/1488
failing_tests="test_(byte_conversion|bytsc|hdf5)"
@ -252,6 +255,9 @@ cat xorg.log
%changelog
* Sat Jun 03 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.0.2-1.0.riscv64
- Add support for riscv64
* Sun Jan 22 2023 Orion Poplawski <orion@nwra.com> - 1.0.2-1
- Update to 1.0.2
- Use SPDX License tag