<pre style='margin:0'>
Takeshi Enomoto (tenomoto) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/91cba72f9d8a039dd456cbaf4c3977a5508d25d6">https://github.com/macports/macports-ports/commit/91cba72f9d8a039dd456cbaf4c3977a5508d25d6</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 91cba72  lapack: fix configure failure with +gfortran
</span>91cba72 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 91cba72f9d8a039dd456cbaf4c3977a5508d25d6
</span>Author: Takeshi Enomoto <takeshi@macports.org>
AuthorDate: Sat Aug 18 23:18:07 2018 +0900

<span style='display:block; white-space:pre;color:#404040;'>    lapack: fix configure failure with +gfortran
</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/56088
</span>---
 math/lapack/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/lapack/Portfile b/math/lapack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 636b1bb..ca87ad4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/lapack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/lapack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,6 +12,7 @@ if {${subport} eq ${name}} {
</span>     cmake.out_of_source yes
 }
 version             3.8.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          math devel science
 platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,6 +47,9 @@ configure.args-append \
</span>                     -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/${name}
 
 if {${subport} eq ${name}} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[variant_isset gfortran]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.ldflags-append    -L${prefix}/lib/${compilers.gcc_default} -lgfortran
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span>     variant accelerate description {use BLAS in Accelerate.framework} {
         depends_lib-append          port:vecLibFort
         configure.args-append       -DUSE_OPTIMIZED_BLAS=ON
</pre><pre style='margin:0'>

</pre>