guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: r: Add openblas input.


From: Ben Woodcroft
Subject: 01/02: gnu: r: Add openblas input.
Date: Fri, 9 Sep 2016 11:55:08 +0000 (UTC)

benwoodcroft pushed a commit to branch core-updates
in repository guix.

commit 71e98ca57182d4143bf5e1b712487dfb4d3e4ba2
Author: Ben J Woodcroft <address@hidden>
Date:   Thu Sep 8 21:14:12 2016 +1000

    gnu: r: Add openblas input.
    
    * gnu/packages/statistics.scm (r)[inputs]: Add openblas.
    [arguments]: Adapt configure flags.
---
 gnu/packages/statistics.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 990f2fc..6940e2a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -136,6 +136,7 @@ be output in text, PostScript, PDF or HTML.")
           (lambda _ (zero? (system* "make" "install-info")))))
        #:configure-flags
        '("--with-cairo"
+         "--with-blas=-lopenblas"
          "--with-libpng"
          "--with-jpeglib"
          "--with-libtiff"
@@ -170,6 +171,7 @@ be output in text, PostScript, PDF or HTML.")
        ("pango" ,pango)
        ("curl" ,curl)
        ("tzdata" ,tzdata)
+       ("openblas" ,openblas)
        ("gfortran" ,gfortran)
        ("icu4c" ,icu4c)
        ("libjpeg" ,libjpeg)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]