guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: lapack: Build the LAPACKE library.


From: Ricardo Wurmus
Subject: 01/01: gnu: lapack: Build the LAPACKE library.
Date: Sun, 17 Jul 2016 10:03:39 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 7b569b01d383592902461d997ea528b086e47b28
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jul 17 11:09:31 2016 +0200

    gnu: lapack: Build the LAPACKE library.
    
    * gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON".
---
 gnu/packages/maths.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c0ee001..643bce5 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -334,7 +334,8 @@ large scale eigenvalue problems.")
     (inputs `(("fortran" ,gfortran)
               ("python" ,python-2)))
     (arguments
-     `(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES")
+     `(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES"
+                           "-DLAPACKE=ON")
        #:phases (alist-cons-before
                  'check 'patch-python
                  (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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