Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R: upgrade to 4.4.1 #2022

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
if [ "${{ matrix.compiler }}" == "intel" ]; then
export SKIP_CI_SPECS="${{ env.SKIP_CI_SPECS }} components/serial-libs/openblas/SPECS/openblas.spec"
export SKIP_CI_SPECS="${SKIP_CI_SPECS} components/dev-tools/scipy/SPECS/python-scipy.spec"
export SKIP_CI_SPECS="${SKIP_CI_SPECS} components/serial-libs/R/SPECS/R.spec"
fi
. /etc/profile.d/lmod.sh
tests/ci/run_build.py ohpc ${{ steps.files.outputs.added_modified }} --compiler-family ${{ matrix.compiler }}
Expand Down Expand Up @@ -141,6 +142,7 @@ jobs:
if [ "${{ matrix.compiler }}" == "intel" ]; then
export SKIP_CI_SPECS="${SKIP_CI_SPECS} components/serial-libs/openblas/SPECS/openblas.spec"
export SKIP_CI_SPECS="${SKIP_CI_SPECS} components/dev-tools/scipy/SPECS/python-scipy.spec"
export SKIP_CI_SPECS="${SKIP_CI_SPECS} components/serial-libs/R/SPECS/R.spec"
fi
. /etc/profile.d/lmod.sh
chown ohpc -R tests
Expand Down
2 changes: 1 addition & 1 deletion components/serial-libs/R/SPECS/R.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requires: openblas-%{compiler_family}%{PROJ_DELIM}

Name: %{pname}-%{compiler_family}%{PROJ_DELIM}
Release: 1%{?dist}
Version: 4.2.1
Version: 4.4.1
Source0: https://cran.r-project.org/src/base/R-4/R-%{version}.tar.gz
Url: http://www.r-project.org/
Summary: R is a language and environment for statistical computing and graphics (S-Plus like).
Expand Down
Loading