<pre style='margin:0'>
Mark Moll (mamoll) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/83080c8b8aca9980f099a548f1b1486853b36eb8">https://github.com/macports/macports-ports/commit/83080c8b8aca9980f099a548f1b1486853b36eb8</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 83080c8 devel/boost: add pyXY-numpy as a dependency for pythonXY variants, since boost opportunistically creates libboost_numpy if Numpy is detected at build time.
</span>83080c8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 83080c8b8aca9980f099a548f1b1486853b36eb8
</span>Author: Mark Moll <mmoll@macports.org>
AuthorDate: Sun Feb 11 17:24:51 2018 -0600
<span style='display:block; white-space:pre;color:#404040;'> devel/boost: add pyXY-numpy as a dependency for pythonXY variants, since boost opportunistically creates libboost_numpy if Numpy is detected at build time.
</span>---
devel/boost/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/boost/Portfile b/devel/boost/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 44d1238..2464b67 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/boost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/boost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup mpi 1.0
</span>
name boost
version 1.65.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 3
</span> license Boost-1
categories devel
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -200,7 +200,7 @@ foreach s ${pythons_suffixes} {
</span> # The issue has been reported to both the MacPorts team and the boost team, as per:
# <http://trac.macports.org/ticket/23667> and <https://svn.boost.org/trac/boost/ticket/4461>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:${p}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:${p} port:py${s}-numpy
</span> configure.args-delete --without-libraries=python
configure.args-append --with-python=${prefix}/bin/python${v} --with-python-root=${prefix}/bin/python${v}
</pre><pre style='margin:0'>
</pre>