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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0bdeaffbd23ab53b3152c9519059a7fd5381a02d">https://github.com/macports/macports-ports/commit/0bdeaffbd23ab53b3152c9519059a7fd5381a02d</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 0bdeaff  py-pytorch: make py-mkl-include a build dep only
</span>0bdeaff is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0bdeaffbd23ab53b3152c9519059a7fd5381a02d
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Mar 13 02:25:07 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    py-pytorch: make py-mkl-include a build dep only
</span>---
 python/py-pytorch/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<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 af823c3..b496df9 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;'>@@ -89,9 +89,8 @@ if {${name} ne ${subport}} {
</span>             reinplace "s|mklvers \"intel64\"|mklvers \"\"|g"  cmake/Modules/FindMKL.cmake
             reinplace "s|MACPORTS_PREFIX|${prefix}|g"         cmake/Modules/FindMKL.cmake
         }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            port:py${python.version}-mkl \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            port:py${python.version}-mkl-include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append   port:py${python.version}-mkl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_build-append port:py${python.version}-mkl-include
</span>     }
     
     build.cmd    "${t_build_env} ${python.bin} setup.py"
</pre><pre style='margin:0'>

</pre>