<pre style='margin:0'>
Thibaut Paumard (paumard) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/93539b0ce2abc058f4fb9bc37eeacad5272b9b83">https://github.com/macports/macports-ports/commit/93539b0ce2abc058f4fb9bc37eeacad5272b9b83</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 93539b0 Gyoto: update to 1.3.1
</span>93539b0 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 93539b0ce2abc058f4fb9bc37eeacad5272b9b83
</span>Author: Thibaut Paumard <thibaut@macports.org>
AuthorDate: Fri Jul 19 15:52:32 2019 +0200
<span style='display:block; white-space:pre;color:#404040;'> Gyoto: update to 1.3.1
</span>---
science/Gyoto/Portfile | 13 +++++++------
1 file changed, 7 insertions(+), 6 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 299f35c..d2b91d7 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;'>@@ -5,8 +5,7 @@ PortGroup github 1.0
</span> PortGroup active_variants 1.1
PortGroup compilers 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup gyoto Gyoto 1.2.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup gyoto Gyoto 1.3.1
</span> license GPL-3+
categories science yorick
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,8 +18,8 @@ long_description Gyoto aims at providing a framework for computing orbits \
</span> language. Gyoto can be extended with plug-ins.
homepage http://gyoto.obspm.fr
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 db4745d6cefcd4718442beca9c718583e737d73b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 790868d1b3cb4344d2b980a82192421f355b279f7bbe1de8f8bf217179ef291e
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 9cdaef4341301386269f6155732f4e4ed468cc10 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 a3831b748e66c6db48c65df77233d0962a1f9280ce7e2a23269a8a09c4f84abc
</span>
depends_build port:LORENE \
port:pkgconfig
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +44,9 @@ configure.args --with-yorick=${prefix}/bin/yorick \
</span> --with-udunits-lib=-L${prefix}/lib/ \
--enable-release \
--without-mpi \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- --without-python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-python \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-arblit \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-aeae
</span>
build.args-append Y_CFLAGS="${configure.cxxflags}" Y_CPPFLAGS="${configure.cppflags}" CC="${configure.cc}" COPT_DEFAULT="" Y_LDFLAGS="${configure.ldflags}"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,7 +73,7 @@ subport py33-gyoto {
</span> replaced_by py34-gyoto
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach nodot [list 27 34 35 36] wdot [list 2.7 3.4 3.5 3.6] {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach nodot [list 27 34 35 36 37] wdot [list 2.7 3.4 3.5 3.6 3.7] {
</span> subport py${nodot}-gyoto {
depends_build-append port:doxygen port:swig-python
depends_lib-append port:python${nodot} port:py${nodot}-numpy \
</pre><pre style='margin:0'>
</pre>