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

rename R bindings for Arrow to arrow-R, so it can be used in a lowercase module naming scheme #14262

Merged
merged 1 commit into from
Nov 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'