Skip to content

Commit

Permalink
remove extra make_devel_module
Browse files Browse the repository at this point in the history
Why do we create it in the build dir anyway?
  • Loading branch information
JensTimmerman committed Aug 22, 2012
1 parent 64a2511 commit c8706a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions easybuild/framework/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,6 @@ def prepare(self):
"""
self.toolkit().prepare(self.getcfg('onlytkmod'))
self.startfrom()
self.make_devel_module(create_in_builddir=True)


def configure(self, cmd_prefix=''):
Expand Down Expand Up @@ -1117,7 +1116,7 @@ def make_module(self, fake=False):

return modpath

def make_devel_module(self, create_in_builddir=False):
def vim _module(self, create_in_builddir=False):
"""
Create a develop module file which sets environment based on the build
Usage: module load name, which loads the module you want to use. $EBDEVELNAME should then be the full path
Expand Down

0 comments on commit c8706a9

Please sign in to comment.