~ruther/guix-local

9200fe14f70506474cfc178dc8c1066bf00a5e7e — Marius Bakke 9 years ago 2c1cad7
gnu: python-scipy: Declare python2-variant.

This is a followup to a50e03014177d2f00b5b85d3e1c295406f842016.

* gnu/packages/python.scm (python-scipy)[properties]: New field.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -0
@@ 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