You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change is required to avoid that two different types of gettext are used as dependency in easyconfigs using a *-2018a toolchain, cfr. check being added in #5970 .
We usually refrain from updating dependencies in existing easyconfig files, but I consider it acceptable in this particular case.
This changes the git easyconfig contributed by @RvDijk in #5750, so it would be great to get some feedback from him on this change.
Test report by @boegel SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
node2050.delcatty.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/5242c734915a97e33ab01df3dd6cedc4 for a full test report.
Test report by @boegel SUCCESS
Build succeeded for 2 out of 2 (1 easyconfigs in this PR)
node2627.swalot.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/5b2b9895213f2b2d701fa20256458a36 for a full test report.
Test report by @vanzod SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
cermis - Linux debian 9.3, Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, Python 2.7.13
See https://gist.github.com/4cd5bc2d230a0c82e5a9717e17dff875 for a full test report.
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
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.
This change is required to avoid that two different types of
gettextare used as dependency in easyconfigs using a*-2018atoolchain, cfr. check being added in #5970 .We usually refrain from updating dependencies in existing easyconfig files, but I consider it acceptable in this particular case.
This changes the
giteasyconfig contributed by @RvDijk in #5750, so it would be great to get some feedback from him on this change.