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

Revert "Merge pull request #73 from nudded/346-check-loaded-modules" #76

Merged
merged 1 commit into from
Aug 13, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions easybuild/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,6 @@ def main():
if options.strict:
filetools.strictness = options.strict

# Check if any modules are loaded which could influence the build process
bad_keys = ["$%s" % key for key in os.environ if key.startswith("SOFTROOT")]
if bad_keys:
log.error("You have some easybuild modules loaded: %s are set in your environment" % bad_keys)

if options.job:
submit_build_job(log)
log.info("submitted job, exiting now")
Expand Down