mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python2-numpy@1.8: Provide "python2-nose".
Also remove other native-inputs since they appear unnecessary. * gnu/packages/python.scm (python2-numpy-1.8)[native-inputs]: New field.
This commit is contained in:
parent
07fdf96140
commit
9b3e11f6a8
1 changed files with 2 additions and 0 deletions
|
@ -3056,6 +3056,8 @@ include_dirs = ~a/include:~a/include
|
||||||
(assoc-ref inputs "openblas")
|
(assoc-ref inputs "openblas")
|
||||||
(assoc-ref inputs "lapack"))))
|
(assoc-ref inputs "lapack"))))
|
||||||
#t))))))
|
#t))))))
|
||||||
|
(native-inputs
|
||||||
|
`(("python2-nose" ,python2-nose)))
|
||||||
(description "NumPy is the fundamental package for scientific computing
|
(description "NumPy is the fundamental package for scientific computing
|
||||||
with Python. It contains among other things: a powerful N-dimensional array
|
with Python. It contains among other things: a powerful N-dimensional array
|
||||||
object, sophisticated (broadcasting) functions, tools for integrating C/C++
|
object, sophisticated (broadcasting) functions, tools for integrating C/C++
|
||||||
|
|
Loading…
Reference in a new issue