Skip to content

Commit

Permalink
Merge pull request #943 from wpoely86/intelcomp
Browse files Browse the repository at this point in the history
Prepare for components in imkl
  • Loading branch information
boegel committed May 31, 2016
2 parents 9062b5a + 06166cd commit 63863fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/i/imkl.py
Expand Up @@ -88,7 +88,7 @@ def install_step(self):
'license_file_name': LICENSE_FILE_NAME_2012,
}

if LooseVersion(self.version) >= LooseVersion('11.1'):
if LooseVersion(self.version) >= LooseVersion('11.1') and self.install_components is None:
silent_cfg_extras = {
'COMPONENTS': 'ALL',
}
Expand Down

0 comments on commit 63863fe

Please sign in to comment.