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

rename easyconfig files according to standard #69

Merged
merged 3 commits into from
Aug 10, 2012

Conversation

nudded
Copy link

@nudded nudded commented Aug 9, 2012

tested with all current easyconfig files.

@@ -13,7 +13,7 @@ sources=['%s-%s.tgz'%(name.lower(),version)]
patches=['ecore-license-var.patch']

sanityCheckPaths = {
'files':["ecore.sh",'noarch/launch.sh'] + ['arch/linux-rh5-x86_64/bin/%s' % name for name in ['ismodeller', 'ecore', 'packer', 'PorenetworkExtraction', 'Poresim', 'unpacker' ]],
'files':["ecore.sh",'noarch/launch.sh'] + ['arch/linux-rh5-x86_64/bin/%s' % bin for bin in ['ismodeller', 'ecore', 'packer', 'PorenetworkExtraction', 'Poresim', 'unpacker' ]],
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cout not use 'name' here since it would overwrite the 'name' from the outer scope

Toon Willems added 2 commits August 10, 2012 15:17
Conflicts:
	easybuild/easyconfigs/b/BLACS/BLACS-1.1-GCC-4.6.3-MVAPICH2-1.7.eb
boegel added a commit that referenced this pull request Aug 10, 2012
rename easyconfig files according to standard
@boegel boegel merged commit eb5cb1a into easybuilders:develop Aug 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants