<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/90a4348eb17e2ef02add9e767651408f695212f1">https://github.com/macports/macports-ports/commit/90a4348eb17e2ef02add9e767651408f695212f1</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 90a4348  root6: turn off by default veccore
</span>90a4348 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 90a4348eb17e2ef02add9e767651408f695212f1
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Jun 18 23:42:59 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    root6: turn off by default veccore
</span>---
 science/root6/Portfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/root6/Portfile b/science/root6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bfbfc73..c4683ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/root6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/root6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -667,12 +667,11 @@ if { ${active_clang_variant} != "" } {
</span> }
 
 # Enable variants that only seem to work when not using macports clang...
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if [expr ![string match macports-clang-* ${configure.compiler}] ] {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +veccore
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #default_variants-append +davix
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#if [expr ![string match macports-clang-* ${configure.compiler}] ] {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#    default_variants-append +veccore
</span> #} else {
 #    default_variants-append +cxx14
<span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#}
</span> 
 # ========================================================================================
 # Following is for fortran support
</pre><pre style='margin:0'>

</pre>