<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/3c7efa923caad8a5c071640063d32cbb4a51f4ae">https://github.com/macports/macports-ports/commit/3c7efa923caad8a5c071640063d32cbb4a51f4ae</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 3c7efa923ca lapack: fix configure error with +openblas
</span>3c7efa923ca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3c7efa923caad8a5c071640063d32cbb4a51f4ae
</span>Author: Takeshi Enomoto <takeshi@macports.org>
AuthorDate: Wed Oct 7 15:10:23 2020 +0900

<span style='display:block; white-space:pre;color:#404040;'>    lapack: fix configure error with +openblas
</span>---
 math/lapack/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 67e40911d5a..fe9fa0febdc 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;'>@@ -55,7 +55,7 @@ if {${subport} eq ${name}} {
</span>         configure.ldflags-append    -lvecLibFort
     }
     variant openblas conflicts accelerate description {use BLAS in openblas} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append          port:vecLibFort
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append          port:openblas
</span>         configure.ldflags-append    -lopenblas
     }
     if {[variant_isset accelerate] || [variant_isset openblas]} {
</pre><pre style='margin:0'>

</pre>