From 118e3685e8ef04fd5a2cb7647136c76d7b74d8c9 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 3 Jun 2023 10:22:24 +0300 Subject: [PATCH] Add support for riscv64 Signed-off-by: David Abdurachmanov --- gdl.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gdl.spec b/gdl.spec index d5a66f1..d60b4cb 100644 --- a/gdl.spec +++ b/gdl.spec @@ -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 - 1.0.2-1.0.riscv64 +- Add support for riscv64 + * Sun Jan 22 2023 Orion Poplawski - 1.0.2-1 - Update to 1.0.2 - Use SPDX License tag