Skip to content

Commit

Permalink
get it the right way round!
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Sep 4, 2024
1 parent c13ccec commit 039a607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/o/openfoam.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def sanity_check_step(self):
if self.looseversion < LooseVersion("11"):
tools.append("buoyantFoam")
tools.append("reactingFoam")
if self.is_dot_org and self.looseversion < LooseVersion("12"):
if self.is_dot_org and self.looseversion >= LooseVersion("12"):
tools.remove("modifyMesh")

bins = [os.path.join(self.openfoamdir, "bin", x) for x in ["paraFoam"]] + \
Expand Down

0 comments on commit 039a607

Please sign in to comment.