Skip to content

Commit

Permalink
R: upgrade to 4.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Sep 23, 2024
1 parent 4bcb090 commit 52814c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 52814c1

Please sign in to comment.