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

add compiler/parallel/tcltk R libraries included in base installation to extensions in R 3.5.x and 3.6.x easyconfigs #14194

Merged
merged 1 commit into from Oct 23, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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