aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: emacs-prism: Update to 0.3.5.Nicolas Goaziou2024-06-18
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-prism): Update to 0.3.5. [propagated-inputs]: Add EMACS-COMPAT. Change-Id: I4cb227752028fd40b064346d777a40da92a3874b
* gnu: emacs-geiser: Update to 0.31.Nicolas Goaziou2024-06-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.31. Change-Id: I2392f0425d842cf45723868484b13acb4f3f5d54
* gnu: Add emacs-smudge.NoƩ Lopez2024-06-18
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-smudge): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I4e61665f3b03c5f4a2be7608b93b9a2a188eadc6
* gnu: vlc: Update to 3.0.21.Andy Tai2024-06-18
| | | | | | | * gnu/packages/video.scm (vlc): Update to 3.0.21. Change-Id: Ie2f8f232b41962ffe51b236fda15b3fc0ac62570 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: python-pytorch-for-r-torch: Adjust to new python-pytorch.David Elsing2024-06-18
| | | | | | | | | | | | | | | | * gnu/packages/machine-learning.scm (%python-pytorch-for-r-torch-src): Add patches. (python-pytorch-for-r-torch)[version]: Use %python-pytorch-for-r-torch-version. [source]: Use %python-pytorch-for-r-torch-src. [native-inputs]: Use 'modify-inputs'. [inputs]: Don't replace xnnpack. Replace qnnpack-pytorch with qnnpack-pytorch-for-r-torch and oneapi-dnnl with oneapi-dnnl-for-r-torch. [propagated-inputs]: Don't replace onnx and onnx-optimizer. * gnu/packages/patches/python-pytorch-for-r-torch-fix-codegen: New file. * gnu/packages/patches/python-pytorch-for-r-torch-system-libraries.patch: New file. * gnu/packages/patches/python-pytorch2-system-libraries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Register them.
* gnu: Add qnnpack-pytorch-for-r-torch.David Elsing2024-06-18
| | | | | | | * gnu/packages/machine-learning.scm (%python-pytorch-for-r-torch-version): New variable. (%python-pytorch-for-r-torch-src): New variable. (qnnpack-pytorch-for-r-torch): New variable.
* gnu: Add oneapi-dnnl-for-r-torch.David Elsing2024-06-18
| | | | * gnu/packages/machine-learning.scm (oneapi-dnnl-for-r-torch): New variable.
* gnu: Add ideep-pytorch-for-r-torch.David Elsing2024-06-18
| | | | * gnu/packages/machine-learning.scm (ideep-pytorch-for-r-torch): New variable.
* gnu: python-torchvision: Update to 0.17.1.David Elsing2024-06-18
| | | | | * gnu/packages/machine-learning.scm (python-torchvision): Update to 0.17.1. [source]: Add snippet to remove "android" and "ios" directories.
* gnu: Add python-pytorch-avx.David Elsing2024-06-18
| | | | * gnu/packages/machine-learning.scm (python-pytorch-avx): New variable.
* gnu: python-pytorch: Update to 2.2.1 and unbundle dependencies.David Elsing2024-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autogenerated files are also regenerated. The tests can be run, but are disabled, as they require a long time. * gnu/packages/machine-learning.scm (python-pytorch): Update to 2.2.1. [version]: Use %python-pytorch-version. [source]: Use %python-pytorch-src. [arguments]: Remove 'make-things-writable phase. Add 'cmake-patches, 'disable-avx-dependencies, 'set-max-jobs, 'codegen1, 'codegen2, 'build2, 'install2 phases. Adjust 'use-system-libraries and 'check phases. [native-inputs]: Add doxygen, ideep-pytorch, pocketfft-cpp, python-expecttest, python-pytest-flakefinder, python-pytest-rerunfailures-13, python-pytest-shard, python-pytest-xdist, python-hypothesis, python-types-dataclasses, python-typing-extensions-4.10 and valgrind. [inputs]: Add asmjit, clog, flatbuffers-next, foxi, fxdiv, libuv, miniz-for-pytorch, qnnpack, qnnpack-pytorch and oneapi-dnnl. Use nnpack, oneapi-dnnl, qnnpack, qnnpack-pytorch and xnnpack only for supported systems. [propagated-inputs]: Add python-filelock, python-fsspec, python-jinja2, python-networkx, python-opt-einsum, python-optree, python-packaging, python-psutil and python-sympy. Remove python-cffi and python-six. Use cpuinfo only for supported systems. (%python-pytorch-src)[source]: Add patches. (python-pytorch2): Remove variable. * gnu/packages/patches/python-pytorch-runpath.patch: Adjust patch. * gnu/packages/patches/python-pytorch-system-libraries.patch: Adjust patch. * gnu/packages/patches/python-pytorch-1.9.0-system-libraries.patch: Remove file. * gnu/packages/patches/python-pytorch-fix-codegen.patch: New file. * gnu/packages/patches/python-pytorch-without-kineto: New file. * gnu/local.mk (dist_patch_DATA): Register them.
* gnu: Add qnnpack-pytorch.David Elsing2024-06-18
| | | | | | | | This is an internal fork of QNNPACK in the PyTorch source tree. * gnu/packages/machine-learning.scm (%python-pytorch-version): New variable. (%python-pytorch-src): New variable. (qnnpack-pytorch): New variable.
* gnu: Remove xnnpack-for-torch2.David Elsing2024-06-18
| | | | | | | * gnu/packages/machine-learning.scm (xnnpack-for-torch2): Delete variable. (python-pytorch-for-r-torch)[inputs]: Remove field. * gnu/packages/patches/xnnpack-for-torch2-system-libraries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: xnnpack: Update to commit 51a9875.David Elsing2024-06-18
| | | | | | | | | | | | | | | The tests which fail to build if building the shared library are removed by a patch. Autogenerated files are removed by a snippet and generated in a separate build phase. * gnu/packages/machine-learning.scm (xnnpack): Update to commit 51a9875. [source]: Add patch for tests. Add snippet to remove autogenerated files. [arguments]: New modules and phase arguments. [inputs]: Add clog and cpuinfo. [native-inputs]: New field. * gnu/packages/patches/xnnpack-remove-broken-tests.patch: Add file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/patches/xnnpack-system-libraries.patch: Update patch.
* gnu: Add ideep-pytorch.David Elsing2024-06-18
| | | | * gnu/packages/machine-learning.scm (ideep-pytorch): New variable.
* gnu: Add foxi.David Elsing2024-06-18
| | | | | | * gnu/packages/machine-learning.scm (foxi): New variable. * gnu/packages/patches/foxi-fix-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: Add qnnpack.David Elsing2024-06-18
| | | | * gnu/packages/machine-learning.scm (qnnpack): New variable.
* gnu: Add fbgemm.David Elsing2024-06-18
| | | | | | * gnu/packages/machine-learning.scm (fbgemm): New variable. * gnu/packages/patches/fbgemm-use-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: Add tensorpipe.David Elsing2024-06-18
| | | | * gnu/packages/machine-learning.scm (tensorpipe): New variable.
* gnu: oneapi-dnnl: Update to 3.3.5.David Elsing2024-06-18
| | | | | * gnu/packages/machine-learning.scm (oneapi-dnnl): Update to 3.3.5. [supported-systems]: New field.
* gnu: nnpack: Update to commit 70a77f4.David Elsing2024-06-18
| | | | | * gnu/packages/machine-learning.scm (nnpack): Update to commit 70a77f4. [supported-systems]: New field.
* gnu: clog: Add "-DUSE_SYSTEM_LIBS=ON" configure flag.David Elsing2024-06-18
| | | | | | * gnu/packages/parallel.scm (clog)[arguments]: Add "-DUSE_SYSTEM_LIBS=ON" to #:configure-flags. * gnu/packages/patches/clog-fix-shared-build.patch: Adjust patch.
* gnu: cpuinfo: Update to commit aa4b216.David Elsing2024-06-18
| | | | | | | | | * gnu/packages/parallel.scm (cpuinfo): Update to commit aa4b216. [arguments]: Set the "-DUSE_SYSTEM_LIBS=ON" configure flag instead of using a patch. [supported-systems]: New field. * gnu/packages/patches/cpuinfo-system-libraries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: pthreadpool: Update to commit 178e3e0.David Elsing2024-06-18
| | | | * gnu/packages/parallel.scm (pthreadpool): Update to commit 178e3e0.
* gnu: python-flatbuffers-next: Update to 23.5.26.David Elsing2024-06-18
| | | | * gnu/packages/serialization.scm (python-flatbuffers-next): Update to 23.5.26.
* gnu: Remove flatbuffers-next-shared.David Elsing2024-06-18
| | | | | | * gnu/packages/serialization.scm (flatbuffers-next-shared): Delete variable. * gnu/packages/machine-learning.scm (tensorflow-lite)[arguments]: Use flatbuffers-next instead of flatbuffers-next-shared.
* gnu: Add libnop.David Elsing2024-06-18
| | | | * gnu/packages/serialization.scm (libnop): New variable.
* gnu: Add miniz-for-pytorch.David Elsing2024-06-18
| | | | | | * gnu/packages/compression.scm (miniz-for-pytorch): New variable. * gnu/packages/patches/miniz-for-pytorch.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: Add miniz.David Elsing2024-06-18
| | | | * gnu/packages/compression.scm (miniz): New variable.
* gnu: Add python-pytest-rerunfailures-13.David Elsing2024-06-18
| | | | * gnu/packages/python-check.scm (python-pytest-rerunfailures-13): New variable.
* gnu: Add python-expecttest.David Elsing2024-06-18
| | | | * gnu/packages/python-check.scm (python-expecttest): New variable.
* gnu: Add python-pytest-shard.David Elsing2024-06-18
| | | | * gnu/packages/python-check.scm (python-pytest-shard): New variable.
* gnu: Add python-pytest-flakefinder.David Elsing2024-06-18
| | | | * gnu/packages/python-check.scm (python-pytest-flakefinder): New variable.
* gnu: Add python-optree.David Elsing2024-06-18
| | | | | | | | * gnu/packages/python-xyz.scm (python-optree): New variable. * gnu/packages/patches/python-optree-fix-32-bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: I37e38ef9da5e7459c8faf2c3494e2e0c0aedbfff
* gnu: Add python-typing-extensions-4.10.David Elsing2024-06-18
| | | | * gnu/packages/python-build.scm (python-typing-extensions-4.10): New variable.
* gnu: asmjit: Update to commit 3ca5c18.David Elsing2024-06-18
| | | | * gnu/packages/cpp.scm (asmjit): Update to commit 3ca5c18.
* gnu: bitcoin-core: Update to 27.1.Michael Ford2024-06-18
| | | | | | | * gnu/packages/finance.scm (bitcoin-core): Update to 27.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: Idc6a1c949103904829ed12cc7699d63e5d6d9d37
* gnu: cl-ctype: Update to 0.0.0-3.c514623.Charles2024-06-18
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-ctype): Update to 0.0.0-3.c514623. Change-Id: Ie57ee10342094da4dd5d5a99e00042954ab57060 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-triads: Update to 0.0.1.Charles2024-06-18
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-triads)[source, home-page]: Update URL. [inputs]: Add sbcl-charje.loop and sbcl-command-line-args. Change-Id: I9a6d1d484920c9c76e2f9d74142ecdc82d31dfde Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: rmlint: Use default scons.Nicolas Graves2024-06-18
| | | | | | | * gnu/packages/disk.scm (rmlint): Use default scons. Change-Id: I84f66876f8acaee719f657ca85693bc23a8d0c4d Signed-off-by: jgart <jgart@dismail.de>
* Merge branch 'lisp-team'Guillaume Le Vaillant2024-06-18
|\ | | | | | | Change-Id: Ia9a07fff02b01b3470f7abe28bc05a0fd8737416
| * gnu: cl-fast-generic-functions: Fix build with sbcl >= 2.4.0.Guillaume Le Vaillant2024-06-07
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/sbcl-fast-generic-functions-fix-sbcl-2.4.patch: Add file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/lisp-xyz.scm (sbcl-fast-generic-functions)[source]: Use it. Change-Id: Ifcc5b3c5c2d51570303063ca3b01f9c0b5849e88
| * gnu: cl-schemeish: Update to 0.0.1-2.872ea3d.Guillaume Le Vaillant2024-06-07
| | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-schemeish): Update to 0.0.1-2.872ea3d. [inputs]: Add sbcl-trivial-cltl2. [arguments]: Add 'fix-build' phase. Change-Id: I5330053d629d39322650b34365be47074aeaf02e
| * gnu: cl-specialization-store: Disable tests.Guillaume Le Vaillant2024-06-07
| | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-specialization-store)[arguments]: Disable tests. (ecl-specialization-store): Simplify package definition. Change-Id: I5dd574ac5e14a2c9a39e689af519cae45f6e59f5
| * gnu: cl-maxpc: Disable tests.Guillaume Le Vaillant2024-06-07
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-maxpc)[arguments]: Disable tests. Change-Id: I4a7024657371d6d5a57bce1811a545b428da1be3
| * gnu: cl-cl-gobject-introspection: Update to 0.3-4.4908a84.Guillaume Le Vaillant2024-06-07
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-gobject-introspection): Update to 0.3-4.4908a84. Change-Id: I3033fb2fd3080e4587991f1c54d6e2f98ef339dc
| * gnu: cl-fset: Update to 1.3.3-1.a75a4ec.Guillaume Le Vaillant2024-06-07
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-fset): Update to 1.3.3-1.a75a4ec. [arguments]: Add 'fix-build' phase. Change-Id: I9f0947e64c81b1547d657c721879d1e12c2507d3
| * gnu: eisl: Update to 3.90.Guillaume Le Vaillant2024-06-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (eisl): Update to 3.90. Change-Id: If4138a8c66c8c0cf54a391f1d75a76717cf26886
| * gnu: lisp: Sort packages.Guillaume Le Vaillant2024-06-07
| | | | | | | | | | | | * gnu/packages/lisp.scm: Sort packages. Change-Id: I5841189c04be6eff3af77e1e72b100db1b1bbf40
| * gnu: ecl: Update to 24.5.10.Guillaume Le Vaillant2024-06-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (ecl): Update to 24.5.10. Change-Id: I2d22a4444853e007e2992fbfeaf5d8f82c7c27c6