Fri, 29 Mar 2024 09:33:49 CST | login

Information for build R-4.2.3-1.rv64.fc38

ID51464
Package NameR
Version4.2.3
Release1.rv64.fc38
Epoch
Sourcegit+https://github.com/fedora-riscv/R.git#1ec48388b0a2bc55f83a158091e415cb2ccf624c
SummaryA language for data analysis and graphics
DescriptionThis is a metapackage that provides both core R userspace and all R development components. R is a language and environment for statistical computing and graphics. R is similar to the award-winning S system, which was developed at Bell Laboratories by John Chambers et al. It provides a wide variety of statistical and graphical techniques (linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, ...). R is designed as a true computer language with control-flow constructions for iteration and alternation, and it allows users to add additional functionality by defining new functions. For computationally intensive tasks, C, C++ and Fortran code can be linked and called at run time.
Built byliuyang
State complete
Volume DEFAULT
StartedTue, 23 May 2023 22:20:59 CST
CompletedWed, 24 May 2023 03:57:03 CST
Taskbuild (f38-build-side-42-init-devel, /fedora-riscv/R.git:1ec48388b0a2bc55f83a158091e415cb2ccf624c)
Extra{'source': {'original_url': 'git+https://github.com/fedora-riscv/R.git#1ec48388b0a2bc55f83a158091e415cb2ccf624c'}}
Tags
f38-build-side-42-init-devel
RPMs
src
R-4.2.3-1.rv64.fc38.src.rpm (info) (download)
riscv64
R-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
R-core-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
R-core-devel-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
R-devel-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
R-java-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
R-java-devel-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
libRmath-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
libRmath-devel-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
libRmath-static-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
R-core-debuginfo-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
R-debuginfo-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
R-debugsource-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
libRmath-debuginfo-4.2.3-1.rv64.fc38.riscv64.rpm (info) (download)
Logs
riscv64
state.log
installed_pkgs.log
build.log
hw_info.log
root.log
mock_output.log
Changelog * Tue May 23 2023 Liu Yang <Yang.Liu.sn@gmail.com> - 4.2.3-1.rv64 - Fix build on riscv64 * Wed Mar 15 2023 Iñaki Úcar <iucar@fedoraproject.org> - 4.2.3-1 - Update to 4.2.3 - Adapt license tag to SPDX * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 4.2.2-6 - Rebuild for ICU 72 * Sun Nov 06 2022 Iñaki Úcar <iucar@fedoraproject.org> - 4.2.2-5 - Revert inadvertent change to BLAS condition * Sat Nov 05 2022 Iñaki Úcar <iucar@fedoraproject.org> - 4.2.2-4 - Remove FlexiBLAS workaround, now officially supported - Re-enable tests in all platforms - Fix LTO flag once and for all (thanks, Mattias) * Sat Nov 05 2022 Iñaki Úcar <iucar@fedoraproject.org> - 4.2.2-3 - Let R find its way into Java instead of specifying too many possible paths * Fri Nov 04 2022 Iñaki Úcar <iucar@fedoraproject.org> - 4.2.2-2 - Move Java configuration to the build phase - Remove javareconf from posttrans scriptlets - Remove noreplace from javaconf file - Rename LTO flag to avoid conflicts with bcond - Simplify default R_LIBS_SITE cleanup - Update old _pkgdocdir specification * Mon Oct 31 2022 Iñaki Úcar <iucar@fedoraproject.org> - 4.2.2-1 - Update to 4.2.2 - Run new compact-pdf target - Remove obsolete MAKEINFO and texinfo hack - Re-enable tests * Fri Sep 23 2022 Iñaki Úcar <iucar@fedoraproject.org> - 4.2.1-5 - Add flexiblas to LAPACK_LIBS - Remove java_arches backport, already available in EPEL 8 * Tue Aug 23 2022 Iñaki Úcar <iucar@fedoraproject.org> - 4.2.1-4 - Remove ancient (RHEL 5/6) zlibhack - Remove conditional paths for ancient RHEL (< 8) and Fedora (< 32) - Simplify Java and LTO handling - Simplify BLAS configuration, use openblas-openmp if flexiblas is not available - Cleanup Requires and BuildRequires + sorting + indentation - Remove unused files and patches - Remove redundant flags * Mon Aug 08 2022 Tom Callaway <spot@fedoraproject.org> - 4.2.1-3 - fix issue where Renviron was setting R_LIBS_SITE to an empty string, which makes it hard to find Fedora's noarch packages being installed into /usr/share. * Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 4.2.1-2 - Rebuilt for ICU 71.1 * Wed Jul 27 2022 Tom Callaway <spot@fedoraproject.org> - 4.2.1-1 - update to 4.2.1 - disable the R test suite due to unknown failures on i686/x86_64 in koji (and only in koji) * Mon Jul 25 2022 Tom Callaway <spot@fedoraproject.org> - 4.1.3-3 - add new "usejava" conditional - do not "usejava" when Fedora >= 37 and i686 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Mar 19 2022 Tom Callaway <spot@fedoraproject.org> - 4.1.3-1 - update to 4.1.3 * Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 4.1.2-4 - Rebuilt for java-17-openjdk as system jdk * Wed Jan 26 2022 Tom Callaway <spot@fedoraproject.org> - 4.1.2-3 - disable _package_note_flags because it breaks R modules * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Nov 03 2021 Tom Callaway <spot@fedoraproject.org> - 4.1.2-1 - update to 4.1.2 * Fri Oct 29 2021 Iñaki Úcar <iucar@fedoraproject.org> - 4.1.1-2 - Move javareconf to posttrans (bz 2009974) * Sat Aug 14 2021 Tom Callaway <spot@fedoraproject.org> - 4.1.1-1 - update to 4.1.1 * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jun 07 2021 Tom Callaway <spot@fedoraproject.org> - 4.1.0-1 - update to 4.1.0