[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Revert "gnu: openblas: Update to 0.3.10."
From: |
guix-commits |
Subject: |
branch master updated: Revert "gnu: openblas: Update to 0.3.10." |
Date: |
Fri, 18 Sep 2020 08:06:13 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ade7638 Revert "gnu: openblas: Update to 0.3.10."
ade7638 is described below
commit ade7638d84779b58d5a4c961666bcb35ebf43394
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 18 14:05:51 2020 +0200
Revert "gnu: openblas: Update to 0.3.10."
This reverts commit c59e9f0a03241ef3c7b8042054fd54e327f7539a because it
triggers too many rebuilds.
---
gnu/packages/maths.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index dd4d346..ce393cb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -40,7 +40,6 @@
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
-;;; Copyright © 2020 Greg Hogan <code@greghogan.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3610,17 +3609,16 @@ parts of it.")
(define-public openblas
(package
(name "openblas")
- (version "0.3.10")
+ (version "0.3.9")
(source
(origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/xianyi/OpenBLAS")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/openblas/v" version
"/OpenBLAS%20"
+ version "%20version.tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "174id98ga82bhz2v7sy9yj6pqy0h0088p3mkdikip69p9rh3d17b"))))
+ "14iz9xnrb9xiwgj84j94mc74gg0zn2vsy9fmsijxxma1n7dck4w3"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Revert "gnu: openblas: Update to 0.3.10.",
guix-commits <=