Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 8fd56aa6c4
Bootstrap on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-10-10 15:18:41 +03:00
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
%bcond_with bootstrap
%bcond_without bootstrap
%global packname purrr
%global packver 0.3.4
@ -7,7 +7,7 @@
Name: R-%{packname}
Version: %{packver}
Release: 11%{?dist}
Release: 11.0.riscv64%{?dist}
Summary: Functional Programming Tools
License: GPLv3
@ -81,6 +81,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
%changelog
* Mon Oct 10 2022 David Abdurachmanov <davidlt@rivosinc.com> - 0.3.4-11.0.riscv64
- Bootstrap on riscv64
* Thu Sep 1 2022 Tom Callaway <spot@fedoraproject.org> - 0.3.4-11
- rebuild for R 4.2.1
- bootstrap on