diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-17 00:57:11 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-19 01:19:33 +0100 |
commit | 9200fe14f70506474cfc178dc8c1066bf00a5e7e (patch) | |
tree | 3b4fa3623b530b10c8ae7ca58ef4c8427d7289d5 /gnu | |
parent | 2c1cad7ad2f95685be889bdf662ffdf8df87d5cf (diff) | |
download | patches-9200fe14f70506474cfc178dc8c1066bf00a5e7e.tar patches-9200fe14f70506474cfc178dc8c1066bf00a5e7e.tar.gz |
gnu: python-scipy: Declare python2-variant.
This is a followup to a50e03014177d2f00b5b85d3e1c295406f842016.
* gnu/packages/python.scm (python-scipy)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 89d8c5cb06..e7553bb82b 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 |