On Fri, Jul 24, 2015 at 4:55 PM, <[email protected]> wrote: > > The first program is GROMACS that I need to patch with plumed. I need to have > the GROMACS files un-tared, and then run the plumed patch command in their > directory. During the patching plumed suggests several versions of GROMACS and > asks which one you are trying to patch. It expects the number of the correct > option as an answer.
I once started on this: https://github.com/hpcugent/easybuild-easyconfigs/pull/1218 My solution would be to generate the patch for plumed on GROMACS yourself and add that to EB, like in my PR. The downside is that this patch needs to be regenerate for every version change. You can write an easyblock to do this automatically but that's quite a bit of work and I didn't have the time for that. Ward

