fix easyblock for EasyBuild to support upgrade path to EasyBuild v2.0#573
fix easyblock for EasyBuild to support upgrade path to EasyBuild v2.0#573boegel merged 3 commits intoeasybuilders:masterfrom
Conversation
|
Refer to this link for build results (access rights to CI server needed): |
|
Jenkins: test this please |
|
Refer to this link for build results (access rights to CI server needed): |
|
looks fine, I'll keep looking at it though.. |
|
Jenkins: test this please |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
fix easyblock for EasyBuild to support upgrade path to EasyBuild v2.0
There was a problem hiding this comment.
I don't understand this one? If there is only 1 element and it's not vsc-base, we give an error and if it's vsc-base we do nothing?
There was a problem hiding this comment.
Yes, we basically don't care if vsc-base is not found. If it's needed (EB v2.x), it will be picked up when installing framework.
There was a problem hiding this comment.
Note that this is handled better in the current version of the EasyBuildMeta easyblock.
This patch is just to release EB v1.16.2, which is required to install EasyBuild v2.0.0 'offline' using EasyBuild (EB v1.16.1 doesn't work).
There was a problem hiding this comment.
maybe add a comment about that?
There was a problem hiding this comment.
Well, this version of the EasyBuildMeta easyblock is dead. The currently active version in develop is the one last tweaked in #567
The easyblock used for installing EasyBuild included in EasyBuild v1.16.1 is unaware of the extra
vsc-basecomponent in the upcoming EasyBuild v2.0.0. This PR fixes that issue, supporting an intermediate release EasyBuild v1.16.2 which does support upgrading to EasyBuild v2.0.0.