<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/15c21b194376db5d06bf42bb817b481f2afa2f5e">https://github.com/macports/macports-ports/commit/15c21b194376db5d06bf42bb817b481f2afa2f5e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 15c21b194376db5d06bf42bb817b481f2afa2f5e
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Apr 7 05:06:41 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    superlu: turn off `-mtune=native` in default build
</span>---
 math/superlu/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/superlu/Portfile b/math/superlu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5ce3b6ed669..b7dc50cfa58 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/superlu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/superlu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup                   compilers  1.0
</span> 
 name                        superlu
 version                     5.2.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                    1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                    2
</span> categories                  math
 license                     BSD
 platforms                   darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,6 @@ worksrcdir                  SuperLU_${version}
</span> 
 patchfiles-append           patch-implicit.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.mtune             native
</span> compilers.setup             -fortran
 
 post-patch {
</pre><pre style='margin:0'>

</pre>