Allow to keep the build dir after succesful build#853
Allow to keep the build dir after succesful build#853boegel merged 7 commits intoeasybuilders:developfrom
Conversation
Set the option cleanupbuild to False to keep the build dir after a succesful build. Can be helpfull for debugging purposes.
|
Shouldn't this be a command line option --cleanupbuilddir or --keepbuilddir (I like the 2nd one better, since that's the opposite of the default) instead? |
|
Commandline option is fine for me too. But that goes for all |
|
i agree with @boegel it makes not much sense as an easyconfig option (if the build dir is really needed after the installation to make the software work, i think that software needs a modified install step if buildininstalldir is not enough). |
Conflicts: easybuild/framework/easyconfig/default.py
sync with develop
…ommand line option, and enhance unit tests
replace 'cleanupbuild' easyconfig parameter by '--cleanup-builddir' command line option, and enhance unit tests
There was a problem hiding this comment.
s/run/build ?
It's cleaned after a sucessful build & install and not after a EB run?
There was a problem hiding this comment.
make it "Cleanup build dir after successful installation.", and I'll merge it in
|
Looks good |
|
@boegel ready |
|
Going in, thanks @wpoely86! |
Allow to keep the build dir after succesful build
Set the option cleanupbuild to False to keep the build dir after a
succesful build. Can be helpfull for debugging purposes.
I needed something like this to test the Clang eb.