<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/adafff951a6c3d5db63d0d779c2fcf6c3adab672">https://github.com/macports/macports-ports/commit/adafff951a6c3d5db63d0d779c2fcf6c3adab672</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 adafff951a6 Gyoto: migrate to boost PG
</span>adafff951a6 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit adafff951a6c3d5db63d0d779c2fcf6c3adab672
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Jun 8 15:19:08 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> Gyoto: migrate to boost PG
</span>---
science/Gyoto/Portfile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/Gyoto/Portfile b/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 09836a28604..ceba3bac314 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup active_variants 1.1
PortGroup compilers 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup boost 1.0
</span>
github.setup gyoto Gyoto 1.4.3
license GPL-3+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,7 +67,7 @@ if {![catch {set result [active_variants boost openmpi {}]}]} {
</span> if {$result} {
default_variants +openmpi
} else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {[active_variants boost mpich {}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {[active_variants [boost::depends_portname] mpich {}]} {
</span> default_variants +mpich
}
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -124,8 +125,7 @@ subport Gyoto {
</span>
if {[string match libc++ ${configure.cxx_stdlib}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:boost
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- compilers.enforce_c boost
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compilers.enforce_c [boost::depends_portname]
</span>
variant openmpi conflicts mpich \
description {Add MPI parallelization using OpenMPI} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -137,7 +137,7 @@ if {[string match libc++ ${configure.cxx_stdlib}]} {
</span> set mpi_port openmpi-${c_variant}
set mpi_suffix ${c_variant}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- require_active_variants boost openmpi {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ require_active_variants [boost::depends_portname] openmpi {}
</span> depends_lib-append port:${mpi_port}
configure.args-delete --without-mpi
configure.args-append --with-mpi \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -163,7 +163,7 @@ For multi-processing, wrap gyoto in mpirun-openmpi-${mpi_suffix}, e.g.:
</span> set mpi_port mpich-${c_variant}
set mpi_suffix ${c_variant}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- require_active_variants boost mpich {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ require_active_variants [boost::depends_portname] mpich {}
</span> depends_lib-append port:${mpi_port}
configure.args-delete --without-mpi
configure.args-append --with-mpi \
</pre><pre style='margin:0'>
</pre>