<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/82038a36aaf7c84320fbbaffa0f818407218975e">https://github.com/macports/macports-ports/commit/82038a36aaf7c84320fbbaffa0f818407218975e</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 82038a3  gromacs: Fix +double. Fix livecheck. Fix comment typos.
</span>82038a3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 82038a36aaf7c84320fbbaffa0f818407218975e
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Fri Feb 9 11:28:51 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    gromacs: Fix +double. Fix livecheck. Fix comment typos.
</span>---
 science/gromacs/Portfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 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 f985852..1f9fc07 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;'>@@ -7,7 +7,7 @@ PortGroup           mpi 1.0
</span> PortGroup           linear_algebra 1.0
 
 name                gromacs
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            4
</span> version             5.1.4
 categories          science math
 license             LGPL-2.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -90,7 +90,7 @@ 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;'>-# in case gromacs is compiled with MPI, also enforce that plumed is complied with the same MPI variant:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# in case gromacs is compiled with MPI, also enforce that plumed is compiled with the same MPI variant:
</span>     if {[mpi_variant_isset]} {
       require_active_variants path:${prefix}/lib/libplumedKernel.dylib:plumed [mpi_variant_name]
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -102,7 +102,7 @@ subport gromacs-plumed {
</span>     pre-configure {
 # I need to execute with full path since PATH variable is not properly set here
 # Also notice that I am patching with runtime. Notice that 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# plumed compiled for MacPorts have the hardcoded path also in the runtime patch.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# plumed compiled for MacPorts has the hardcoded path also in the runtime patch.
</span> # This allows the user to work with MacPorts plumed and possibly
 # override the choice setting the PLUMED_KERNEL environment variable.
 # Also notice that gromacs version is hardcoded here. Plumed patch is not always
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -125,12 +125,12 @@ pre-configure {
</span>     configure.args-append      -DGMX_BLAS_USER="${linalglib}"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant double description "Build in double precision" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant double description "Build in double precision (much slower, use only if you really need it)" {
</span>     depends_lib-delete      port:fftw-3-single
     depends_lib-append      port:fftw-3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-double
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   -DGMX_DOUBLE:BOOL=ON
</span> }
 
 livecheck.type          regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url           ${homepage}Downloads
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url           http://ftp.gromacs.org/pub/gromacs/
</span> livecheck.regex         ${name}-(\[0-9.\]+)${extract.suffix}
</pre><pre style='margin:0'>

</pre>