Currently the EasyBlock accesses the installdir and builddir variable at the __init__ causing this values to not be properly set when used as a Bundle compoent
Thanks to @bedroge for the report and investigation
https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/generic/bundle.py#L261
Fix will require moving all configurations pertaining to this variable to be moved in the configure_step
Currently the EasyBlock accesses the
installdirandbuilddirvariable at the__init__causing this values to not be properly set when used as aBundlecompoentThanks to @bedroge for the report and investigation
https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/generic/bundle.py#L261
Fix will require moving all configurations pertaining to this variable to be moved in the
configure_step