ukaea / paramak

Create parametric 3D fusion reactor CAD models
https://paramak.readthedocs.io/en/main/
36 stars 12 forks source link

mbsize and mbconvert commands not found in dockerimage #794

Closed shimwell closed 3 years ago

shimwell commented 3 years ago

I'm getting a command not recognised in the dockerimage for moab tools mbsize and mbconvert

I noticed that the moab bin folder is not added to the path so perhaps something like this should be added to the dockerfile

ENV PATH="/MOAB/build/bin:${PATH}"

shimwell commented 3 years ago

partly fixed by #795

mbsize is now being picked up

But I also noted that make_watertight is not in the Path

shimwell commented 3 years ago

should be fixed with #796