Skip to content

Commit

Permalink
Fixing test EasyConfigs to match test framework requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Machado committed Dec 19, 2024
1 parent 8e4cacd commit 1d50f35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions test/framework/easyconfigs/test_ecs/r/R/R-4.3.3-gfbf-2023b.eb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name = 'R'
version = '4.3.3'

# should be "EB_R", but OK for testing purposes
easyblock = 'EB_toy'

homepage = 'https://www.r-project.org/'
description = """R is a free software environment for statistical computing
and graphics."""
Expand Down Expand Up @@ -52,10 +55,6 @@ configopts = "--with-pic --enable-threads --enable-R-shlib"
# we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

exts_default_options = {
'source_urls': [
'https://cran.r-project.org/src/contrib/Archive/%(name)s', # package archive
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name = 'R'
version = '4.3.3'

# should be "EB_R", but OK for testing purposes
easyblock = 'EB_toy'

homepage = 'https://www.r-project.org/'
description = """R is a free software environment for statistical computing
and graphics."""
Expand Down Expand Up @@ -52,10 +55,6 @@ configopts = "--with-pic --enable-threads --enable-R-shlib"
# we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

exts_default_options = {
'source_urls': [
'https://cran.r-project.org/src/contrib/Archive/%(name)s', # package archive
Expand Down

0 comments on commit 1d50f35

Please sign in to comment.