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

modeller easyblock #392

Merged
merged 10 commits into from Sep 8, 2014
Merged

modeller easyblock #392

merged 10 commits into from Sep 8, 2014

Conversation

pescobar
Copy link
Member

No description provided.


from easybuild.framework.easyblock import EasyBlock
from easybuild.tools.filetools import run_cmd_qa
from easybuild.framework.easyconfig import CUSTOM
Copy link
Member

Choose a reason for hiding this comment

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

put these in alphabetical order

@wpoely86
Copy link
Member

Looks good

def extra_options():
"""Add extra easyconfig parameters custom to Modeller"""
extra_vars = {
'LICENSEKEY': ["", "Specify the modeller license key", CUSTOM],
Copy link
Member

Choose a reason for hiding this comment

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

hmm, I would rather like to see this as a generic easyconfig parameter license_key, next to the existing license_file and license_server, since it's a generic concept

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know exactly what you mean...

Copy link
Member

Choose a reason for hiding this comment

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

we should add license_key as an available easyconfig parameter in framework, rather than doing it only here in this easyblock...

@boegel
Copy link
Member

boegel commented Jul 6, 2014

@pescobar: ping on these remarks?

@boegel
Copy link
Member

boegel commented Sep 6, 2014

@pescobar: ping wrt resolving remarks?

@pescobar
Copy link
Member Author

pescobar commented Sep 6, 2014

@boegel I will take a look at this on monday

@boegel
Copy link
Member

boegel commented Sep 8, 2014

tested with easybuilders/easybuild-easyconfigs#825, looking excellent now, going in

Thanks @pescobar!

boegel added a commit that referenced this pull request Sep 8, 2014
@boegel boegel merged commit 829d4dd into easybuilders:develop Sep 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants