Compare commits

...

2 Commits

Author SHA1 Message Date
478154a09d
Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-06-25 13:30:40 +03:00
e886089f58
Disable tests on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-04-13 16:06:53 +03:00

View File

@ -4,11 +4,15 @@
%global pkg_name bifunctors
%global pkgver %{pkg_name}-%{version}
%ifnarch riscv64
%bcond_without tests
%else
%bcond_with tests
%endif
Name: ghc-%{pkg_name}
Version: 5.5.14
Release: %autorelease
Release: %autorelease -e 0.riscv64 -e rvre0
Summary: Bifunctors
License: BSD-3-Clause