[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: python-scipy: Update to 0.15.0.
From: |
Federico Beffa |
Subject: |
10/10: gnu: python-scipy: Update to 0.15.0. |
Date: |
Sun, 18 Jan 2015 17:08:53 +0000 |
beffa pushed a commit to branch wip-gobject-introspection
in repository guix.
commit da6ce3f1b864077002d912a22a40f31c57bc2d43
Author: Federico Beffa <address@hidden>
Date: Wed Jan 14 18:04:17 2015 +0100
gnu: python-scipy: Update to 0.15.0.
* gnu/packages/python.scm (python-scipy): Update to 0.15.0.
---
gnu/packages/python.scm | 20 ++++----------------
1 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a1be20c..2f518d9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2013, 2014 Andreas Enge <address@hidden>
;;; Copyright © 2014 Mark H Weaver <address@hidden>
;;; Copyright © 2014 Eric Bavier <address@hidden>
-;;; Copyright © 2014 Federico Beffa <address@hidden>
+;;; Copyright © 2014, 2015 Federico Beffa <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2271,30 +2271,18 @@ toolkits.")
,@(alist-delete "python-numpydoc"
(package-inputs matplotlib)))))))
-;; Scipy 0.14.0 with Numpy 0.19.X fails several tests. This is known and
-;; planned to be fixed in 0.14.1. It is claimed that the failures can safely
-;; be ignored:
-;; http://mail.scipy.org/pipermail/scipy-dev/2014-September/020043.html
-;; https://github.com/scipy/scipy/issues/3853
-;;
-;; The main test suite procedure prints the summary message:
-;;
-;; Ran 16412 tests in 245.033s
-;; FAILED (KNOWNFAIL=277, SKIP=921, errors=327, failures=42)
-;;
-;; However, it still does return normally.
(define-public python-scipy
(package
(name "python-scipy")
- (version "0.14.0")
+ (version "0.15.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/scipy"
- "/scipy-" version ".tar.gz"))
+ "/scipy-" version ".tar.xz"))
(sha256
(base32
- "053bmz4qmnk4dmxvspfak8r10rpmy6mzwfzgy33z338ppzka6hab"))))
+ "0fsqi05s035d7p6s8h3h2pvk1axias16chy17rw9l1bxvrfhmncf"))))
(build-system python-build-system)
(inputs
`(("python-numpy" ,python-numpy)
- branch wip-gobject-introspection created (now da6ce3f), Federico Beffa, 2015/01/18
- 01/10: gnu: gobject-introspection: Update to 1.42.0 and add new patch., Federico Beffa, 2015/01/18
- 03/10: gnu: gdk-pixbuf: Update to 2.31.1., Federico Beffa, 2015/01/18
- 02/10: gnu: pango: Update to 1.36.8., Federico Beffa, 2015/01/18
- 04/10: gnu: eudev: Update to 2.1.1., Federico Beffa, 2015/01/18
- 06/10: gnu: atk: Update to 2.15.3., Federico Beffa, 2015/01/18
- 05/10: gnu: eudev: Add pre-build phase., Federico Beffa, 2015/01/18
- 07/10: gnu: python-matplotlib: Remove python-pillow input., Federico Beffa, 2015/01/18
- 08/10: gnu: gtk+: Update to 3.14.7., Federico Beffa, 2015/01/18
- 09/10: gnu: python-matplotlib: Update comments., Federico Beffa, 2015/01/18
- 10/10: gnu: python-scipy: Update to 0.15.0.,
Federico Beffa <=