<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ce634b0e3e12f4d56fde87a43a8ebeb2ebb25af2">https://github.com/macports/macports-ports/commit/ce634b0e3e12f4d56fde87a43a8ebeb2ebb25af2</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 ce634b0  SuiteSparse: use the correct library name for libvecLibFort
</span>ce634b0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ce634b0e3e12f4d56fde87a43a8ebeb2ebb25af2
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Jun 4 21:33:40 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    SuiteSparse: use the correct library name for libvecLibFort
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    It's not clear how meaningful this change is, but rev-bump just in case.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/56609
</span>---
 math/SuiteSparse/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/SuiteSparse/Portfile b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 00589d3..56eb2cc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           compilers 1.0
</span> name                SuiteSparse
 epoch               20120107
 version             4.2.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            6
</span> categories          math science
 platforms           darwin
 maintainers         {michaelld @michaelld} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,7 +72,7 @@ configure {
</span> 
     # select BLAS and LAPACK
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set BLAS "${prefix}/lib/vecLibFort.dylib"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set BLAS "${prefix}/lib/libvecLibFort.dylib"
</span>     if {[variant_isset atlas]} {
         # Threaded lib gets priority over non-threaded (ppc)
         if {[file exists ${prefix}/lib/libtatlas.dylib]} {
</pre><pre style='margin:0'>

</pre>