Skip to content

Complete the exts_list to avoid missing deps issues #12

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

Open
wants to merge 87 commits into
base: develop
Choose a base branch
from

Conversation

macheitor
Copy link
Collaborator

Completes the exts_list for R packages adding dependencies on top of the extensions to avoid build issues.
Extensions installed by dependencies or build_dependencies are ignored.
Blacklisted extensions, such as base R packages, are ignored too.

Steps for development:

git clone -b easybuild-update-integration https://github.com/HPCNow/easybuild-framework_2024.git
cd easybuild-framework_2024
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
pip install easybuild-easyblocks easybuild-easyconfigs
pip install -e .
python3 easybuild/main.py "your-eb-recipie-path" --check-installed-exts

Victor Machado and others added 30 commits October 28, 2024 12:28
…o-latest-bioconductor

Added support for bioconductor packages
Victor Machado and others added 30 commits November 27, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants