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

New feature: check if an extension is already being installed by a dependency #10

Conversation

victormachadoperez
Copy link
Collaborator

This PR depends on PR #5. Please, DO NOT MERGE this PR before merging PR #5

This feature prints on terminal the extensions in exts_list that are already installed by a dependency.
Output example:

== Checking installed extensions...

== credentials v2.0.2 in exts_list
== credentials v2.0.1 in dependency <path_to_dependency>

== zip v2.3.1 in exts_list
== zip v2.3.0 in dependency <path_to_dependency>

== INSTALLED EXTENSIONS CHECKED!

Steps to reproduce:

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 added 19 commits November 12, 2024 15:17
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.

1 participant