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
Tk only installs an executable named "wish8.6", but other software (e.g. FSL) usually looks for just "wish" without the version number. OS packages from e.g. RHEL also install a "wish" executable instead of the versioned one, so with this change, the EasyConfig creates a symlink in the bin dir from "wish" -> "wish8.6".
Test report by @boegel SUCCESS
Build succeeded for 4 out of 4 (4 easyconfigs in this PR)
node2419.golett.os - Linux centos linux 7.5.1804, Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz, Python 2.7.5
See https://gist.github.com/168ba9c6930b42c16de3eb471ec7c31e for a full test report.
Test report by @boegel SUCCESS
Build succeeded for 4 out of 4 (4 easyconfigs in this PR)
node3101.skitty.os - Linux centos linux 7.5.1804, Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz, Python 2.7.5
See https://gist.github.com/19d04d92e55310e3b67d0881ba643dc3 for a full test report.
Test report by @boegel SUCCESS
Build succeeded for 4 out of 4 (4 easyconfigs in this PR)
gligar01.gligar.os - Linux centos linux 7.5.1804, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/e5996ebf1371535f73659e528cb85f2d 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.
Tk only installs an executable named "wish8.6", but other software (e.g. FSL) usually looks for just "wish" without the version number. OS packages from e.g. RHEL also install a "wish" executable instead of the versioned one, so with this change, the EasyConfig creates a symlink in the bin dir from "wish" -> "wish8.6".