We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1aa0b commit 5b4b93cCopy full SHA for 5b4b93c
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