Skip to content

Commit 02b00e7

Browse files
committed
Add IMKL_FFTW function back
1 parent 992698f commit 02b00e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

easybuild/easyblocks/i/imkl_fftw.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ def make_module_step(self, *args, **kwargs):
6161
"""
6262
return super(EB_imkl, self).make_module_step(*args, **kwargs)
6363

64+
def make_module_extra(self):
65+
"""Custom extra variables to set in module file"""
66+
# bypass extra module variables for imkl
67+
return super(EB_imkl, self).make_module_extra()
68+
6469
def post_processing_step(self):
6570
"""Custom post install step for imkl-FFTW"""
6671
# bypass post_processing_step of imkl easyblock

0 commit comments

Comments
 (0)