diff --git a/easybuild/easyconfigs/a/arrow/arrow-0.17.1-foss-2020a-R-4.0.0.eb b/easybuild/easyconfigs/a/arrow-R/arrow-R-0.17.1-foss-2020a-R-4.0.0.eb similarity index 82% rename from easybuild/easyconfigs/a/arrow/arrow-0.17.1-foss-2020a-R-4.0.0.eb rename to easybuild/easyconfigs/a/arrow-R/arrow-R-0.17.1-foss-2020a-R-4.0.0.eb index 5540b658fe92..6118342e5aed 100644 --- a/easybuild/easyconfigs/a/arrow/arrow-0.17.1-foss-2020a-R-4.0.0.eb +++ b/easybuild/easyconfigs/a/arrow-R/arrow-R-0.17.1-foss-2020a-R-4.0.0.eb @@ -1,6 +1,6 @@ easyblock = 'RPackage' -name = 'arrow' +name = 'arrow-R' version = '0.17.1' versionsuffix = '-R-%(rver)s' @@ -10,7 +10,7 @@ description = "R interface to the Apache Arrow C++ library" toolchain = {'name': 'foss', 'version': '2020a'} source_urls = [ - 'https://cran.r-project.org/src/contrib/Archive/%(name)s', # package archive + 'https://cran.r-project.org/src/contrib/Archive/arrow', # package archive 'https://cran.r-project.org/src/contrib/', # current version of packages 'https://cran.freestatistics.org/src/contrib', # mirror alternative for current packages ] @@ -24,7 +24,9 @@ dependencies = [ sanity_check_paths = { 'files': [], - 'dirs': [name], + 'dirs': ['arrow'], } +options = {'modulename': 'arrow'} + moduleclass = 'tools'