We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83647f5 commit 5f7317bCopy full SHA for 5f7317b
easybuild/easyblocks/g/gromacs.py
@@ -391,7 +391,7 @@ def configure_step(self):
391
self.cfg.update('configopts', "-DPython3_FIND_VIRTUALENV=STANDARD")
392
393
# Now patch GROMACS for PLUMED before cmake
394
- if plumed_root:
+ if plumed_root and plumed_patches:
395
if gromacs_version >= '5.1':
396
# Use shared or static patch depending on
397
# setting of self.cfg['build_shared_libs']
0 commit comments