Skip to content

Commit

Permalink
Merge pull request #14194 from boegel/20211022173545_new_pr_R350
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 3.5.x and 3.6.x easyconfigs
  • Loading branch information
branfosj committed Oct 23, 2021
2 parents 7c39581 + ea7b130 commit 0a0ded5
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 0 deletions.
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-3.5.0-iomkl-2018a-X11-20180131.eb
Expand Up @@ -70,15 +70,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on June 20 2018
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-7', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-3.5.1-foss-2018b-Python-2.7.15.eb
Expand Up @@ -71,15 +71,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on Aug 17, 2018
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-7', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-3.5.1-foss-2018b.eb
Expand Up @@ -69,15 +69,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on Aug 17, 2018
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-7', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-3.5.1-intel-2018b.eb
Expand Up @@ -69,15 +69,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on Aug 17, 2018
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-7', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-3.6.0-foss-2019a.eb
Expand Up @@ -71,15 +71,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on June 7, 2019
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-3.6.0-intel-2019a.eb
Expand Up @@ -71,15 +71,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on June 7, 2019
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-3.6.2-foss-2019b.eb
Expand Up @@ -77,15 +77,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on 16 December 2019
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-3.6.2-intel-2019b.eb
Expand Up @@ -75,15 +75,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on 16 December 2019
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-3.6.3-foss-2020a.eb
Expand Up @@ -71,15 +71,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on 25 March 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

0 comments on commit 0a0ded5

Please sign in to comment.