Conversation
| name = 'ConnectomeWorkbench' | ||
| version = '1.2.2' | ||
|
|
||
| homepage = 'http://www.humanconnectome.org/software/get-connectome-workbench.html' |
There was a problem hiding this comment.
http://www.humanconnectome.org/software/connectome-workbench.html looks better as homepage?
| sources = ['workbench-rh_linux64-v%(version)s.zip'] | ||
|
|
||
| modextrapaths = {'PATH': 'bin_rh_linux64', 'LIBRARY_PATH': 'libs_rh_linux64', | ||
| 'LD_LIBRARY_PATH': 'libs_rh_linux64'} |
There was a problem hiding this comment.
please fix formatting:
modextrapaths = {
'LD_LIBRARY_PATH': 'libs_rh_linux64',
'LIBRARY_PATH': 'libs_rh_linux64',
'PATH': 'bin_rh_linux64',
}|
@boegel Updated the suggested changes. |
| modextrapaths = { | ||
| 'PATH': 'bin_rh_linux64', | ||
| 'LIBRARY_PATH': 'libs_rh_linux64', | ||
| 'LD_LIBRARY_PATH': 'libs_rh_linux64'} |
There was a problem hiding this comment.
@rtripath89 please move the } to the next line:
modextrapaths = {
...
'PATH': 'bin_rh_linux64',
}|
Test report by @boegel |
|
lgtm |
|
Test report by @boegel |
|
Going in, thanks @rtripath89! |
No description provided.