<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/75ab0f9104f52d913426a7c9c49b5db0d02426ce">https://github.com/macports/macports-ports/commit/75ab0f9104f52d913426a7c9c49b5db0d02426ce</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 75ab0f9104f52d913426a7c9c49b5db0d02426ce
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jan 7 08:18:18 2022 -0600
<span style='display:block; white-space:pre;color:#404040;'> sundials: Update to 5.8.0
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/60718
</span>---
math/sundials/Portfile | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials/Portfile b/math/sundials/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ad6c611bc9b..bd3bc5dc13d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,11 +5,14 @@ PortGroup cmake 1.1
</span> PortGroup github 1.0
PortGroup mpi 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup LLNL sundials 5.7.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup LLNL sundials 5.8.0 v
</span> revision 0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 22866440a727c63ee187ac855852eda6c6b9c840 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 d4ed403351f72434d347df592da6c91a69452071860525385b3339c824e8a213 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 24012815
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories math devel
license BSD
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers nomaintainer
description SUite of Nonlinear and DIfferential/ALgebraic equation Solvers
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,14 +27,10 @@ long_description SUNDIALS consists of the following five solvers: CVODE\
</span> (forward and adjoint). KINSOL solves nonlinear algebraic\
systems.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage https://computation.llnl.gov/projects/sundials
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://computing.llnl.gov/projects/sundials
</span>
github.tarball_from releases
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 2818d3d841b7e65df4997f2bf4881988064add30 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 48da7baa8152ddb22aed1b02d82d1dbb4fbfea22acf67634011aa0303a100a43 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 22612286
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> conflicts sundials2
depends_lib-append port:SuiteSparse_KLU
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -151,5 +150,5 @@ post-destroot {
</span> move ${destroot}${prefix}/include/sundials/LICENSE ${destroot}${prefix}/share/doc/${name}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url https://computation.llnl.gov/projects/sundials/sundials-software
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url https://computing.llnl.gov/projects/sundials/sundials-software
</span> livecheck.regex ${name}-(\\d(?:\.\\d+)*)${extract.suffix}
</pre><pre style='margin:0'>
</pre>