Hi All,
On the Easybuild wiki page "Setting up own easyblock repository", it
instructs to
put __init__.py in the easybuild directory (e.g touch $MYEBDIR
/easybuild/__init__.py).
When I do that I get the following easybuild error.
Traceback (most recent call last):
File
"/hpc-common/software/easybuild/1.9.0/gcc/opt/lib/python2.7/site-packages/easybuild/main.py",
line 80, in <module>
from easybuild.tools.build_log import EasyBuildError, print_msg,
print_error, print_warning
ImportError: No module named tools.build_log
Removing __init__.py from the $MYEBDIR/easybuild directory works (i.e My
easyblocks can co-exist with the default Easybuild
easyblocks.)
Thanks,
Cormac.