<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/383a9a9747a86d58ca58bdc08c29f64526c35d37">https://github.com/macports/macports-ports/commit/383a9a9747a86d58ca58bdc08c29f64526c35d37</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 383a9a9  octopus: Do not install yaml.h; remove pfft from +everything variant.
</span>383a9a9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 383a9a9747a86d58ca58bdc08c29f64526c35d37
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Mon Apr 23 17:04:00 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    octopus: Do not install yaml.h; remove pfft from +everything variant.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    There is no need to install yaml.h and it makes the port conflict with libyaml. Since +pfft is disabled, it shouldn't be required for the +everything variant.
</span>---
 science/octopus/Portfile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/octopus/Portfile b/science/octopus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1b97f4e..b506d33 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/octopus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/octopus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           linear_algebra 1.0
</span> 
 name                octopus
 version             7.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          science
 platforms           darwin
 license             GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -188,13 +189,19 @@ variant berkeleygw description {Build with BerkeleyGW output support} {
</span> variant everything_serial requires arpack etsf_io netcdf sparskit gdlib berkeleygw \
     description {Build with all available serial optional dependencies} { }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant everything requires everything_serial parpack scalapack parmetis pfft \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant everything requires everything_serial parpack scalapack parmetis \
</span>     description {Build with all available optional dependencies} { }
 
 variant maxdim4 description {Build with support for 4D calculations} {
     configure.args-append  --with-max-dim=4
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # FIXME upstream: shouldn't install this either
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#    ui_warn "delete ${destroot}/${prefix}/include/yaml.h"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    delete ${destroot}/${prefix}/include/yaml.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type      regex
 livecheck.url       ${homepage}/wiki/index.php/Main_Page
 livecheck.regex     ${name} (\[0-9.\]+)
</pre><pre style='margin:0'>

</pre>