Skip to content

Commit

Permalink
Merge pull request #14189 from boegel/20211021214507_new_pr_R400
Browse files Browse the repository at this point in the history
add compiler/parallel/tcltk R libraries included in base installation to extensions in R 4.x easyconfigs using foss toolchain
  • Loading branch information
akesandgren authored Oct 22, 2021
2 parents a4081ef + 5c24d5e commit 92fea27
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-4.0.0-foss-2020a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-4.0.3-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-4.0.4-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-4.0.5-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-4.1.0-foss-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit 92fea27

Please sign in to comment.