summaryrefslogtreecommitdiff
path: root/gnu/packages/machine-learning.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/machine-learning.scm')
-rw-r--r--gnu/packages/machine-learning.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index dcf8cc728d5..bb0f35828d4 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2573,7 +2573,7 @@ data analysis.")
2573 (sha256 2573 (sha256
2574 (base32 "08z1b58n31grfvl42wi6rdwrfhrdhnzkkxhg19iag3zkvkcvxqjl")))) 2574 (base32 "08z1b58n31grfvl42wi6rdwrfhrdhnzkkxhg19iag3zkvkcvxqjl"))))
2575 (arguments 2575 (arguments
2576 (substitute-keyword-arguments (package-arguments python-scikit-learn) 2576 (substitute-keyword-arguments arguments
2577 ((#:test-flags flags) 2577 ((#:test-flags flags)
2578 #~(list "--numprocesses" (number->string (min 8 (parallel-job-count))) 2578 #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
2579 "-m" "not network" 2579 "-m" "not network"
@@ -4928,7 +4928,7 @@ PyTorch.")
4928 (chdir outdir) 4928 (chdir outdir)
4929 (delete-file-recursively "deps")))))) 4929 (delete-file-recursively "deps"))))))
4930 (arguments 4930 (arguments
4931 (substitute-keyword-arguments (package-arguments qnnpack) 4931 (substitute-keyword-arguments arguments
4932 ((#:phases phases #~%standard-phases) 4932 ((#:phases phases #~%standard-phases)
4933 #~(modify-phases %standard-phases 4933 #~(modify-phases %standard-phases
4934 (add-after 'unpack 'patch-cmake 4934 (add-after 'unpack 'patch-cmake
@@ -5395,7 +5395,7 @@ in the audio domain.")
5395 (modify-inputs (package-inputs python-pytorch) 5395 (modify-inputs (package-inputs python-pytorch)
5396 (append fbgemm nnpack))) 5396 (append fbgemm nnpack)))
5397 (arguments 5397 (arguments
5398 (substitute-keyword-arguments (package-arguments python-pytorch) 5398 (substitute-keyword-arguments arguments
5399 ((#:phases phases) 5399 ((#:phases phases)
5400 #~(modify-phases #$phases 5400 #~(modify-phases #$phases
5401 (delete 'disable-avx-dependencies))))) 5401 (delete 'disable-avx-dependencies)))))
@@ -5435,7 +5435,7 @@ in the audio domain.")
5435 (modify-inputs (package-inputs python-pytorch) 5435 (modify-inputs (package-inputs python-pytorch)
5436 (replace "gloo" gloo-for-r-torch))) 5436 (replace "gloo" gloo-for-r-torch)))
5437 (arguments 5437 (arguments
5438 (substitute-keyword-arguments (package-arguments python-pytorch) 5438 (substitute-keyword-arguments arguments
5439 ((#:phases phases) 5439 ((#:phases phases)
5440 #~(modify-phases #$phases 5440 #~(modify-phases #$phases
5441 (replace 'use-system-libraries 5441 (replace 'use-system-libraries