guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: lapack: Build with LAPACKE_WITH_TMG=ON.


From: Ludovic Courtès
Subject: 02/03: gnu: lapack: Build with LAPACKE_WITH_TMG=ON.
Date: Mon, 26 Jun 2017 12:16:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 11f0c4e871d09f3122c59f665c0ad18dcd4fc5eb
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 26 16:59:11 2017 +0200

    gnu: lapack: Build with LAPACKE_WITH_TMG=ON.
    
    * gnu/packages/maths.scm (lapack)[arguments]: Pass
    "-DLAPACKE_WITH_TMG=ON".
---
 gnu/packages/maths.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b43f2d6..3c93e2c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -443,7 +443,10 @@ large scale eigenvalue problems.")
               ("python" ,python-2)))
     (arguments
      `(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES"
-                           "-DLAPACKE=ON")
+                           "-DLAPACKE=ON"
+
+                           ;; Build the 'LAPACKE_clatms' functions.
+                           "-DLAPACKE_WITH_TMG=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]