<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Dec 5, 2019, at 6:24 AM, Marius Schamschula <<a href="mailto:mps@macports.org" class="">mps@macports.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><pre style="margin:0" class="">Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre><p class=""><a href="https://github.com/macports/macports-ports/commit/936ae5b75284a7c0966f1b1e612f92340effd9ff" class="">https://github.com/macports/macports-ports/commit/936ae5b75284a7c0966f1b1e612f92340effd9ff</a></p>
<pre style="white-space: pre; background: #F8F8F8" class="">The following commit(s) were added to refs/heads/master by this push:
<span style="display:block; white-space:pre;color:#404040;" class="">     new 936ae5b  armadillo: add openblas variant
</span>936ae5b is described below

<span style="display:block; white-space:pre;color:#808000;" class="">commit 936ae5b75284a7c0966f1b1e612f92340effd9ff
</span>Author: Marius Schamschula <<a href="mailto:mps@macports.org" class="">mps@macports.org</a>>
AuthorDate: Thu Dec 5 07:24:43 2019 -0600

<span style="display:block; white-space:pre;color:#404040;" class="">    armadillo: add openblas variant
</span>---
 science/armadillo/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style="display:block; white-space:pre;color:#808080;" class="">diff --git a/science/armadillo/Portfile b/science/armadillo/Portfile
</span><span style="display:block; white-space:pre;color:#808080;" class="">index d7518d4..944452b 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">--- a/science/armadillo/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">+++ b/science/armadillo/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -48,6 +48,11 @@ variant arpack description {compile with ARPACK support} {
</span>     configure.args-delete       -DARPACK_LIBRARY=
 }
 
<span style="display:block; white-space:pre;background:#e0ffe0;" class="">+variant openblas description {compile with OpenBLAS support} {
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+    depends_lib-append          port:OpenBLAS
</span></pre></div></blockquote><div><br class=""></div><div>Why not also allow OpenBLAS-devel here?</div><br class=""><blockquote type="cite" class=""><div class=""><pre style="white-space: pre; background: #F8F8F8" class=""><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+    configure.args-append       -DALLOW_BLAS_LAPACK_MACOS=TRUE
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+}
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+
</span> variant superlu description {compile with SuperLU support} {
     depends_lib-append          port:superlu
     configure.args-append       -DARMA_USE_SUPERLU=ON
</pre><pre style="margin:0" class="">
</pre>

</div></blockquote></div><br class=""></body></html>