guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: OpenBLAS: Update source URI.


From: Marius Bakke
Subject: 08/10: gnu: OpenBLAS: Update source URI.
Date: Sun, 9 Sep 2018 11:04:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a617fd55df0fbdae951ec82b81ad512436e972ed
Author: Marius Bakke <address@hidden>
Date:   Fri Sep 7 20:01:57 2018 +0200

    gnu: OpenBLAS: Update source URI.
    
    * gnu/packages/maths.scm (openblas)[source](uri): Use the more stable
    SourceForge mirror.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ebbe2b0..01bd03c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2846,8 +2846,8 @@ parts of it.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/xianyi/OpenBLAS/tarball/v";
-                           version))
+       (uri (string-append "mirror://sourceforge/openblas/v" version 
"/OpenBLAS%20"
+                           version "%20version.tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32



reply via email to

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