Skip to content

Commit

Permalink
Merge pull request easybuilders#21175 from branfosj/rstudio
Browse files Browse the repository at this point in the history
stop RStudio-Server 2023.09 from installing R packages (+ move to `foss/2023a` toolchain)
  • Loading branch information
boegel authored Aug 14, 2024
2 parents 46baccd + 271a36f commit e35fdb5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and then used with:
rserver ... --database-config-file="${MYTMP}/db.conf"
"""

toolchain = {'name': 'gfbf', 'version': '2023a'}
toolchain = {'name': 'foss', 'version': '2023a'}

source_urls = ['https://github.com/rstudio/rstudio/archive']
sources = ['v%(version)s.tar.gz']
Expand All @@ -36,6 +36,7 @@ dependencies = [
('Boost', '1.82.0'),
('Java', '11', '', SYSTEM),
('R', '4.3.2'),
('R-bundle-CRAN', '2023.12'),
('SOCI', '4.0.3'),
('yaml-cpp', '0.7.0'),
]
Expand All @@ -52,7 +53,6 @@ preconfigopts = " && ".join([
"./install-dictionaries",
"./install-mathjax",
"./install-pandoc",
"./install-packages",
"./install-panmirror",
"./install-npm-dependencies)",
""
Expand Down

0 comments on commit e35fdb5

Please sign in to comment.