gnu: python-scikit-learn: Return #t from phases.
* gnu/packages/machine-learning.scm (python-scikit-learn)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
8448e6bfcf
commit
e96ba83fae
|
@ -730,7 +730,7 @@ computing environments.")
|
||||||
(setenv "HOME" "/tmp")
|
(setenv "HOME" "/tmp")
|
||||||
;; Step out of the source directory just to be sure.
|
;; Step out of the source directory just to be sure.
|
||||||
(chdir "..")
|
(chdir "..")
|
||||||
(zero? (system* "nosetests" "-v" "sklearn")))))))
|
(invoke "nosetests" "-v" "sklearn"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("openblas" ,openblas)))
|
`(("openblas" ,openblas)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue