<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0c7f7c966283cd32f7910b3ad4189b667cd189da">https://github.com/macports/macports-ports/commit/0c7f7c966283cd32f7910b3ad4189b667cd189da</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 0c7f7c96628 py-pytorch: use -Wno-error, for no-bitwise-instead-of-logical See: https://github.com/macports/macports-ports/commit/be5cf4a21f14f2df6d65da41bc596ace97126785 Fixes: https://trac.macports.org/ticket/65682
</span>0c7f7c96628 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 0c7f7c966283cd32f7910b3ad4189b667cd189da
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Aug 25 14:08:24 2022 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-pytorch: use -Wno-error, for no-bitwise-instead-of-logical
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://github.com/macports/macports-ports/commit/be5cf4a21f14f2df6d65da41bc596ace97126785
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/65682
</span>---
python/py-pytorch/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pytorch/Portfile b/python/py-pytorch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 375439cda6e..bbd28e498bc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pytorch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pytorch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -162,7 +162,7 @@ if {${name} ne ${subport}} {
</span> # ZSTD support broke with 1.2.0-1.12.0. Check with future releases.
build.env-append \
CMAKE_LIBRARY_PATH=${prefix}/lib:${prefix}/lib/libomp \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- CMAKE_CXX_FLAGS=-Wno-bitwise-instead-of-logical \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ CMAKE_CXX_FLAGS=-Wno-error=bitwise-instead-of-logical \
</span> LIBRARY_PATH=${prefix}/lib:${prefix}/lib/libomp \
OpenCV_DIR=${prefix}/libexec/opencv4/cmake \
USE_CCACHE=OFF \
</pre><pre style='margin:0'>
</pre>