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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c7886c0ef5164f47c0c748ae3217976842b19beb">https://github.com/macports/macports-ports/commit/c7886c0ef5164f47c0c748ae3217976842b19beb</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 c7886c0ef51 xeus: diable -march=native
</span>c7886c0ef51 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c7886c0ef5164f47c0c748ae3217976842b19beb
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Nov 22 09:38:23 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    xeus: diable -march=native
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/61600
</span>---
 devel/xeus/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/xeus/Portfile b/devel/xeus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7774941d51a..fae751ef4b3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/xeus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/xeus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,4 +32,5 @@ depends_lib-append      port:cppzmq \
</span>                         path:lib/libssl.dylib:openssl \
                         port:xtl
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append   -DCMAKE_PREFIX_PATH=${prefix}/lib/cmake/xtl/xtlConfig.cmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   -DCMAKE_PREFIX_PATH=${prefix}/lib/cmake/xtl/xtlConfig.cmake \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DXEUS_DISABLE_ARCH_NATIVE=ON
</span></pre><pre style='margin:0'>

</pre>