[macports-ports] branch master updated: armadillo: add openblas variant

mf2k at macports.org mf2k at macports.org
Thu Dec 5 15:43:32 UTC 2019



> On Dec 5, 2019, at 6:24 AM, Marius Schamschula <mps at macports.org> wrote:
> 
> Marius Schamschula (Schamschula) pushed a commit to branch master
> in repository macports-ports.
> 
> https://github.com/macports/macports-ports/commit/936ae5b75284a7c0966f1b1e612f92340effd9ff <https://github.com/macports/macports-ports/commit/936ae5b75284a7c0966f1b1e612f92340effd9ff>
> The following commit(s) were added to refs/heads/master by this push:
>      new 936ae5b  armadillo: add openblas variant
> 936ae5b is described below
> 
> commit 936ae5b75284a7c0966f1b1e612f92340effd9ff
> Author: Marius Schamschula <mps at macports.org>
> AuthorDate: Thu Dec 5 07:24:43 2019 -0600
> 
>     armadillo: add openblas variant
> ---
>  science/armadillo/Portfile | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/science/armadillo/Portfile b/science/armadillo/Portfile
> index d7518d4..944452b 100644
> --- a/science/armadillo/Portfile
> +++ b/science/armadillo/Portfile
> @@ -48,6 +48,11 @@ variant arpack description {compile with ARPACK support} {
>      configure.args-delete       -DARPACK_LIBRARY=
>  }
>  
> +variant openblas description {compile with OpenBLAS support} {
> +    depends_lib-append          port:OpenBLAS

Why not also allow OpenBLAS-devel here?

> +    configure.args-append       -DALLOW_BLAS_LAPACK_MACOS=TRUE
> +}
> +
>  variant superlu description {compile with SuperLU support} {
>      depends_lib-append          port:superlu
>      configure.args-append       -DARMA_USE_SUPERLU=ON
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20191205/30471e07/attachment.html>


More information about the macports-dev mailing list