<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/0f9e139389bc9747edee949d7fb53e9146fed7a5">https://github.com/macports/macports-ports/commit/0f9e139389bc9747edee949d7fb53e9146fed7a5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0f9e139389bc9747edee949d7fb53e9146fed7a5
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Apr 8 03:59:29 2021 -0700
<span style='display:block; white-space:pre;color:#404040;'> superlu_dist: turn off `-mtune=native` in default build
</span>---
math/superlu_dist/Portfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/superlu_dist/Portfile b/math/superlu_dist/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d43147759b9..0905af3beda 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/superlu_dist/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/superlu_dist/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,7 @@ PortGroup mpi 1.0
</span> PortGroup github 1.0
github.setup xiaoyeli superlu_dist 6.3.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories math
license BSD
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,8 +30,6 @@ mpi.setup require -fortran
</span>
depends_lib port:parmetis
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.mtune native
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> configure.args-append -DTPL_PARMETIS_INCLUDE_DIRS=${prefix}/include \
-DTPL_PARMETIS_LIBRARIES="${prefix}/lib/libparmetis.dylib\;${prefix}/lib/libmetis.dylib" \
-Denable_tests=OFF \
</pre><pre style='margin:0'>
</pre>