Skip to content

feat: install R via manylinux_2_34 tarball on RHEL 10#104

Draft
bschwedler wants to merge 1 commit into
enterprise-linux-ubi10from
enterprise-linux-ubi10-manylinux-r
Draft

feat: install R via manylinux_2_34 tarball on RHEL 10#104
bschwedler wants to merge 1 commit into
enterprise-linux-ubi10from
enterprise-linux-ubi10-manylinux-r

Conversation

@bschwedler

Copy link
Copy Markdown
Contributor

Switches the RHEL 10 Containerfile from r.run_install() to r.run_install_manylinux(). Standard dgoss now passes 30/30 with R 4.6.0 installed from the manylinux tarball. Depends on the images-shared macro PR.

Switches from r.run_install() (RPM path) to r.run_install_manylinux()
for RHEL 10 Standard builds. The RPM at cdn.posit.co/r/rhel-10/pkgs/
carries Requires: flexiblas-devel, which is not in the UBI-redistributable
CRB subset and blocks installation on ubi10/ubi.

The manylinux_2_34 tarballs at cdn.posit.co/r/manylinux_2_34/ are
self-contained, require glibc >= 2.34 (satisfied by RHEL 10), and
extract directly to /opt/R/{version}/ without touching the package
manager. dgoss passes 30/30 on Standard and 19/19 on Minimal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant