<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/f4269a1e684ff15ec8b829dfeb78a6d643811b22">https://github.com/macports/macports-ports/commit/f4269a1e684ff15ec8b829dfeb78a6d643811b22</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 f4269a1e684 lapack +openblas: can use either OpenBLAS or OpenBLAS-devel
</span>f4269a1e684 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f4269a1e684ff15ec8b829dfeb78a6d643811b22
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Jan 8 11:38:32 2021 -0500
<span style='display:block; white-space:pre;color:#404040;'> lapack +openblas: can use either OpenBLAS or OpenBLAS-devel
</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 296857e0104..a59c5f41711 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;'>@@ -56,7 +56,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:openblas
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append path:lib/libopenblas.dylib:OpenBLAS
</span> configure.ldflags-append -lopenblas
}
if {[variant_isset accelerate] || [variant_isset openblas]} {
</pre><pre style='margin:0'>
</pre>