We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5cfdf commit 77c65caCopy full SHA for 77c65ca
easybuild/easyblocks/l/llvm.py
@@ -945,9 +945,9 @@ def install_step(self):
945
946
super(EB_LLVM, self).install_step()
947
948
- def post_install_step(self):
+ def post_processing_step(self):
949
"""Install python bindings."""
950
- super(EB_LLVM, self).post_install_step()
+ super(EB_LLVM, self).post_processing_step()
951
952
# copy Python bindings here in post-install step so that it is not done more than once in multi_deps context
953
if self.cfg['python_bindings']:
0 commit comments