<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d5a503542c7df144008ab90523fc638e66b50fa4">https://github.com/macports/macports-ports/commit/d5a503542c7df144008ab90523fc638e66b50fa4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d5a503542c7df144008ab90523fc638e66b50fa4
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Aug 27 12:42:01 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> sundials: use latest version of cmake PG
</span>---
math/sundials/Portfile | 6 ++----
1 file changed, 2 insertions(+), 4 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 4596d27..d1e972f 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;'>@@ -1,13 +1,13 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup cmake 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup cmake 1.1
</span> PortGroup mpi 1.0
PortGroup cxx11 1.1
name sundials
version 3.1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 4
</span> categories math devel
license BSD
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,8 +31,6 @@ master_sites https://computation.llnl.gov/projects/sundials-suite-nonline
</span> checksums rmd160 f2f77ea9ff638bc5f32daeba30ebda2e0c85073a \
sha256 18d52f8f329626f77b99b8bf91e05b7d16b49fde2483d3a0ea55496ce4cdd43a
<span style='display:block; white-space:pre;background:#ffe0e0;'>-cmake.out_of_source yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> conflicts sundials2
# use default cmake behavior to find Lapack
</pre><pre style='margin:0'>
</pre>