<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/6ff11ae4d4f9c64da34f49ac97441e51317ab66e">https://github.com/macports/macports-ports/commit/6ff11ae4d4f9c64da34f49ac97441e51317ab66e</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 6ff11ae  fftw-3: Add variant +threads for OpenMP support.
</span>6ff11ae is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6ff11ae4d4f9c64da34f49ac97441e51317ab66e
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Sun Oct 13 21:04:26 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    fftw-3: Add variant +threads for OpenMP support.
</span>---
 math/fftw-3/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/fftw-3/Portfile b/math/fftw-3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index becffb1..074bb7d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/fftw-3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/fftw-3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +42,10 @@ checksums           rmd160  ce2d1c266a13c96af85d51d75252417458947dc6 \
</span>                     sha256  6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303 \
                     size    4110137
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant threads description {Add OpenMP support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append --enable-openmp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant pfft_patches description {Apply patches recommended for use as dependency of pfft port} {
     if {![mpi_variant_isset]} {
         ui_warn "Variant +pfft_patches has no effect without setting an MPI variant."
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -212,7 +216,7 @@ if {[fortran_variant_isset]} {
</span>     configure.args-delete --disable-fortran
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# this is put at the bottom to run last (after the sub-port have done their own
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# this is put at the bottom to run last (after the sub-ports have done their own
</span> # logic)
 pre-configure {
     if {[mpi_variant_isset]} {
</pre><pre style='margin:0'>

</pre>