-
Notifications
You must be signed in to change notification settings - Fork 773
{bio,tools}[foss/2025b] arrow-R v22.0.0, R-bundle-Bioconductor v3.22 w/ R 4.5.2 #24469
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
Merged
boegel
merged 5 commits into
easybuilders:develop
from
branfosj:20251105171602_new_pr_arrow-R2200
Dec 29, 2025
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
194353c
adding easyconfigs: arrow-R-22.0.0-foss-2025b-R-4.5.2.eb, R-bundle-Bi…
branfosj 66d6455
remove no longer needed patch
branfosj 9d3e943
Merge branch 'develop' of https://github.com/easybuilders/easybuild-e…
SebastianAchilles 34902bc
checksum
branfosj 8ae2efe
Merge branch 'easybuilders:develop' into 20251105171602_new_pr_arrow-…
branfosj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
easybuild/easyconfigs/a/arrow-R/arrow-R-22.0.0-foss-2025b-R-4.5.2.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| easyblock = 'RPackage' | ||
|
|
||
| name = 'arrow-R' | ||
| version = '22.0.0' | ||
| versionsuffix = '-R-%(rver)s' | ||
|
|
||
| homepage = 'https://cran.r-project.org/web/packages/arrow' | ||
| description = "R interface to the Apache Arrow C++ library" | ||
|
|
||
| toolchain = {'name': 'foss', 'version': '2025b'} | ||
|
|
||
| source_urls = [ | ||
| '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 | ||
| ] | ||
| sources = ['arrow_%(version)s.tar.gz'] | ||
| checksums = ['6a864f5c8b2c77394de2ea8f9b8705b8163f0de00bcbfd1b4f393106fd8ea8ab'] | ||
|
|
||
| builddependencies = [ | ||
| ('pkgconf', '2.4.3'), | ||
| ] | ||
|
|
||
| dependencies = [ | ||
| ('R', '4.5.2'), | ||
| ('R-bundle-CRAN', '2025.11'), | ||
| ('Arrow', '22.0.0'), # arrow-R x.y.z[.N] only works with Arrow x.y.z | ||
| ] | ||
|
|
||
| preinstallopts = "export LIBARROW_BUILD=false && " | ||
|
|
||
| sanity_check_paths = { | ||
| 'files': [], | ||
| 'dirs': ['arrow'], | ||
| } | ||
|
|
||
| options = {'modulename': 'arrow'} | ||
|
|
||
| moduleclass = 'tools' | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.