Skip to content

Commit 5b4b93c

Browse files
committed
GROMACS: fix native PLUMED support instead of patching
1 parent 1e1aa0b commit 5b4b93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/easyblocks/g/gromacs.py

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

393393
# Now patch GROMACS for PLUMED before cmake
394-
if plumed_root:
394+
if plumed_root and plumed_patches:
395395
if gromacs_version >= '5.1':
396396
# Use shared or static patch depending on
397397
# setting of self.cfg['build_shared_libs']

0 commit comments

Comments
 (0)