<pre style='margin:0'>
David Strubbe (dstrubbe) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/09152c245fcaac944750cea583ca089ff72b5abb">https://github.com/macports/macports-ports/commit/09152c245fcaac944750cea583ca089ff72b5abb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 09152c245fcaac944750cea583ca089ff72b5abb
</span>Author: Giovanni Bussi <giovanni.bussi@gmail.com>
AuthorDate: Fri Sep 15 21:04:39 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    Small fix to allow for multiple plumed versions
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    I made gromacs-plumed depend on installed files. This allows
</span><span style='display:block; white-space:pre;color:#404040;'>    to have alternative plumed versions (e.g. a plumed-devel subport)
</span><span style='display:block; white-space:pre;color:#404040;'>    and to make gromacs link with any of them.
</span>---
 science/gromacs/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gromacs/Portfile b/science/gromacs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ef410db..05bfae7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gromacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gromacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,8 +88,8 @@ subport gromacs-plumed {
</span>       THIS PORT INSTALLS A VERSION OF GROMACS PATCHED WITH PLUMED
     conflicts gromacs
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append   port:plumed
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append     port:plumed
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append   path:${prefix}/bin/plumed:plumed
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append     path:${prefix}/lib/libplumedKernel.dylib:plumed
</span>     mpi.enforce_variant plumed
     pre-configure {
 # I need to execute with full path since PATH variable is not properly set here
</pre><pre style='margin:0'>

</pre>