guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: python-scipy: Declare python2-variant.


From: Marius Bakke
Subject: 06/08: gnu: python-scipy: Declare python2-variant.
Date: Sat, 18 Feb 2017 19:23:01 -0500 (EST)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 9200fe14f70506474cfc178dc8c1066bf00a5e7e
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 17 00:57:11 2017 +0000

    gnu: python-scipy: Declare python2-variant.
    
    This is a followup to a50e03014177d2f00b5b85d3e1c295406f842016.
    
    * gnu/packages/python.scm (python-scipy)[properties]: New field.
---
 gnu/packages/python.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 89d8c5c..e7553bb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4036,6 +4036,7 @@ atlas_libs = openblas
     (description "The SciPy library is one of the core packages that make up
 the SciPy stack.  It provides many user-friendly and efficient numerical
 routines such as routines for numerical integration and optimization.")
+    (properties `((python2-variant . ,(delay python2-scipy))))
     (license license:bsd-3)))
 
 (define-public python2-scipy



reply via email to

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