guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: lapack: Fix hash of release 3.7.1


From: Marius Bakke
Subject: 01/03: gnu: lapack: Fix hash of release 3.7.1
Date: Wed, 19 Jul 2017 18:55:18 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7c0d4c3a6b665b102a48b57c4892bfdb75d69b85
Author: Maxim Cournoyer <address@hidden>
Date:   Sun Jul 16 12:01:59 2017 -0700

    gnu: lapack: Fix hash of release 3.7.1
    
    Apparently the release was modified (cleaned-up) in-place. An issue was 
opened
    at https://github.com/Reference-LAPACK/lapack-release/issues/4.
    
    * gnu/packages/maths.scm (lapack): Fix sha256 hash.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1bf049f..f8967cd 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -437,7 +437,7 @@ large scale eigenvalue problems.")
                           version ".tgz"))
       (sha256
        (base32
-        "0yavf6m9l78pwlnk5g61cg8x28mr30j0g8gkai0jrdqfjjmf3whs"))))
+        "1j51r7n5w4k7r3lrvy7710xrpkg40wf4rqnmngfz6ck9ypckzign"))))
     (build-system cmake-build-system)
     (home-page "http://www.netlib.org/lapack/";)
     (inputs `(("fortran" ,gfortran)



reply via email to

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