From 5c24d5ea2256f2e7318ae1e6b388e36832764027 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Thu, 21 Oct 2021 21:45:14 +0200 Subject: [PATCH] add compiler/parallel/tcltk R libraries included in base installation to extensions in R 4.x easyconfigs using foss toolchain --- easybuild/easyconfigs/r/R/R-4.0.0-foss-2020a.eb | 6 ++++++ easybuild/easyconfigs/r/R/R-4.0.3-foss-2020b.eb | 6 ++++++ easybuild/easyconfigs/r/R/R-4.0.4-foss-2020b.eb | 6 ++++++ easybuild/easyconfigs/r/R/R-4.0.5-foss-2020b.eb | 6 ++++++ easybuild/easyconfigs/r/R/R-4.1.0-foss-2021a.eb | 6 ++++++ 5 files changed, 30 insertions(+) diff --git a/easybuild/easyconfigs/r/R/R-4.0.0-foss-2020a.eb b/easybuild/easyconfigs/r/R/R-4.0.0-foss-2020a.eb index e4788de50efb..9afb0e13b613 100644 --- a/easybuild/easyconfigs/r/R/R-4.0.0-foss-2020a.eb +++ b/easybuild/easyconfigs/r/R/R-4.0.0-foss-2020a.eb @@ -77,15 +77,21 @@ exts_default_options = { # !! order of packages is important !! # packages updated on 23 July 2020 exts_list = [ + # include packages that are part of the base installation of R, + # both to make sure they are available (via sanity check), + # and to be able to pass the check for required dependencies when installing extensions in parallel 'base', + 'compiler', 'datasets', 'graphics', 'grDevices', 'grid', 'methods', + 'parallel', 'splines', 'stats', 'stats4', + 'tcltk', 'tools', 'utils', ('Rmpi', '0.6-9', { diff --git a/easybuild/easyconfigs/r/R/R-4.0.3-foss-2020b.eb b/easybuild/easyconfigs/r/R/R-4.0.3-foss-2020b.eb index d8bbd8572a8f..3226ee0f4bcb 100644 --- a/easybuild/easyconfigs/r/R/R-4.0.3-foss-2020b.eb +++ b/easybuild/easyconfigs/r/R/R-4.0.3-foss-2020b.eb @@ -74,15 +74,21 @@ exts_default_options = { # !! order of packages is important !! # packages updated on 10 Nov 2020 exts_list = [ + # include packages that are part of the base installation of R, + # both to make sure they are available (via sanity check), + # and to be able to pass the check for required dependencies when installing extensions in parallel 'base', + 'compiler', 'datasets', 'graphics', 'grDevices', 'grid', 'methods', + 'parallel', 'splines', 'stats', 'stats4', + 'tcltk', 'tools', 'utils', ('Rmpi', '0.6-9', { diff --git a/easybuild/easyconfigs/r/R/R-4.0.4-foss-2020b.eb b/easybuild/easyconfigs/r/R/R-4.0.4-foss-2020b.eb index e3dbbcb551dc..26d6cbdb27be 100644 --- a/easybuild/easyconfigs/r/R/R-4.0.4-foss-2020b.eb +++ b/easybuild/easyconfigs/r/R/R-4.0.4-foss-2020b.eb @@ -81,15 +81,21 @@ exts_default_options = { # !! order of packages is important !! # packages updated on 08 Mar 2021 exts_list = [ + # include packages that are part of the base installation of R, + # both to make sure they are available (via sanity check), + # and to be able to pass the check for required dependencies when installing extensions in parallel 'base', + 'compiler', 'datasets', 'graphics', 'grDevices', 'grid', 'methods', + 'parallel', 'splines', 'stats', 'stats4', + 'tcltk', 'tools', 'utils', ('Rmpi', '0.6-9.1', { diff --git a/easybuild/easyconfigs/r/R/R-4.0.5-foss-2020b.eb b/easybuild/easyconfigs/r/R/R-4.0.5-foss-2020b.eb index d1f3feab30c2..febdb0ca5e7b 100644 --- a/easybuild/easyconfigs/r/R/R-4.0.5-foss-2020b.eb +++ b/easybuild/easyconfigs/r/R/R-4.0.5-foss-2020b.eb @@ -78,15 +78,21 @@ exts_default_options = { # !! order of packages is important !! # packages updated on 07 Apr 2021 exts_list = [ + # include packages that are part of the base installation of R, + # both to make sure they are available (via sanity check), + # and to be able to pass the check for required dependencies when installing extensions in parallel 'base', + 'compiler', 'datasets', 'graphics', 'grDevices', 'grid', 'methods', + 'parallel', 'splines', 'stats', 'stats4', + 'tcltk', 'tools', 'utils', ('Rmpi', '0.6-9.1', { diff --git a/easybuild/easyconfigs/r/R/R-4.1.0-foss-2021a.eb b/easybuild/easyconfigs/r/R/R-4.1.0-foss-2021a.eb index 6a6012353a27..d50895fcfd06 100644 --- a/easybuild/easyconfigs/r/R/R-4.1.0-foss-2021a.eb +++ b/easybuild/easyconfigs/r/R/R-4.1.0-foss-2021a.eb @@ -79,15 +79,21 @@ exts_default_options = { # !! order of packages is important !! # packages updated on 3rd June 2021 exts_list = [ + # include packages that are part of the base installation of R, + # both to make sure they are available (via sanity check), + # and to be able to pass the check for required dependencies when installing extensions in parallel 'base', + 'compiler', 'datasets', 'graphics', 'grDevices', 'grid', 'methods', + 'parallel', 'splines', 'stats', 'stats4', + 'tcltk', 'tools', 'utils', ('Rmpi', '0.6-9.1', {