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

hotfixes for bugs in develop #158

Merged
merged 1 commit into from
Aug 25, 2012
Merged

hotfixes for bugs in develop #158

merged 1 commit into from
Aug 25, 2012

Conversation

boegel
Copy link
Member

@boegel boegel commented Aug 25, 2012

Fix bugs introduced in #106 and #87.

EB_ifort was using incorrect class for icc;
EasyBuild was exiting when no easyblock was found instead of falling back to Application class as a default

…icc, EasyBuild was exiting when no easyblock was found instead of falling back to Application class as a default
@boegel
Copy link
Member Author

boegel commented Aug 25, 2012

ran into these bugs when running a regression test, so merging these in as hotfixes

boegel added a commit that referenced this pull request Aug 25, 2012
hotfixes for bugs in develop
@boegel boegel merged commit 3798342 into easybuilders:develop Aug 25, 2012
@@ -1589,7 +1589,7 @@ def get_class(easyblock, log, name=None):
except ImportError, err:
# No easyblock could be found, so fall back to default class.

log.error("Failed to import easyblock for %s, falling back to default %s class: erro: %s" % \
Copy link
Contributor

Choose a reason for hiding this comment

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

Should at least be warning?

Copy link
Member Author

Choose a reason for hiding this comment

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

OK, will change.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in 568e3aa, coming up in a future pull request.

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.

2 participants