On Thu, Jun 4, 2015 at 10:35 AM, Backeljauw Franky <[email protected]> wrote: > I found another example in the EasyConfig for > DOLFIN-1.0.0-ictce-4.0.6-Python-2.7.3.eb, which has (among others): > > toolchain = {'name': 'ictce', 'version': '4.0.6’} > dependencies = [ > ('MTL4', '4.0.8878', '', True), > ] > > > but when doing “eb —dry-run” we see: > > * [ ] easybuild/easyconfigs/m/MTL4/MTL4-4.0.8878.eb (module: MTL4/4.0.8878) > > > So shouldn’t it be just the opposite?
The `True` is a short cut for: use the dummy toolchain. So you get exactly what you should get. Ward

