Skip to content

Commit f96f352

Browse files
committed
GROMACS: fix native PLUMED support instead of patching
1 parent e2df627 commit f96f352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

easybuild/easyblocks/g/gromacs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def configure_step(self):
385385
self.cfg.update('configopts', "-DPython3_FIND_VIRTUALENV=STANDARD")
386386

387387
# Now patch GROMACS for PLUMED before cmake
388-
if plumed_root:
388+
if plumed_root and plumed_patches:
389389
if gromacs_version >= '5.1':
390390
# Use shared or static patch depending on
391391
# setting of self.cfg['build_shared_libs']

0 commit comments

Comments
 (0)