Skip to content

Commit

Permalink
Merge pull request #14262 from boegel/arrow-R
Browse files Browse the repository at this point in the history
rename R bindings for Arrow to arrow-R, so it can be used in a lowercase module naming scheme
  • Loading branch information
verdurin authored Nov 2, 2021
2 parents 0687e0c + dbce383 commit 0937cf1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
easyblock = 'RPackage'

name = 'arrow'
name = 'arrow-R'
version = '0.17.1'
versionsuffix = '-R-%(rver)s'

Expand All @@ -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
]
Expand All @@ -24,7 +24,9 @@ dependencies = [

sanity_check_paths = {
'files': [],
'dirs': [name],
'dirs': ['arrow'],
}

options = {'modulename': 'arrow'}

moduleclass = 'tools'

0 comments on commit 0937cf1

Please sign in to comment.