aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/shadow.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/shadow.scm')
0 files changed, 0 insertions, 0 deletions
-system-libraries.patch: Remove hunk modifying NNPACK; add hunk to allow the use of our own NNPACK. 2021-09-24gnu: Add NNPACK.Ludovic Courtès * gnu/packages/machine-learning.scm (nnpack): New variable. * gnu/packages/patches/nnpack-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. 2021-08-30gnu: python-scikit-learn: Update to 0.24.2.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.24.2. [arguments]: Remove trailing #t. 2021-08-27gnu: Add python-hmmlearn.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-hmmlearn): New variable. 2021-08-04gnu: python-pytorch: Remove leftover comment.Ludovic Courtès * gnu/packages/machine-learning.scm (python-pytorch)[arguments]: Remove leftover comment. 2021-08-04gnu: Add python-pytorch.Ludovic Courtès * gnu/packages/machine-learning.scm (python-pytorch): New variable. * gnu/packages/patches/python-pytorch-runpath.patch, gnu/packages/patches/python-pytorch-system-libraries.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. 2021-08-04gnu: gemmlowp: Add "generic" variant.Ludovic Courtès * gnu/packages/machine-learning.scm (gemmlowp): New variable, based on 'gemmlowp-for-tensorflow'. (gemmlowp-for-tensorflow): Rewrite to inherit from GEMMLOWP. [properties]: New field. 2021-08-04gnu: gloo: Honor #:tests? in 'check' phase.Ludovic Courtès * gnu/packages/machine-learning.scm (gloo)[arguments]: In 'check' phase, honor #:tests?. 2021-08-04gnu: gloo: Update to c22a5cf.Ludovic Courtès * gnu/packages/machine-learning.scm (gloo): Update to c22a5cf. [inputs]: New field. 2021-08-04gnu: Add tensorflow-lite.Ricardo Wurmus * gnu/packages/machine-learning.scm (tensorflow-lite): New variable. 2021-08-02gnu: Add onnx-optimizer.Ludovic Courtès * gnu/packages/machine-learning.scm (onnx-optimizer): New variable. * gnu/packages/patches/onnx-optimizer-system-library.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. 2021-07-31gnu: onnx: Change source to 'git-fetch'.Ludovic Courtès * gnu/packages/machine-learning.scm (onnx)[source]: Change to 'git-fetch'. Add "onnx-skip-model-downloads.patch". [arguments]: Add 'make-test-directory-writable' phase. * gnu/packages/patches/onnx-skip-model-downloads.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. 2021-07-31gnu: python-onnx: Rename to "onnx".Ludovic Courtès * gnu/packages/machine-learning.scm (python-onnx): Rename to... (onnx): ... this, and change 'name' field accordingly. (python-onnx): New variable. * gnu/packages/patches/python-onnx-shared-libraries.patch: Rename to... * gnu/packages/patches/onnx-shared-libraries.patch: ... this. * gnu/packages/patches/python-onnx-use-system-googletest.patch: Rename to... * gnu/packages/patches/onnx-use-system-googletest.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. 2021-07-31gnu: python-onnx: Install libonnx.so and libonnx_proto.so.Ludovic Courtès * gnu/packages/patches/python-onnx-shared-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/machine-learning.scm (python-onnx)[source]: Use it. [arguments]: New field. 2021-07-31gnu: python-onnx: Delete bundled software.Ludovic Courtès * gnu/packages/machine-learning.scm (python-onnx)[source]: Delete the 'third_party' directory. 2021-07-31gnu: python-onnx: Move comment to the patch header.Ludovic Courtès * gnu/packages/machine-learning.scm (python-onnx): Move patch comment to... * gnu/packages/patches/python-onnx-use-system-googletest.patch: ... here. 2021-07-31gnu: python-onnx: Update to 1.9.0.Ludovic Courtès * gnu/packages/machine-learning.scm (python-onnx): Update to 1.9.0. 2021-07-29gnu: Add XNNPACK.Ludovic Courtès * gnu/packages/machine-learning.scm (xnnpack): New variable. * gnu/packages/patches/xnnpack-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. 2021-07-25gnu: Add python-hyperopt.Vinicius Monego * gnu/packages/machine-learning.scm (python-hyperopt): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2021-07-08gnu: Add python-cmaes.Vinicius Monego * gnu/packages/machine-learning.scm (python-cmaes): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2021-04-25gnu: python-opentsne: Update to 0.5.2.Vinicius Monego * gnu/packages/machine-learning.scm (python-opentsne): Update to 0.5.2. Signed-off-by: Leo Famulari <leo@famulari.name> 2021-04-25gnu: python-pynndescent: Update to 0.5.2.Vinicius Monego * gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.2. Signed-off-by: Leo Famulari <leo@famulari.name>