<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4e9ed51df42ee6b26a87323165059b0e6597cb32">https://github.com/macports/macports-ports/commit/4e9ed51df42ee6b26a87323165059b0e6597cb32</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 4e9ed51df42 octave: build against current version of sundials
</span>4e9ed51df42 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4e9ed51df42ee6b26a87323165059b0e6597cb32
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Mar 20 13:37:06 2021 -0500
<span style='display:block; white-space:pre;color:#404040;'> octave: build against current version of sundials
</span>---
math/octave/Portfile | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d3943ca46d..96e8478cb1c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ PortGroup linear_algebra 1.0
</span> name octave
version 6.2.0
set package_version 6.x.x
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
categories math science
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -373,10 +373,15 @@ configure.args-append \
</span> --without-sundials_nvecserial \
--without-sundials_ida
variant sundials description {enable sundials support for solving ODEs} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:sundials2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:sundials
</span> configure.args-delete \
--without-sundials_nvecserial \
--without-sundials_ida
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-sundials_ida-includedir=${prefix}/include/ida \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-sundials_ida-libdir=${prefix}/lib \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-sundials_nvecserial-includedir==${prefix}/include/nvector \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-sundials_nvecserial-libdir=${prefix}/lib
</span> }
default_variants-append +sundials
</pre><pre style='margin:0'>
</pre>