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

[REF] Refactor dependency checking logic for third party softwares #1105

Merged

Conversation

NicolasGensollen
Copy link
Member

Closes #820

This PR proposes to refactor the checking logic for third party dependencies, especially around SPM which was handled in very complicated ways with lots of code duplication.

This PR also solves the weird environment variable configuration which was required to use SPM standalone.
That is, it removes the need to specify a value for SPM_HOME. Only SPMSTANDALONE_HOME and MCR_HOME should be defined and point to the right locations.

Finally, this PR adds a lot of unit tests to improve the robustness of these functions.

@NicolasGensollen NicolasGensollen self-assigned this Mar 21, 2024
@NicolasGensollen NicolasGensollen added the enhancement New feature or request label Mar 21, 2024
@NicolasGensollen NicolasGensollen added this to the v0.8.0 milestone Mar 21, 2024
@NicolasGensollen NicolasGensollen marked this pull request as ready for review March 21, 2024 17:33
@NicolasGensollen NicolasGensollen merged commit a3ace18 into aramis-lab:dev Mar 21, 2024
15 of 16 checks passed
@NicolasGensollen NicolasGensollen deleted the refactor-dependency-checking branch March 21, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide better documentation for SPM standalone setup
1 participant