<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/86a3891d5a4df8b20ccf29ea2609d5acd10c1651">https://github.com/macports/macports-ports/commit/86a3891d5a4df8b20ccf29ea2609d5acd10c1651</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 86a3891 alps: add missing boost-numpy dep, use cxx11 PG
</span>86a3891 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 86a3891d5a4df8b20ccf29ea2609d5acd10c1651
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 22 01:11:08 2019 +0100
<span style='display:block; white-space:pre;color:#404040;'> alps: add missing boost-numpy dep, use cxx11 PG
</span>---
science/alps/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/alps/Portfile b/science/alps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b9634fc..ff0e520 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/alps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/alps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> PortGroup cmake 1.0
PortGroup conflicts_build 1.0
PortGroup compilers 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup cxx11 1.1
</span>
name alps
version 2.3.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,8 +31,8 @@ checksums rmd160 1fee73ada0aa7e9851801f6d6caffe75d60d485d
</span> sha256 e64208d1e5acdd6f569277413c4867e1fa366cf4a224570eacbf1e9939fca2d2
depends_lib port:hdf5 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:boost
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:boost \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:boost-numpy
</span>
compilers.choose cc cxx
compilers.setup
</pre><pre style='margin:0'>
</pre>