<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2018-06-04, at 8:22 AM, Adam Dershowitz wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><blockquote type="cite" class=""><div class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div class=""><blockquote type="cite" class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; ">The odd thing is that octave 4.2.2 was working fine with sundials (which is version 3.1.0_1)</div></blockquote></div></div></div></blockquote></span></blockquote></div><br><div>This doesn't seem too likely, unless Octave was ignoring sundials.</div><div><br></div><div>Why don't you try deleting the sundials dependency in the Octave portfile and see what happens then? We only added the sundials dep fairly recently I believe.</div><div><br></div><div>here's the important bit in the Portfile</div><div><br></div><div><div>#--without-sundials_nvecserial</div><div>#--without-sundials_ida</div><div>depends_lib-append  port:sundials2</div></div><div><br></div><div><br></div><div>so looks like you would delete this line:</div><div><br></div><div><div><div>depends_lib-append  port:sundials2</div></div></div><div><br></div><div>and add these two to the configure args.</div><div><br></div><div><div>--without-sundials_nvecserial</div><div>--without-sundials_ida</div></div><div><br></div><div><br></div><div>might not be too hard if you can live without sundials</div><div><br></div><div><br></div><div><br></div><div><br></div><div>Ken</div></body></html>