aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/regex.scm
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-07 19:00:09 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-12 12:20:38 +0800
commitcea2e7633ddbce9ce467d752d1db61f7d6c63aa9 (patch)
tree254f83ef81efcc398a4d815411bbfc377df5a02c /gnu/packages/regex.scm
parentef84004825cd8a60734258c054bed194c6628f8e (diff)
downloadguix-cea2e7633ddbce9ce467d752d1db61f7d6c63aa9.tar.gz
guix-cea2e7633ddbce9ce467d752d1db61f7d6c63aa9.zip
gnu: liblouisutdml: Update to 2.12.0-0.00ca783.
* gnu/packages/language.scm (liblouisutdml): Update to 2.12.0-0.00ca783. [arguments]: Use G-expressions. [native-inputs]: Remove labels. [propagated-inputs]: Remove labels. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail> Change-Id: Iedbcb5b3073f26a42805ae02550a28f6f1abee86
Diffstat (limited to 'gnu/packages/regex.scm')
0 files changed, 0 insertions, 0 deletions
Add it. Ludovic Courtès 2021-07-31gnu: python-onnx: Rename to "onnx"....* 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. Ludovic Courtès 2021-07-31gnu: python-onnx: Install libonnx.so and libonnx_proto.so....* 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. Ludovic Courtès 2021-07-31gnu: python-onnx: Delete bundled software....* gnu/packages/machine-learning.scm (python-onnx)[source]: Delete the 'third_party' directory. Ludovic Courtès 2021-07-31gnu: python-onnx: Move comment to the patch header....* gnu/packages/machine-learning.scm (python-onnx): Move patch comment to... * gnu/packages/patches/python-onnx-use-system-googletest.patch: ... here. Ludovic Courtès 2021-07-31gnu: python-onnx: Update to 1.9.0....* gnu/packages/machine-learning.scm (python-onnx): Update to 1.9.0. Ludovic Courtès 2021-07-29gnu: Add XNNPACK....* 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. Ludovic Courtès 2021-07-25gnu: Add python-hyperopt....* gnu/packages/machine-learning.scm (python-hyperopt): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego 2021-07-08gnu: Add python-cmaes....* gnu/packages/machine-learning.scm (python-cmaes): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego 2021-04-25gnu: python-opentsne: Update to 0.5.2....* gnu/packages/machine-learning.scm (python-opentsne): Update to 0.5.2. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego 2021-04-25gnu: python-pynndescent: Update to 0.5.2....* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.2. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego 2021-02-21gnu: python-onnx: Update to 1.8.1....* gnu/packages/machine-learning.scm (python-onnx): Update to 1.8.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego 2021-02-19gnu: python-scikit-learn: Update to 0.24.1....* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.24.1. [propagated-inputs]: Add python-threadpoolctl. (python2-scikit-learn)[inputs,native-inputs,propagated-inputs]: Do not inherit these fields. Ricardo Wurmus 2021-01-31gnu: Add python-threadpoolctl....* gnu/packages/machine-learning.scm (python-threadpoolctl): New variable. Efraim Flashner 2021-01-27gnu: python-xyz: Move a few modules to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module. Maxim Cournoyer 2020-12-12gnu: python-onnx: Update to 1.8.0....* gnu/packages/machine-learning.scm (python-onnx): Update to 1.8.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego 2020-11-25gnu: Add python-opentsne....* gnu/packages/machine-learning.scm (python-opentsne): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego 2020-11-25gnu: Add python-pynndescent....* gnu/packages/machine-learning.scm (python-pynndescent): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego